Hello, can someone help me ?
I have the following automation scheduled that checks the issues created previously and verifies that the due date is not empty and the status is different from "Done", but I also need to verify that the start date is not greater than the end date but it is not possible to compare dates in a jql, what can I do?
compare
In your existing automation can also add the issue field condition
Hope this helps
Automation has a limitation of not allowing nested branching.
Do you want to compare start date and due date in the email action?
if so, then looping through lookupIssues and checking if Start Date > end Date while creating email body is possible.
Can you clarify on this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sounds like you want to compare dates, https://support.atlassian.com/cloud-automation/docs/jira-smart-values-date-and-time/#Date-compare---
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, I have tried with smart values and it does not work because jql does not support them.
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.