Process changes via the web client
All,
Doing some proof of concept type stuff. I logged in through the web and added a new workflow called Enhancement. It appeared last in the list under the Work Item menu for Scrum. Two questions:
- How can I remove "from view" Story, Epic etc...
- How can I move Enhancement up in the list after Task
Hopefully these can be done via the web?
thanks
Accepted answer
I do not believe that RTC gives that kind of control.
you can save workitems or not.
you can save source or not
you can update the process config or not.
you might be able to write extensions (advisor) to prevent roles from saving workitems of particular types..
but the RTC model is trailing edge enforcement..
you can fill out the form for creating a workitem, but then be forbidden to save it..
you can save workitems or not.
you can save source or not
you can update the process config or not.
you might be able to write extensions (advisor) to prevent roles from saving workitems of particular types..
but the RTC model is trailing edge enforcement..
you can fill out the form for creating a workitem, but then be forbidden to save it..
3 other answers
you can remove workitem types.. you cannot reorder the list from the UI, either from web or eclipse..
you can hack the order from Eclipse by manually editing the process config source..
editing the list order in the id="com.ibm.team.workitem.configuration.workItemTypes" element
you can hack the order from Eclipse by manually editing the process config source..
editing the list order in the id="com.ibm.team.workitem.configuration.workItemTypes" element
Regarding hide a specific work item type:
Have a lock at this post. It lists some enhancements in this area which might be interesting for you.
Have a lock at this post. It lists some enhancements in this area which might be interesting for you.
You can prevent a specific role from being able to create a work item of a certain type by using the Permissions in Team Configuration. It won't remove it from showing up, but at least they won't be able to create it... Permissions -> Work Items -> Save Work Item (server) -> Create a work item -> Create a work item of a specific type.