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.
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.