Based on the work item status and project area, for example when the work item transitions into a "Testing Completed" state it should automatically populate a list of approvers based on the project area the work item belongs to.
Almost a "Dependent Enumeration" type scenario.
Thanks for taking the time to look into this Donald, really appreciate it.
I wrote a participant plugin that injected approvals onto workitems when they transitioned to specific states. It had the ability to select a specific user, all users in a role, user with least outstanding approvals and random user in role.
(all thru configuration)
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER(64.0k●3●36●48)Sep 07 '15, 3:49 a.m.
The only way this could be achieved would be custom operational behavior. https://rsjazz.wordpress.com/2012/11/30/a-create-approval-work-item-save-participant/ describes a possible approach.
Glenn Watkins selected this answer as the correct 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.
Comments
Donald Nong
Aug 23 '15, 11:23 p.m.Under what conditions?
Glenn Watkins
Aug 24 '15, 1:39 a.m.Hi Donald,
sam detweiler
Sep 09 '15, 6:25 a.m.I wrote a participant plugin that injected approvals onto workitems when they transitioned to specific states. It had the ability to select a specific user, all users in a role, user with least outstanding approvals and random user in role.
(all thru configuration)
an extension of the plugin in Ralph's blog
https://rsjazz.wordpress.com/2012/11/30/a-create-approval-work-item-save-participant/