Hi Yina,
To restrict actions when the issue is in a certain status you can use status properties: https://support.atlassian.com/jira-cloud-administration/docs/use-workflow-properties/
I believe what you want is to remove the "Log work" option when the issue is in "Done" status. For that you need to edit your workflow, select the "Done" status, click on Properties and configure the following property:
- Property key: jira.permission.work.denied
- Value: True
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.