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: 

How to assign different issue type under a project to different users in Jira

ICU Medical
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 26, 2023

Hi ,

 

I have created multiple issue types that share the for different projects. Now I want to configure if a user selects

Project A with Issue type A, then it should assign to User1,

Project B with Issue type A then it should assign to User2, 

Project B with Issue type B then it should assign to User3, 

Project C with Issue type A then it should assign to User4.

Kindly help to achieve this configuration.

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

2 votes
Jack Brickey
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
April 26, 2023

Hi @ICU Medical , you have a couple options.

  • you could create unique workflows for each Issuetype that needs to be assigned to a specific user. Then in the workflow you can use a post function to set the Assignee to the desired user.
  • you could have a single workflow and leverage some form of automation/scripting. Examples- Automation for Jira, Scriptrunner, etc. it may be that you already have such an addon?