Hi
Once again I am struggling with the Filter issue scope for a custom field, maybe someone can help me a bit.
Following situation:
Actually the configuration for the Custom Field looks like
I am not able to find the AQL to show the correct plan for the user which has created the issue. Actually i can choose the plans which are created as assets in the providers schema.
Trying for example:
Filter issue scope (AQL): "Assigned User"."Atlassian Account ID"=${reporter}
which i have for the laptos doesnt work.
I appreciate for any help
Thank you in advance
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Friedrich Behnk you can try ${reporter.accountId}, that is the reference to the reporter - or I believe any user type object - field's actual user account.
Reporter is considered as an object AFAIK which has attributes you can use. I am using these for example.
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.