I have a requirement , where for all issues which have the Description field EMPTY , but the Acceptance criteria is present , the contents of the acceptance criteria needs to be copied over to the description field . I am using the below in JIRA automation but it isn't working . Can someone help ?
{{issue.customfield.10601}}
Hi @Kunal Kumar
I believe you have a typo in your expression. Please try:
{{issue.customfield_10601}}
If that does not help, please post images of your complete rule and the audit log details. Those may provide context to explain what you are observing.
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.