change issue status on changes of assignee

Ispas Sorin May 21, 2015

how can i change issue status on changes of assignee?

2 answers

0 votes
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.
May 22, 2015

Find or write a "listener" that traps "issue assigned" and "issue updated" events, plus all events that happen during transitions where you have places the assignee field on the transition screen.

It should then be coded to check that assignee has changed and fire the (potentially second) transition to the new status according to your workflow and business logic.

0 votes
Martin Schwartzman May 21, 2015

Hi Ispas,

Why would you need to do that? If an issue has some progress, despite you change the assignee, the status should be the same. doesnt it?

Please, give us more info.

Suggest an answer

Log in or Sign up to answer