Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Automation for setting start date stopped working recently

marc_vanniekerk October 7, 2025

I have a jira automation rule that sets the start date for an epic based on the earliest start date of the children. This was working great until recently and I cannot seem to figure out why. 

 

the audit log step seems to return nothing so it feels like some connection is missing. The audit passes fine up to the log action. the lookup work items step correctly lists all child issues in the epic.

 

Any idea on what suddenly might have been broken would be much appreciated. I assume there might have been some inner workings change or something?

rule_audit.png

rule.png

2 answers

1 vote
Akhand Pratap Singh
Community Champion
October 7, 2025

Hello @marc_vanniekerk , 

Good day, Welcome to Atlassian Community

In the Log, I see you have mentioned {{lookupissues.startdate.min}}, can you try once this smart value {{lookupIssues.Start date.min}}?

I believe If you use a small "i" in {{lookupissues.startdate.min}}, (i.e., lookupissues instead of lookupIssues), it will not work in Jira Automation.

 

Can you also, share the advanced section, I believe you are editing start Date there?

 

Best Regards,
Akhand

marc_vanniekerk October 7, 2025
ok actually I fixed the log part. instead of Start Date, I used the custom field.
now it shows the number of issues and date but the error complains about the format and to me that format looks correct. I initially thought it was because of the log being unable to return but now it seems that actually its the updating the work item
updated_log.png
marc_vanniekerk October 7, 2025

Actually managed to resolve it. needed to update the edit field section in teh json to set the same value. 

0 votes
Benedetta Russo
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!
October 7, 2025

This is likely due to a recent Jira Cloud automation change — lookups no longer expose child issue fields directly.

Try these fixes:

In the Lookup Issues action, add the JQL explicitly: parent = {{issue.key}} AND "Start date" IS NOT EMPTY to ensure it fetches the field.

In your Log or Edit issue step, reference the field with a smart value like:

{{lookupIssues.start date.min}}


Make sure the “Start date” field is on the epic’s screen and hasn’t been renamed.

If it still fails, check the field context: recent changes to the Advanced Roadmaps “Start date” field sometimes break older rules.

Many users reported similar breakage after recent automation updates, so adjusting the JQL or smart values usually restores it.

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.
October 7, 2025

Hi @Benedetta Russo 

What is the source of your information for your note below?

This is likely due to a recent Jira Cloud automation change — lookups no longer expose child issue fields directly.

 

There are no "child issue fields" described in how the original poster (OP) is using the Lookup Issues / Work Items action, and instead they just have a typo in the smart value used.

And even the OP was referencing "child" attributes, such as in {{lookupIssues.subtasks}}, that behavior has been the same since 2021: it only ever loaded a subset of the fields in such linked work items and it loads all the other supported data for a single work item.

 

Kind regards,
Bill

Suggest an answer

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

Atlassian Community Events