Edit screen Button should hide when I reached status “Approved”, “Rejected”, “Closed”
Hello @DINESHKUMAR VASHAPAKA .
Welcome to the Atlassian Community!!!
Yes, that is possible by using workflow properties.
You may not want an issue to be editable when it’s on a particular status. For example, once an issue is in a “Done” status, you may want to restrict editing to ensure no data changes after work is completed.
Use case |
Key |
Value |
---|---|---|
To make an issue editable when it's on a particular status. |
jira.issue.editable |
true |
To disable editing when an issue is on a particular status. Often used on a final status. |
jira.issue.editable |
false |
for more details please have a look at Atlassian documentation on workflow properties
Hope this helps.
Cheers,
Mayur
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@DINESHKUMAR VASHAPAKA if the answer is matching your requirement, it would be great if you hit the accept button so that it will be helps others too.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Mayur Jadhav , Thank you very much Mayur, it really helped me. Sorry for the delay in response.
Regards
Dinesh
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.