I would like to create an automation for all open tasks\bugs with a priority of medium and higher that hasn't had a comment within the last 3 days. I tried creating a schedule task but I continue to get an error stating "missing issue"
Hi @TonyL -- Welcome to the Atlassian Community!
For a question like this, context is important for the community to help. Please post the following:
Until we see those...
There is no existing feature of JQL to find issues based upon the last commented date / time. Although there are probably marketplace addons to help with that.
Using an automation rule with existing features, your rule could use JQL to find issues of those types and priority values, and then use rule conditions to check the last comment date / time compared to {{now}} with the smart values: https://support.atlassian.com/cloud-automation/docs/jira-smart-values-issues/#--issue.comments--
{{issue.comments.last.created}}
Kind regards,
Bill
Hey Bill,
Thanks for the help with clarity to creating tickets for help. I think I was able to fix my problem here is the screenshots.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for that information. Please note checking the Updated field will check for all changes, and not just comments added. If this meets your needs, you have solved it yourself!
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.