Hello, how do I lock issue type story and subtask when in a Done status from edits and adding or removing attachments?
Hello @Madar_ Andrew ~ you can achieve this by adding the following workflow properties for Story and Sub-task on your transition to Done. Be sure if you shared workflows across other issue types, to separate them out first.
jira.issue.
editable (set value to False)
Ref: https://support.atlassian.com/jira-cloud-administration/docs/use-workflow-properties/
Thank you Laurie, The edit and attach denied works great. Do you know the command to deny delete? I can still see the trashcan next to attached items.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Madar_ Andrew ~ I think you need to add both of the following and set the value to an admin group like jira-administrators so that someone still has the ability if necessary:
jira.permission.attachdeleteown.group
jira.permission.attachdeleteall.group
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.