You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hello everyone.
I hope you doing well today.
Can I re-open a form when the criteria are not correct?
For example, if someone adds a wrong approver can I re-open the form and ask them to insert the right one?
I was thinking maybe json?
Best, Lucas.
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.
Hey @Marc Koppelaar thanks a lot for your suggestion. I will set up the API and test it. I will keep you updated if it works.
Thanks a lot.
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.