You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
Hi,
I have a Single Select Custom Field “Team-Jira” and in Insight ObjectType “Hardware” the attribute (select) “Team Insight”.
The choices in Single Select Custom Field “Team-Jira” and attribute (select) “Team Insight” are identical.
Now I want to create an Insight Custom Field “Hardware” in which I want to adjust with “Filter Issue Scope (IQL)” that only objects of the attribute (select) “Team Insight” correspond to what in the present Single Select Custom Field “ Team Jira ”has been chosen.
I have
"Team Insight" = $ {Team-Jira}
And
"Team Insight" = $ {Team-Jira.Value}
Tried but unfortunately without result.
"Team Insight" = "Team Blue"
Works for Team Blue objects
Someone a solution?
Thanks in advance. Greetings, Marco Brundel
In the Filter Issue Scope of the Insight custom field, I believe you can put some IQL similar to:
Hardware."Team Insight" = ${Team-Jira}
You may have to put quotes around Team-Jira. I can't remember.
@David Sumlin , thanks for the answer.
Unfortunately I don't get it working.
I feel like it's because Jira / Insight looks at the result from the "Select List (single choice) field" at the Value ID (selectedValue=14103) instead of the actual value (Team Blue).
Anyone have an idea?
regards, Marco
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Marco Brundel , try Hardware."Team Insight" = ${customfield_12345.name}
This is from https://documentation.mindville.com/display/ICV83/Insight+with+Placeholders
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@David Sumlin , thank you.
"Team Insight" = ${customfield_12345.name}
in Filter Issue Scope(IQL) is the way it works.
Regards, Marco
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We often have questions from folks using Jira Service Management about the benefits to using Premium. Check out this video to learn how you can unlock even more value in our Premium plan. &nb...
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.