Hi!
I have insight field in Issue and configuration like this:
In "Filter issue scope (AQL)" need to change value from $reporter to user from custom field (user picker) but none of these don't work. Any solutions? :)
thanks for your question. Is the Assigned To Attribute a single user attribut or does it take more values?
Also, what type is it? Jira User? String? As ${reporter} worked, it is probably something user related.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Kai Becker
thanks for your question. Is the Assigned To Attribute a single user attribut or does it take more values? // all have only one value
Also, what type is it? Jira User? String? As ${reporter} worked, it is probably something user related. // user picker ( single )
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for clarification.
In my demo environment, I have the same setup.
Your second try "Assigned To" = ${customfield_12345} should be right, as both sides carry an user object.
An alternative you could try would be:
"Assigned To".label LIKE ${customfield_12345.displayName}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
None of them :(
Below insight field which i want to copy from and attributes config
Issue:
Here's my customfield 'osobazwracajacasprzet' (user picker like reporter or assignee ) Asset field "Komputer" from reporter or assignee works good because on list i have assets from reporter/assignee, from custom list is empty.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
sorry for the delay. This ist quite strange.
I would recommend opening a support request. :(
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That was my first reaction tbh.
Could you put some screens how it works about your fields in same scenario?
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.
Thank you @Kai Becker
1. "Besitzer" = "Assigned To"?
2. Could you put screenshot of attributes which u have in Insight?
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.
@Kai BeckerStill not working for me :( tbh i don't know why because it looks like same configuration. Maybe custom field which is user picker don't send correctly value to insight field because instead reporter or assignee work good.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
One thing I didn't see in your User picker attribute was which Atlassian groups were selected. You may need to have that populated.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.