Configuring attachment behaviour for workflow steps

Helen August 6, 2013

Is it possible to prevent attachments from being added and/or removed at certain steps in a JIRA workflow? Ideally, attachments would only be able to be removed while the issue was still at the same workflow step where the attachment was added.

1 answer

1 accepted

0 votes
Answer accepted
RambanamP
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.
August 6, 2013

using workflow properties you can achive this

try with this

jira.permission.attach=denied 

to grant permission to delete own attachments for reporter, try with this
jira.permission.attachdeleteown.reporter=granted

for more information check this

http://www.j-tricks.com/1/post/2011/02/permissions-based-on-workflow-status.html

Helen August 7, 2013

Thanks very much. You've provided enough information for me to work out that while I can't do exactly what I intended, I can get it good enough. Cheers for the links.

Suggest an answer

Log in or Sign up to answer