Hi!
I want to build an automation that would send a comment every 2 weeks when the reporter doesn't comment on an issue.
I know how to do so when an issue is updated:
- Scheduled trigger with JQL : updated < -14d
- IF reporter != issue.comments.last.author.name
- THEN : add comment to issue
BUT if a stakeholder does an update that is not a comment the action will be triggered and I want the action to be triggered only if no answer has been added by the reporter to the assignee's question.
Can you help me on this matter?
Thanks a lot!
Lea
Hello @lea.maire
Thank you for reaching out.
Per your description, I understand you are trying to schedule a rule to comment on issues when they were not filled with a comment from the reporter in 14 days. Is that correct?
Indeed, the Updated field considers any field update in the issue, however, you could use another date custom field and second rule to get that field updated with the current time when an Issue is commented. These would be the Steps:
Let us know if you have any questions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.