I would like filter assets objects using the (locked) field "Organizations".
Example:
The reporter is part of a organization in the jira project (e.g. PowerWorker). The machines (objects in assets) have a field like "company".
Now, I would like filter the machines (from field "company" e.g. PowerWorker) using the (locked) field "Organizations" (customFieldId=10002). How should be the string for the Filter issue scope (AQL)?
Thanks a lot for any advise!
BR Toby
@Tobias Bosshard, @AV , @Dylan Robinson
Dear Rodney,
thank you very much for your summary.
Yes, all we can do is vote and wait...
BR Toby
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Attempting to use a similar function
Object attribute: Location
Filter scope: Location = ${customfield_10002}
Does not work
Filter scope: Location = "NAMEOFORGANIZATION"
Does work
We really need an option to dynamically filter based on this locked field.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am actually trying this exact thing and found your post, so far I can't get it to work either.
I have an asset with a field called 'ShowForOrganisation'.
In there i Just type the Organisation's name which I want the field to be shown for.
Then in AQL i try to filter it:
ShowForOrganisation = "NAMEOFORGANISATION" > this works perfectly
however when I try the same trying to use the Organisations field:
ShowForOrganisation = ${customfield_10002} > this does not work
I tried fiddling a bit with customfield_10002.name or.label, but that doesn't seem to work.
So After this I found out the Organizations field can contain more then 1 value, which would mean the query should be like this:
ShowForOrganisation IN (${customfield_10002${0}})
Unfortunately I didn't get this to work either. I am currently still trying to achieve this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As it seems, there is currently no solution to this. Is that correct?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm currently trying a very similar thing and it would appear that there is no way to dynamically look up custom fields (despite the example in https://community.atlassian.com/t5/Jira-Service-Management-articles/Announcing-Filter-Issue-Scope-for-Insight/ba-p/1737942).
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.