Possible to automatically transition when issue is created by a person with a certain role?

George Sudarkoff October 22, 2015

We're using the Cloud JIRA here. Is it possible to transition an issue (in our case from Triage Needed to Open) when it's created by a member of the project?

1 answer

1 vote
Jeremy Gaudet
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.
October 22, 2015

Yes, I've done that; you just set up a "Fast-track transition an issue" post-action on the create transition (only accessible from diagram view).  It's a built-in "Script Post-Function", with a field for the condition.  My condition was:

isUserMemberOfRole('Developers')

Suggest an answer

Log in or Sign up to answer