Making information available to users selectively based on status

David Finney September 4, 2013

I am trying to implement the following using the JIRA Behaviours Plugin.

The reporter may only edit the following fields upon issue creation:

•Summary

•Issue Description

•Component

•Attachment

•Contact name

•Contact email

•Test artifact

All users (including unauthenticated users) may view above information if the issue is not in ‘Open', 'Resolved', or 'Closed’ status.

1 answer

0 votes
JamieA
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 9, 2013

I would use an issue security level scheme, and use a post-function to switch the issue between the various levels. I don't think this is a good use case for the behaviours plugin.

Suggest an answer

Log in or Sign up to answer