Multiple Owned By Attribute on a Workitem
Hi, I have a flow that I need to implement on RTC. We need tree people to set their own Due Date about some jobs and set other Attributes on the same workitem. They are actually not the owner of the workitem but they need to contribute to workitem with their effort. My draft workitem looks like the one below. When FT responsible or ST Responsible is selected, I want them to be warned with an e-mail. It seems to be not possible with the current RTC configuration but I might be missing some points. . Do I need to write a post condition or is there a configuration that I missed? |
4 answers
Hello,
as per Jim's comment,
contains details about the limitations of the Javascript API.
On my side, I would implement a save participant - see Ralph's blog and examples on this http://rsjazz.wordpress.com/
Implement this participant so that, at save time, we subscribe the FT responsible and/or ST Responsible if set.
Hope it helps.
Eric.
|
Geoffrey Clemm (30.1k●3●30●35)
| answered May 26 '13, 7:55 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
If multiple people are contributing to a work item, you can give each person an "Approval", which allows them to specify when they have performed their part of the task. If you want to track more information about a contributor than whether or not they are done, then it is best to create a child work item for that contributor.
|
In my opinion creating duplicate work item is cleaner way to do this.By doing this you can set your values as per your requirement
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.