diff --git a/module/task/test/model/yaml/confirmstorychange/project.yaml b/module/task/test/model/yaml/confirmstorychange/project.yaml new file mode 100755 index 0000000000..c89dd59590 --- /dev/null +++ b/module/task/test/model/yaml/confirmstorychange/project.yaml @@ -0,0 +1,18 @@ +title: zt_project +author: Mengyi Liu +version: "1.0" +fields: +- field: id + range: 1-6 +- field: type + range: "project{2},sprint{2},stage{2}" +- field: name + range: "项目1,项目2,迭代1,迭代2,阶段1,阶段2" +- field: project + range: "0{2},1{2},2{2}" +- field: model + range: "scrum,waterfall,[]{4}" +- field: path + range: "1,2,`1,3`,`1,4`,`2,5`, `2,6`" + prefix: ',' + postfix: ',' diff --git a/module/task/test/model/yaml/confirmstorychange/story.yaml b/module/task/test/model/yaml/confirmstorychange/story.yaml new file mode 100755 index 0000000000..efc76c31f6 --- /dev/null +++ b/module/task/test/model/yaml/confirmstorychange/story.yaml @@ -0,0 +1,10 @@ +title: zt_story +author: Shujie Tian +version: "1.0" +fields: +- field: id + range: 1-1000 +- field: version + range: 2 +- field: status + range: "draft,active"