Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How do I automatically change a assignee moving tickets

Wim Oor November 16, 2016

If I move my issue to another project, I want that the assignee will changed automatically to a pre-defined assignee for that project. 

 

How do I do that?

1 answer

0 votes
Nic Brough -Adaptavist-
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.
November 17, 2016

The move functionality doesn't support any field edits - it's purely to allow you to move an issue while keeping it valid for the new configuration it might be landing in.  It's a minimal amount of process to do one thing properly.

You'll have to find or write a new move process that can change arbitrary fields outside the context of "keeping it valid".  Or, you could find/write a listener that can listen for "issue moved" events, scan the moved issue and change the assignee after the event.

Suggest an answer

Log in or Sign up to answer