We are currently using the Cloud version of Jira, and I cannot find certain features and tabs that are documented in your documentation.
I understood that the Insight Asset Management Cloud application had been incorporated into the Jira Cloud Premium version, but can you tell me how to perform automations within Insight?
I would like for example to add a notification when a certain attribute of an Insight object changes its value.
When I go to Insight > Object Schemas > Configure, there is no more "Automation" tab.
Thank you in advance.
Hi @Couraillon Theo,
Welcome to Atlassian Community!
Insight automations are now part of Automations (Project settings > Automations), just note that not all features that existed in the old Insight are not yet available. For example, if you want to update an object you have to do that via web request to the REST endpoint.
Hi @Mikael Sandberg ,
Thank you for your answer!
Ok but if I create a rule "Field value changed" in Project settings Automation, I cannot select a field from an Insight object right?
Thanks in advance.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, you can, for example I use Linked assets in JSM and have an automation that sets it based on the reporter like this:
And you could create an automation for field value changed and select the custom field that is linked to Insight.
What you cannot do is make updates to the Insight object directly in an automation, in that case you have to use the web request to the endpoint in order to do it. For example, I have an automation that sets the status on assets during off-boarding that looks like this:
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.