Hi,
I have a use case where I need to compare both and if they match then continue on to the actions.
If does not appear to work. I'm using.
issue.reporter.displayname equals issue.reporter.emailaddress
Here is a screenshot of the step.
Many Thanks,
Larry
I don't think those are the correct macros for what information you are looking for. Instead I dug into the docs on Smart Fields in the automation plugin guide and found the field names should instead be:
{{reporter.displayName}}
{{reporter.emailAddress}}
I could see why you might have been trying to prepend the 'issue.' as just about all the other fields on the issue do all seem to use that format, but the reporter field looks to be different here.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Andy,
Thanks for the reply.
Both 'issue.reporter' and 'reporter' will work. We just added 'reporter' for convenience since it's used so often.
I think the problem in Larry's example was that the second value had '((issue.reporter.emailAddress}}' instead of '{{issue.reporter.emailAddress}}'.
Cheers,
Andreas
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.