I am using automation and API to reopen forms. However, automations in Instance A that were previously successful are suddenly throwing errors. The same automations in Instance B continue to succeed without any issues.
・Instance A
・Instance B
The contents of the web request URLs for A and B are the same except for the cloud ID.
■To reopen a form
- The web method
PUT
https://api.atlassian.com/jira/forms/cloud/{cloudId}/issue/{{issue.Key}}/form/{{issue.properties."proforma.forms".forms.uuid}}/action/reopen
■Error message
Unable to publish the web request - received HTTP status response:
I tried adding "Record Action" to see if I could get the value using smart values.
・Instance A
⇒Unable to get value
{{issue.properties."proforma.forms".forms.uuid}}
・Instance B
⇒No issues
Could the error be caused by a permissions issue? Or a smart value issue?
I would appreciate it if you could let me know.
Hi @川目 沙英 ,
There have been some changes when it comes to smart values for forms. I would recommend checking out the following article: 🎉 New! Access form and form fields with smart values in Jira Service Management
Potentially, this "proforma" property has been 'deprecated' on one of the instances and replaced with those new smart values.
Hope this helps.
Cheers,
Tobi
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.