Forums

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

Set component based on Reporter's group membership

Brett
Contributor
December 19, 2020

I want to set 'Component' based on the Reporter's security group membership.

For example:

Employees are in Japan, Guam, and Hawaii.

If an employee from Japan submits a JIRA Service Desk ticket, I'd like to set the 'Component' to 'Japan.'  Similar logic applies for employees from Guam and Hawaii.  If someone from outside of Japan, Guam, and Hawaii submits a ticket, I'd like to leave the 'Component' blank.

I have ScriptRunner installed but don't know how to write the script.

We are using the latest JIRA enterprise release in Data Center.

Can someone please help?

Thank you!

1 answer

0 votes
Darryl Lee
Community Champion
December 19, 2020 edited

I'm sure somebody will can give you a complete script, but it's been a while since I've done it, so I'll just provide you with some pointers if you wanted to take a stab at it yourself:

Here's code on how to find check the User Group of an Assignee:

https://library.adaptavist.com/entity/validate-the-user-group-of-the-assignee

So you would want to put something like this in an IF or SWITCH block:

isUserInGroup(issue.reporter, 'japan-users')

And then you'd need to the component, which is documented here:

https://scriptrunner.adaptavist.com/5.2.2/jira/recipes/workflow/postfunctions/set-issue-attributes.html

def japancomponent = projectComponentManager.findByComponentName(project.getId(), "Japan Request")

issue.setComponent([japanComponent])

This would all go in a Post Function after Create. Have fun!

Brett
Contributor
December 19, 2020

Thank you very much, Darryl.  I'll check those links out and try a few things.  I'll let you know if it works out.  I appreciate your assistance.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
TAGS
atlassian, likes for trees, atlassian community, social impact, tree planting campaign, community kudos, atlassian giving, environmental impact, sustainability, likes for good, atlassian social responsibility, community challenge

Make every click count—help us plant 50,000 trees! 🌳

Want to make your everyday Community actions directly contribute to reforestation? The Atlassian Community can achieve this goal by liking a post, attending an ACE, sending your peers kudos, and so much more!

Help us plant more trees
AUG Leaders

Atlassian Community Events