The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Fabio Racobaldo _Catworkx_
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