Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Can we restrict user from Editing and Log Work on Issues when the Issue is Resolved?

Pranita Warik March 1, 2022

The permissions to Edit Issue and Log Work are defined at Project Level. Is there a workaround to restrict the user from Editing Issue or Log Work once the Workflow has reached its completion?

1 answer

1 vote
Fabio Racobaldo _Herzum_
Community Champion
March 1, 2022

Hi @Pranita Warik ,

you can do that adding workflow step properties ( https://support.atlassian.com/jira-cloud-administration/docs/use-workflow-properties/ and https://www.j-tricks.com/tutorials/permissions-based-on-workflow-status )

In particular, you need to add the following properties to your Resolved/closed or any other "completed" statuses :

  • jira.permission.edit = denied
  • jira.permission.work = denied

Hope this helps,

Fabio

Suggest an answer

Log in or Sign up to answer