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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
An issue will have several insight objects linked to it.
I've got the Insight Object field set up, and that works great.
But I need my automation to update values on the Insight Objects when the issue status changes.
I can't figure out how to look up those objects within the automation. What's the best way to do this?
To give a little more input. I'm following the instructions here: How to update Insight Objects attribute using automation with values from associated Jira issue | Jira | Atlassian Documentation
But it's not updating anything. It just says "No issues were found, stopping the rule." So I figure I'm not looking up the objects correctly or something.
You have to use the REST API to update Insight objects via automation, the action for Insight objects in automation was for the old Insight.
Your automation should look something like this:
Fantastic. Thank you.
Since almost none of that makes sense to me, it looks like I need to learn a lot more about advanced automation and the REST API.
Any recommendations of where to start?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Atlassian's developer documentation is really good and it has examples too. You can find the Insight REST API docs here. There is also a dedicated Developer community.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Mikael, I just ran a quick test of the Edit Insight field attributes action and it worked for me.
I created a manually triggered automation, selected the Insight field, selected the attribute to change, entered the attribute value. I then created a test issue, added two objects to the Insight field, and ran the automation. Both Insight objects had the desired attribute updated successfully.
What am I missing/not understanding, that makes you say that automation was for the old Insight?
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.