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
I want to be able to use a form in my service management platform then grab the relevant content from the from into an automation. I seem to have difficulties doing this. Can someone help me?
Hi @Todd Hesson ,
There is no straightforward way to retrieve form information. I see 2 possible ways :
First method is getting the information by API calls:
This is information about the forms api - https://developer.atlassian.com/cloud/forms/rest/intro/#about
And this is more information about using API calls in an automation rule
The second method is to retrieve the information via a smart value. The form is stored in a JSON format with the Jira issue. The difficult part is to find out where your information is stored in the JSON.
In the example below, I used a smart value to retrieve information from a form, and store it in a variable in the automation rule.
Best regards,
Kris
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.