Hey everyone!
Yesterday, when I was working on an automation rule I saw the Reopen forms action and I got really excited to use it. Today, I cannot see it in the Forms section:
I have tried to make a global automation, I tried different triggers and methods to get it back but I didn't manage to do it. Was it just a test? Do you know if this feature will be available soon?
I'm working on an important project that needs for the submitted form to be automatically reopened once the status is changed.
Let me know!
There is no Reopen forms action in automation (I could be wrong), but I can't find it and I have never seen it.
You could make an automation rule and use the Web Request action
Use a PUT request:
https://<<your site here>>.atlassian.net/gateway/api/proforma/cloudid/<<your cloud id>>/api/3/issue/{{issue.id}}/form/<<form number>>/unlock
Example rule I made:
Be aware to set the headers with the correct authentication details.
To find your cloud ID
I was hoping to get it done without using APIs. I guess I dreamt about the third option! Thank you for your suggestion
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm trying to create an automation that reopens a form if, when the form is submitted, certain issue values meet some criteria. Is there any way to get what the form number is of the form whose submission triggered an automation (if that had been your trigger here)?
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.