Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Can JIRA set a customfiled visible to a typical group?

xinan liu
Contributor
December 9, 2014

I want to set a customfiled which can be seen only by a typical group, can JIRA do that? Thanks!

1 answer

1 accepted

1 vote
Answer accepted
Udo Brand
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.
December 9, 2014

You need a plugin for that. e.g JIRA Field Security Plugin:

https://marketplace.atlassian.com/plugins/com.quisapps.jira.jfs

Maybe you can also do something with java script, but I'm no expert for that.

Udo Brand
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.
December 9, 2014
Nic Brough -Adaptavist-
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.
December 9, 2014

Remember that javascript is not in the slightest bit secure - the field is given to the browser and then the javascript hides it. It's still in the source of the pages. Most use cases are fine with that, but it doesn't work if you really need to hide the data completely.

Suggest an answer

Log in or Sign up to answer