Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Hi Team,
I need to make assignee as unassigned after the issue has moved from project A to project B. I need when issue gets moved to Project B, the assignee should automatically become unassigned.
I have a scenario where the user has Assignable User permission in Project B also, so it is not possible to unassign it directly.
I am also using Script Runner Plugin.
Kindly help if any script can be written or any other can be followed to achieve this.
You'll need to write a "listener" that listens for "issue moved" events and updates the moved issue with a blank assignee (the script runner can do this)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.