Hi community, i have the next request:
I need to create a list of automations to comment on the issue (as a reminder) every certain number of days (5, 7, 9, 11, 13 and 15) to the client.
For example, once the issue is created and the customer does not comment for 5 days, send a comment on the issue requesting a response from the customer. If 7 days pass and we still do not receive a response, again a comment and so on until the issue is canceled within 15 days.
I was thinking of creating a list of automations for each number of days (5, 7, 9, 11, 13 and 15) but my question is the following:
- The automation of day 5 is repeated on day number 10?
- The automation of day 7 is repeated on day number 14?
That should not happen because each rule leaves a different comment in the issue.


that is the JQL sentence that i used:
status = "BIRTHDAY GIFT LINK PENDING" and NOT status CHANGED AFTER -7d
I hope someone can help me, thank you very much in advance 🙌