I would like to use custom field to be configure display its values depend on user permissions
Eg : User A is end user and B is customer support agent
in custom field 111 ,222,333,4444 values available.
A could see only 111 but B could see all.
can I configure according to above example.
I am wondering if it may be possible to do this thru Properties. I have done some similar things. I would certainly suggest giving it a try.
This is not possible out of the box in JIRA.
What you are trying to do is hide the customfield options from specific user. right ?
Do you want to hide them when the user is selecting the value from the customfield ?or when the user is viewing them ?
If you want to hide them when the user is selecting them then there is a way this can be done.
If you want to hide the options from the view then this is not possible. I cannot think of a way how we can hide it from issue view , issue navigation , agile boards , export , notifications , etc
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.
I am assuming that by hide you mean hide the options of the select list.
You can use behaviours add-on and write a script which will check the current user groups and based on that show and hide select list options.
https://scriptrunner.adaptavist.com/latest/jira/behaviours-overview.html
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.