How to you allow several people approving the same ticket?

Eva
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 15, 2012

We have a ticket type that will need more than one approval, and while I know we can fire a "approval" event that will sent email to the group, I need a way to allow 3 out of 5 approvals before transiting to the next step. Is there a way to do this w/o adding more fields?

Thanks in advance!

2 answers

1 accepted

0 votes
Answer accepted
Renjith Pillai
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 15, 2012

On similar lines, there is a page which explains a similar situation here from Atlassian http://confluence.atlassian.com/pages/viewpage.action?pageId=180532

0 votes
Dieter
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 15, 2012
Some nice approaches for this issue can be found at https://jira.atlassian.com/browse/JRA-10042 Besides these suggestions one might call a groovy post function in the approve transition. that function adds the current user to a multiuser picker field "approved by". Then a validator condition could check the size of this custom field in the "continue to the next step" transition But since you want to do it without new fields the voting approach in the linked JRA could e interesting for you

Suggest an answer

Log in or Sign up to answer