Automation in Jira - Problem with due date

Kateryna October 12, 2022

Hello!

I have 2 rules. First - creates Epik, second - creates tasks in Epik.

An important field for me is Due date for tasks.

I use smart value  {{issue.fields.startDate.plusDays(7)}}

However, I get the following error "The following issues did not match the condition" 

Please help me figure out how to fix this error. Thank you in advance!

5 answers

1 vote
Omar Mohamed Fathi
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 12, 2022

can you share a screenshot please 

Kateryna October 12, 2022

I added screenshots

0 votes
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 12, 2022

Hi @Kateryna 

Which of your rules received that message in the audit log?

If it was the one with the Issue Created trigger, this symptom can occur because the trigger happens faster than the data is available for the conditions.

The work-around/fix is to add the Re-fetch Issue action immediately after the Issue Created trigger.  This will slow down the rule and reload the data before trying the conditions and other steps.

Kind regards,
Bill

Simmo
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 16, 2022

It might also be a false positive. The automation rule is going to be triggered for every created issue in that scope and it won't always be your epic, so you will see that message from time to time.

Like # people like this
0 votes
Kateryna October 12, 2022

Thanks! share screenshots1_Screenshot.jpgSecond_Screenshot.jpg3_Screenshot.jpg

0 votes
Alex Koxaras _Relational_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 12, 2022

Hi @Kateryna and welcome to the community,

It would be useful is you could share your rule with us. A screenshot would be lovely.

You clearly have included a condition or branch rule, to which you mention nothing :/ 

Kateryna October 12, 2022

thanks! I added screenshots

0 votes
John Funk
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 12, 2022

Hi @Kateryna  - Welcome to the Atlassian Community!

Can you share a screenshot of your rule, along with the Audit log when you get the error? 

The error is going to be with the structure of your rule as it relates to a Condition, and not the code you list above. 

John Funk
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 13, 2022

Thanks for posting those. Can you also post the Audit log for the rule that is generating the error? 

Suggest an answer

Log in or Sign up to answer