Display field by project role

Pilar
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.
September 14, 2015

Hi

I have a text type custom field. I want to display this field only to one project role/group but not to others.

I know out of box jira does not allow me to do this.

Is there any plugins? any workarounds to do this?

 

1 answer

1 accepted

1 vote
Answer accepted
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 14, 2015

You could try something with javascript, but it won't be effective - the field will be visible in all sorts of places, including the raw HTML of the issue view.

The standard workaround recommended is the Quisapps Field Security addon.  This can hide fields quite effectively (although users will still know that the field is there)

The other option is to write a field based on the type you want to hide and implement code that hides it before it is rendered.

 

Suggest an answer

Log in or Sign up to answer