I've create a workflow with a "draft" state. When a reporter set his issue to "Draft" I want to make the issue readable, searchable et editable only by the reporter.
Is it possible?
In a post function, there's no option to change the level's security level. Why?
Hey efficks, you can do this using script runner or a simple post-function plugin. Are you using on-demand? or download?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Make it editable only by the reporter? Yes using workflow properties.
Make it not readable, not searchable and not editable? Using issue security
https://confluence.atlassian.com/display/JIRA/Configuring+Issue-level+Security
When you move the issue into the Draft state, use a post-function to set its issue security level. When you move it out, change the security level using the post-function.
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.