smart values coming up blank

Francisco Ochoa Di Iorio
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 7, 2024

i am creating an automation to send myself everyweek an update on all WIP issues.

in the email i have the details of each of said issues including summary, description, parent, status, and comments history.

I am trying to get additional history information for status.name, assignee and duedate but those are not working. 

For comments i used this parsing:

 

{{#comments}}

Update of {{created.format("dd-MMM-YYYY")}} by {{author.displayName}}: {{body}}

{{/comments}}

 

which works fine. 

I tried with to replicate the same for these other fields but nothing is working and all come up empty.

Examples:

A.

{{#status.name.fieldChange}}

Update of {{created.format("dd-MMM-YYYY")}} From: {{fromString}} to {{toString}}

{{/status.name.fieldChange}}

 

B.

 

{{#status.name.changelog}}

Update of {{created.format("dd-MMM-YYYY")}} From: {{fromString}} to {{toString}}

{{/status.name.changelog}}

 

can you help?

 

1 answer

1 vote
Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 7, 2024

Hi @Francisco Ochoa Di Iorio -- Welcome to the Atlassian Community!

For a question like this, please post an image of your complete automation rule, images of any relevant actions / conditions / branches, an image of the audit log details showing the rule execution, and explain what is not working as expected. Those will provide context for the community to offer ideas. Thanks!

 

Until we see those...

The changelog smart values only apply when:

  • a field has changed
  • and the rule's trigger is for that specific field changing

A rule cannot directly view the changes over time with smart values.  It is possible to call the REST API functions with the Send Web Request to view the complete issue history, although that would need to be loaded in pages and filtered to get the entries for your field, such as Status.

Perhaps if you explain what you are trying to view for the Status field changes the community can suggest other ideas.

 

Kind regards,
Bill

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events