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, loom, loom for training, loom for teaching, video training, async learning, online education, screen recording, loom tutorials, loom use cases, atlassian learning, team training tools, instructional video, virtual training tools

🛗 Elevate Your Training and Enablement with Loom

Join us June 26, 11am PT for a webinar with Atlassian Champion Robert Hean & Loom’s Brittany Soinski. Hear tips, stories, and get your burning questions answered. Learn how Loom makes training and enablement easier. Don’t miss it!

Register today
AUG Leaders

Atlassian Community Events