We are looking at create a JIRA Project for HR. The contents of the JIRA issues of these projects should only be able to be seen by:
Essentially is it possible to hide data of a JIRA based off of JIRA status.
The easiest way to do this--but probably the most error-prone--would be to implement Issue Security levels and train your users to set the correct levels manually for each issue when they send it along through the workflow.
You could also write a workflow post-function to set the issue security level at each step.
I do not see the option to set issue security as a workflow post-function, do we need a plugin to be able to do this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yeah, you will need to roll your own post-function.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As Robert said - but you could try https://jamieechlin.atlassian.net/wiki/display/GRV/Built-In+Scripts#Built-InScripts-SetIssueSecurity . It just requires setting a simple condition which will determine when the security level changes. For your case you could actually just leave the condition blank and add it to the two workflow functions where you will need to change the security level.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I do not see the option to set issue security as a workflow post-function, do we need a plugin to be able to do this?
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.