I want to prevent any changes to an issue once it is set to "Done" or "Cancelled" status.
Usually, setting the property "jira.issue.editable" to false achieves that objective.
I need an automation rule to set some fields when the status transitions to "Done" or "Cancelled". However, when I set the "jira.issue.editable" to false for the status in the workflow, then those automation rules fail because the issue is not editable when the automation rule executes.
I am trying a different approach, but I cannot find any documentation on setting the issue's "editable" property in the automation rule after the rule made all the other updates. The update to the editable field needs to be in the Additional fields section of an Edit issue action because it is not accessible via standard fields. I tried to use various notations e.g.
I cannot publish the rule when I try to update the editable property.
Can someone please assist me by providing pointers on how to achieve my objective?
Hi,
jira.issue.editable is a workflow property.
With that being said, you can set automation rules for issue fields and properties since they bind to that particular issue.
Workflow properties bind themselves with workflows and not the issues and hence we cannot set the workflow property through automation.
Hope that answers your question.
Regards,
Anzar Khan
Hi @Anzar
Thank you for your feedback; it is much appreciated.
I understand what you are saying; thank you for your explanation.
With regards
Ben
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please accept my answer :)
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.