Auto-fill 'Group picker' custom field based on issue type selected

MP March 6, 2017

So, what I have is 4 different issue types - rather than assign an issue type automatically to one person I want to assign to a group. Is there anyway to do this to auto-fill the group picker?

From what I can see, my only other (easy) alternative is to set-up the groups I have in JIRA to an email distribution list and set up JIRA accounts to each distribution list and auto-assign the issue type to a 'single' assignee rather than use the group picker custom field. Trying to avoid using up 4 user licenses though!

1 answer

1 accepted

1 vote
Answer accepted
Alina Fecheta
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 Leaders.
March 7, 2017

Hello,

I think you can use the Behaviour plugin for this.

This would be a starting point:

https://scriptrunner.adaptavist.com/4.3.3/jira/recipes/behaviours/setting-default-fields.html

Use an if/switch so that you can set the correct group based on the issuetype.

 

Suggest an answer

Log in or Sign up to answer