I need some idea,
We have a workflow for recruitment and added some status.
For example:
To do --> Work in progress --> In Progress --> Onboarding --> Completed.
Now Agents/Assignee can edit the issue till Onboarding.
But when it comes to completed stage, we don't want anyone to edit the issues.
So is there any options for achieving it.
I was checking on permission "Edit Issues" but it wont work.
So is there anything possible to achieve it ?
Hi @Santhosh Raj ,
Do the following:
property key: jira.issue.editable
Property value: false
I think this worked for me, but has issue in it
I had like multiple screen edit/view screen, but it is not showing when in "done" status.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think I got the Solution, Its because the other multiple screen information is not filled.
Thanks for the idea @Dexter de Vera
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Santhosh Raj ,
you can do that using workflow properties (https://support.atlassian.com/jira-cloud-administration/docs/use-workflow-properties/). In particular, you need to add the following property jira.permission.edit.denied to Done status.
If you need to avoid also comments in that status pleass add also jira.permission.comment.denied
Hope this helps,
Fabio
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.