Hi, i created a lookup table that contains key = {{issue.description.contains("Text")}} and the value = email address.
How do i set the reporter to the value returned by the lookup table. I tried updating the reporter with {{table.get(issue.description)}} but this does not work.
Hi Jason and welcome to the community!
To set a reporter via automation in cloud, you will need the Atlassian Account ID, not the email address. So you got 2 options:
For the second solution, I have posted an answer to a similar question right here:
Scroll down to the answer, it explains how to get the Account ID.
Hope this helps!
I basically want to do this using a lookup table
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Have you seen the linked article? Set the reporter field with the Account ID (which could be in a variable smartvalue) and that should be it.
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.