Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Hello,
I have the following process that I would like to cover via an automation rule:
Until here I have no issues, I managed to create the rule and the rule is triggered everyday at the specified time with the exact same template.
Do you have any suggestions about how I can achieve this?
Thank you !
You can insert a JQL Condition immediately before the Create new story action, and use a query similar to the following:
type = Story AND summary ~ "Summary of created issue" AND resolution = Unresolved
Hi @Ana MINCA
I would insert a JQL check prior of the action for creating the issue, just like the following image (don't mind the "Manual" trigger):
The JQL statement is this:
summary ~ "My Summary" AND status != Done AND (created >= startofday(-1) AND created < endofday(-1))
I would change the "My Summary" wording with the summary you give when creating the ticket.
Let me know if that worked.
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register Now
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.