Hi all,
I created an automation that includes a tabular list of all tickets with status = XYZ or ABC.
The automation runs per schedule without error. But the table that includes a column for status of the issue comes up with blank status. I used smart value {{issue.status}} and also tried {{issue.status.name}}. Both gave me a blank status.
Snippet of the script:
<tr>
<td> {{summary}} </td>
<td> {{assignee.displayName}} </td>
<td> {{customfield_10070.convertToTimeZone("Australia/Sydney").jqlDateTime}} </td>
<td> {{issue.status.name}} </td>
<td> {{customfield_10010}} </td>
</tr>
Appreciate any help on this issue.
Cheers.
Hi Zaldy,
Actually both of those syntax should work. Can you share the actual rule with the details of where this is placed in the automation? And the results of the automation (output)?
Hi John,
Thanks for your reply.
I think I found what causing the blank value.
The correct syntax should be {{status.Name}}
I just thought it the syntax could be the same as the assignee.displayName.
Notice the capital N in "Name".
Cheers,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, smart values are case sensitive. but I have never seen it do that with system fields. They have always been in lowercase like in your original question. Weird. Anyway, glad you got it to show up!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Discover the teamwork and precision behind success on and off the track. See how this high-performing team makes the impossible possible. Be one of the first 100 customers to register for a chance to win 2 tickets to an Atlassian Williams 2026 race.
Register now
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.