Assign automatic approval to defect and work item
![]()
Is it possible to have automatic assigning of approval after selecting a specific attribute in test artifact (i.e test plan, test case) or work item? For example in Test Plan, when Action = Ready for Review, Formal Review will be auto-populated with specific person.
Product version is 4.0.5. |
4 answers
![]()
there is nothing out of the box that creates and assigns approvals to users.
|
![]()
Ralph Schoon (62.7k●3●36●43)
| answered May 28 '14, 11:55 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
You could approach this as described here: https://rsjazz.wordpress.com/2012/11/30/a-create-approval-work-item-save-participant/ you would have to consider how you want to populate this. The blog has more posts around e.g. roles.
Comments Correct.. for my last customer I created a plugin that created approvals and did assignments based on configuration.
![]() FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
I should have mentioned that state change is only one possible trigger. You could also look for attribute changes to a specific value.
Hi Sam, where did you get the plugin? If you can provide info regarding this, that would also be helpful.
I took Ralph's sample in the blog, and extended it to take configuration records, and provide both user and role based approval 'injection'. For role I provided different approaches, because you could have multiple users with the same role.
First
Random
All
And balanced (user with least outstanding approvals, or first if they are all equal)
The config is any state transition (from->to), for any workitem type, create a specific kind of approval with a specific label assigned to a user or member(s) of a role.
Note that this is state transition only, not using any other field info.
|
![]()
Is there any extension capability just like this one that fits to RQM?
Comments ![]() FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
The RQM work item part shares the code of the RTC work item part. In the past, you could have extended RQM with a custom extension with code like in RTC (for the shared work item part).
|