I have a project where I've been asked to add a "we're working on this" comment to any ticket opened by a customer which hasn't been updated in the last hour. Does anybody know how I do this with the "updated" component of JQL? Thanks, Keith
P.s. I've been using updated>-1 hour but that just shows me the tickets that HAVE been updated in the last hour.
updated < -1h will return issues where the updated date is more than one hour
Thanks Michael, that's actually what I was using originally, but it's not working. Instead it's returning ONLY the tickets which were updated within the past hour.
Keith
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Keith Adams could you double check the JQL? You originally said updated > -1h, I'm saying the reverse, updated < -1h
From Atlassian's own documentation you can see this in action
updated <
"-2w"
I've also tested it and it has worked for my issues.
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.