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 started with Jira Service Management
These short, self-paced courses will help you get up and running in Jira Service Management in just 90 minutes.
Learning Path
Adopt ITSM practices with Jira Service Management
Use this path to build your IT Service Management knowledge and earn an Atlassian certification.
Setting Up ITSM Projects in Jira Service Management
This training series helps you get started in Jira Service Management quickly with the new ITSM project template.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.