The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I created a simple automation to set a value in an Insight Custom Field.
The goal is to use the Reporter Email Address as a parameter in the IQL syntax
When hardcoding the email address "Email" = "reporter_email@domain.com" the rule works.
However when replacing the email value with a Smart Value the rule log info states "No objects were returned from query"
These are the two IQL using smart values I tested with:
"Email" = {reporter.emailAddress.asJsonString}
"Email" = {reporter.emailAddress}
Thanks in advance!
Try this.
"Email" = "{{reporter.emailAddress}}"
Smart value should be in double quotes.
Ravi
Thank you @Ravi Sagar _Sparxsys_ Ravi. I enclosed the smart value with double quotes and it does work!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you want to go "the other way" and get data out of an Insight field that is on an issue the following worked for me using Automation Rules:
Example 1 - this an example of what I put into a "add Comment" Automation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The 2020 acquisition of Mindville added powerful asset and configuration management capabilities to Jira Service Management in the form of Insight. Following the completion of that integration, custo...
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.