JIRA Hide fields in View

1.9k views Asked by At

I have certain issues that are secure and should not be viewed by all roles. I'm looking for a way to only show the summary on the view screen but no other details unless a certain role views it. Some sort of way to flag an issue on creation to hide certain fields.

1

There are 1 answers

1
Nuwan On BEST ANSWER

There may be other easy ways to do this.but one solution that comes to my mind is use of Behaviours plugin.using this plugin can hide fields if certain user logged into the system.

you can follow steps like this..

1.install Behaviours plugin and create new behaviour then add mappings and go to the fiels and do the relevant configurations...

sample behaviour

2.then you can add fields you want to hide and add conditions to them. then there is a option to add certain user roles in the condition configuration page.

sample condition page

3.then click on the hide link on the Field page.

Note-the Behaviours plugin is part of the Script Runner plugin now.you can use either Behaviours plugin s or Script Runner plugin