|
If I want more customised ones than "open" or "fixed" etc., how can I set them up? Failing that, is there a recommended workflow for the status cases that are hardcoded? |
|
There are a few of steps you'd need to take to accomplish this: 1. Add the new status choice to the sg_ztemplate__wit.json file in ../modules/scrum/zing (or a copy of that file)Look for the You might add:
to indicate a waiting-for-QA status. 2. Tell your work item database to use this new template.The steps here are:
In code, that's along these lines (error checking and exception handling removed for brevity):
That's the easy part, since the new template will follow that repo around wherever it's cloned, pushed or pulled. But if you want to see that new status in your workitem edit/display page, you need to: 3. Edit .../ui/workitem.jsAnd maintain (or redo) those edits across instances and upgrades. Look for the collection of
Thanks! I'll give that a go. I've marked it as answered even though I haven't actually tested it yet, but I'll post back here if I have problems.
(Jan 31 at 13:06)
Grey
|
