File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010
1111 Features are high-level capabilities that belong to an Epic. Use this template to define a feature that will be broken down into specific tasks.
1212
13- - type : input
14- id : epic-reference
15- attributes :
16- label : Parent Epic
17- description : Link to the Epic this feature belongs to (use # issue-number)
18- placeholder : " #123"
19- validations :
20- required : true
21-
2213 - type : textarea
2314 id : summary
2415 attributes :
Original file line number Diff line number Diff line change 88 value : |
99 Tasks are specific, actionable work items that belong to a Feature. Use this template to define a task that contributes to a feature's goals.
1010
11- - type : input
12- id : feature-reference
13- attributes :
14- label : Parent Feature
15- description : Link to the Feature this task belongs to (use # issue-number)
16- placeholder : " #123"
17- validations :
18- required : true
19-
2011 - type : textarea
2112 id : summary
2213 attributes :
6657 - Depends on task #456
6758 - Blocks task #789
6859
69- - type : dropdown
70- id : priority
71- attributes :
72- label : Priority
73- description : What is the priority of this task?
74- options :
75- - " Low"
76- - " Medium"
77- - " High"
78- - " Critical"
79- validations :
80- required : true
81-
8260 - type : textarea
8361 id : estimated-effort
8462 attributes :
You can’t perform that action at this time.
0 commit comments