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.
Recommended Learning For You
Level up your skills with Atlassian learning
Learning Path
Get the most out of Jira Service Management
Solve customer problems efficiently and deliver outstanding service experiences.
Learning Path
Adopt ITSM practices to deliver exceptional service
Become familiar with the principles and practices that drive ITSM. Then, learn how to configure and use Jira Service Management to implement them.
Atlassian Certified Associate
Jira Service Management Agent Essentials certification
Prove you know what's essential to providing efficient and resolution-focused service in Jira Service Management.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.