Workflow Action that changes work item type?
![]()
Hi,
Can anybody tell me if it possible to do the following. On changing a workflow state using an action, is it possible in the process configuration to change the work item type. So inside the <action> instead of setting state = "new state" can I set the work item type to a different work item. The use case is as follows. New ideas are assigned a simple workflow, if the reject action is selected the state changes to dropped but if the accept action is selected we want to convert this idea work item into a story work item. I am using the eclipse client 3.0.1 Thanks Caroline |
Accepted answer
![]()
Ralph Schoon (62.3k●3●36●43)
| answered Jan 03 '13, 9:44 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Hi Caroline,
you can write a participant for that. See https://jazz.net/forum/questions/96908/custom-workflow-questions for more details. There is no built in feature for such things. You could also manually change the idea or (at least in the eclipse client) duplicate the idea, modify that into a story and trace it against the idea. There are several ways to do this in RTC. Why the automation? Changing the workflow state is as complex as simply changing the tape to story. The story needs to be beefed up anyway. Caroline Smith selected this answer as the correct answer
Comments Thats a bit too much work for me. I know it is easy to change they type manually but wanted to make the whole process as automated as possible. The easier and more automated it is the more likely everybody is to actually use it correctly. ![]() FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Hi Caroline,
|