Change workflow step when changing assignment

dsmoore1600 December 2, 2013

I would like to setup Jira such that when I assign an issue to a different user that the issue changes to the Assigned status automatically, rather than having to change the assignment and then hit a button to change the status. Can somebody please tell me how I can do this? Please be as specific as possible as I am still new to Jira. Thank you for your help.

1 answer

1 accepted

0 votes
Answer accepted
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 2, 2013

You will need to find or write a "listener" that can catch "issue assigned" events and then tell the issue to move through the workflow.

There is an "auto transition listener" in the "Jira Toolkit" plugin which does exactly this if you don't want to write it yourself. If you don't want to use that, the next thing to look at is the "script runner" plugin, which will let you write a similar listener.

Suggest an answer

Log in or Sign up to answer