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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.