I have a draft step in my workflow.
I want the reporter to get the "Delete issue" permission on it's issues in this state.
How can a do this?
I've already read all the available documentation available on Atlassian and accessible by Google!
Can you give me a more precise hint?!?
Try adding the following workflow properties in the step you would like to desable editing
jira.permission.edit=denied
jira.permission.edit.user=reporter
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey efficks
Tested and modified my answer above. Give it a shot.
Cheers
Bhushan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey efficks,
Take a look at
https://confluence.atlassian.com/display/JIRA/Workflow+properties
http://www.j-tricks.com/1/post/2011/02/permissions-based-on-workflow-status.html
1. Go to edit your worflow and choose the step where you would like to add this condition.
2. Select view step's properties
3. Add
Property key : jira.permission.edit.reporter
Property value: granted
This should do it.
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.