Skip to content

Commit

Permalink
📝 (README.md): update example work item fields to include description…
Browse files Browse the repository at this point in the history
… and acceptance criteria

Add `System.Description` and `Microsoft.VSTS.Common.AcceptanceCriteria` fields to the example work item JSON. This provides a more comprehensive example and ensures that users understand how to include these additional fields in their work items.
  • Loading branch information
MrHinsh committed Jul 25, 2024
1 parent d267d6c commit bb957b5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,9 @@ The `fields` are the fields that will be used to create the work item. You can u
"System.Title": "Technical specification",
"Custom.Product": "CC",
"Microsoft.VSTS.Scheduling.Effort": 12,
"Custom.TRA_Milestone": "E0.1"
"Custom.TRA_Milestone": "E0.1",
"System.Description": "${fromtemplate}",
"Microsoft.VSTS.Common.AcceptanceCriteria": "${fromtemplate}"
}
},
{
Expand All @@ -139,6 +141,8 @@ The `fields` are the fields that will be used to create the work item. You can u
"Custom.Product": "",
"Microsoft.VSTS.Scheduling.Effort": 2,
"Custom.TRA_Milestone": "E4.8"
"System.Description": "${fromtemplate}",
"Microsoft.VSTS.Common.AcceptanceCriteria": "${fromtemplate}"
}
]
```
Expand Down

0 comments on commit bb957b5

Please sign in to comment.