znt/module/action/test/model/yaml/execution_checkactioncanundelete.yaml

23 lines
533 B
YAML

---
title: Execution数据定义
desc: 用于测试checkActionCanUndelete方法的execution数据
fields:
- field: id
note: execution ID
range: 1-10
- field: name
note: 执行名称
range: 'execution1, execution2, execution3, execution4, execution5'
- field: project
note: 所属项目ID
range: 1{3}, 2{2}, 0{3}, 999{2}
- field: deleted
note: 是否删除
range: '1{5}, 0{5}'
- field: status
note: 状态
range: 'wait, doing, done, suspended, closed'
- field: type
note: 类型
range: 'stage, sprint, kanban'