Permission to delete based on workflow step

Françcois-Xavier Choinière October 27, 2013

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?

2 answers

0 votes
Françcois-Xavier Choinière October 27, 2013

I've already read all the available documentation available on Atlassian and accessible by Google!

Can you give me a more precise hint?!?

Bhushan Nagaraj
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.
October 27, 2013

Try adding the following workflow properties in the step you would like to desable editing

jira.permission.edit=denied

jira.permission.edit.user=reporter

Bhushan Nagaraj
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.
October 27, 2013

Hey efficks

Tested and modified my answer above. Give it a shot.

Cheers

Bhushan

0 votes
Bhushan Nagaraj
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.
October 27, 2013

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.

Suggest an answer

Log in or Sign up to answer