znt/module/task/test/zen/yaml/execution_getcustomfields.yaml

43 lines
884 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: execution表测试数据用于测试getCustomFields方法
desc: 包含不同类型和属性的execution数据
author: Claude
version: 1.0
fields:
- field: id
range: 1-10
note: execution ID
- field: name
range: 执行1,执行2,执行3,执行4,执行5,执行6,执行7,执行8,执行9,执行10
note: execution名称
- field: type
range: sprint{3},stage{3},kanban{4}
note: execution类型
- field: lifetime
range: short{5},ops{3},long{2}
note: execution生命周期
- field: attribute
range: request{2},review{2},normal{6}
note: execution属性
- field: status
range: wait,doing,done
note: execution状态
- field: project
range: 1-3
note: 所属项目ID
- field: openedBy
range: admin,user1,user2
note: 创建者
- field: openedDate
range: 2024-01-01 00:00:00~2024-12-31 23:59:59
format: YYYY-MM-DD hh:mm:ss
note: 创建时间