The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Set assignee based on custom field value

lorraine wildman
August 9, 2017

I am trying to Restrict Onshore users from assigning a defect to Offshore Users if the defect has Gov Data = Yes and/or Environment = Prod. How can this rule be set and implemented?

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Tarun Sapra
Community Champion
August 9, 2017

You need to have listerner in place for the "Issue assigned" event, which is listening for changes on the assignee field.

LIstener - https://confluence.atlassian.com/adminjiraserver071/listeners-802592235.html 

Script runner plugin also provdes ability to write listerner - https://scriptrunner.adaptavist.com/latest/jira/listeners.html

In the listener you have to check the condition 

Gov Data = Yes and/or Environment = Prod

and if the condition is true then you can check if the assignee is someine in offshore team and if that's the case then assign it back to someone in onshore team.

TAGS
AUG Leaders

Atlassian Community Events