Team
I have below requirement in JIRA
We have Dashboard Called FHT . (New Hire or Retire ) FHT-XXX New Hire
FHT-XXX (Disable)
Here we need to set members in Each Region AMR - 4 APJ - 10 EMEA - 4
Whenever ticket received , it should auto assign - according to the region wise members
Pls advise here the steps
Hi @Sampath
You will need a way to identify the users in a region and a trigger value to act on.
You can add the region members to groups. And then use the set assignee action to set using a member of the group in a balanced, random or round robin algorithm.
You will need something in the ticket that can be used in an if/else to decide which group to assign from. It's not clear from the description how the region can be identified.
e.g.using the membership of reporter in groups
region custom field
Tom
Hi @Tom Lister Thanks for Quick Turn Around
- We have 3 Regions with Support People
- In our tickets in mentioned Filed as Region : AMR Region : EMEA Region : APJ
- AMR - 4 APJ - 10 EMEA - 4 to handle FHT tickets
- When FHT-XXX raised - Jira should check the regions & members to assign it
- Since i am new to JIRA Admin , possible to share the link or steps or screenshot for workaround the requirement
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is the link to the Automation documentation
https://confluence.atlassian.com/automation
I can see from other posts you are getting to grips with the detail. I don't have the free time today to go through this and screenshot the steps for you.
Put your users into groups
Create a rule trigged on issue creation in project FHT
Add conditions to test region field
https://confluence.atlassian.com/automation/jira-automation-conditions-993924794.html
In each condition add a component to set the assignee field from the region support user group
https://confluence.atlassian.com/automation/jira-automation-actions-993924834.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for your great help and support. Will check and update if i have doubt
thanks again
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Tom Lister
I have UAT instance , in that i have below :
1. Rule Details : FHT Test
2. When issue created :
3. Related Issue : Subtask Condition & Matching JQL : I need to select specify component. Please advise what to select
4. Issue Field Condition :
Field : Component / Condition : Contains of any / Value : Component Name
5 Assign Issue :
Assign Issue to : A User in define list
Method : Balance workload
JQL : statusCategory != Done Note : Looks like it is default one cant able to see it exactly issues... it display all issues...any advice
User List : Member 1 Member 2 Member 3
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.