Hey everyone,
I would also like to create a JQL request so we're also alerted when a ticket is not replied to.
example: I tagged Jack because I need him to check on something but he has not replied in the last 24h so automation sends me a notification).
I get that I have to create an automation rule to receive the notification but how to structure my query?
I'm not aware of any native way in JQL to look up a user tag in an issue text field (e.g. Comment, Description, etc). You could look for an "@" in text, but it looks like you want to know the specific user.
There might be add-ons which provides extra JQL functionality that can do this. Maybe look at Atlassian Marketplace offerings for Jira Cloud, and see if any provide query capabilities that meet your needs.
Using @ tags is handy from an end-user perspective, and the built-in notifications are handy -- but those tags are not very accessible to JQL or automation. A user field would be more accessible, so you could consider that as an alternate approach.
So instead of using @Jack You could rely instead on the Assignee field, or create a new custom user-picker field like "Responder" and set that to user Jack.
The JQL function updatedBy() can then be helpful, although it's got a 1-day resolution limitation, which might not be as precise as the "24 hour window" you might want.
Once you have an easier way to access the user, the JQL or automation should be straightforward.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Mykenna,
Sorry for jumped in. I thought my question is similar to this one.
I want to know how to create JQL in automation rules, it trances status to "DONE" when no writing in 14 days on the comment. Could you tell me how?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please add a new question here instead. That will encourage other responses too.
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.