Hello everyone,
As you can see below, I would like to replace ${reporter} with a variable that contains the reporter/current user email address. Can anyone help me please?
Thank you,
I believe it will only work for the "Display Name" of the reporter, not email address, e.g.
"Primary User Display Name" = ${reporter.label}
This is a bit odd considering Jira/Atlassian does most things with the email address of users, not Display Name.
You can also user just ${reporter} on the right side of above, assuming the left side is referring to an Object attribute type of type User.
This is document here: https://support.atlassian.com/jira-service-management-cloud/docs/configure-the-assets-object-field/#Filter-using-system-fields-from-within-the-issue
Remember to to use the $ syntax here and not the double curly braces, which is for smart values.
Hi @BOUKHELKHAL Sara - did you resolve your issue? I am having the same issue. Unfortunately, ${reporter.emailAddress} is not working for me either.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As I see in the documentation here: https://support.atlassian.com/cloud-automation/docs/jira-smart-values-users/
the email address of the reporter can be accessed using (with capitol A for Address) :
{{reporter.emailAddress}}
But I'm not sure it will work on the AQL filter... I didn't test it.
I hope this helps.
Dam.
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.