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: 

JIRA dropdown different values for role / user / group ?

David Reif
Contributor
May 28, 2015

Hi, 

is it possible (probably with a plugin) to make a dropdown field in JIRA that shows different options for different users (or groups/roles)?

E.g.

User/Group/Role A should only see the values 1,2,3

User/Group/Role B should only see the values 1,2,4

 

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Arthur Gonçalves
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 28, 2015

Hi David,

You can use a scripted field and insert a custom Groovy to dynamically populate the field after checking the user/group/role smile

 

-- Arthur Gonçalves