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.
I use the solution for the Assign Filter Scope. Does this only work for a single user custom field? I use a user picker (multiple users) and only the first user in the field is automatically transferred to the insight field.
best
Matthias
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello All,
I would like to populate the customfield on UI with the options of select Attribute from Insight.
Can any one let me know , the IQL I have to use to get the list of options from select Attribute instead of list of objects.
best,
Niharika.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.