Hi,
I am trying to build a query that will show me all the issues where I have been mentioned, or where my name appears in a comment, in the last 6hrs. The only thing I have been able to find is issues where I have been mentioned at any time which have been updated in the last 3 hrs.
comment ~ currentUser() and updatedDate >= -6h
This is obv very different to what i am looking for.
Any ideas?
I think this is not possible. Even if you would use scriptrunners JQL function
issuefunction in commented("after -6h)
as replacement for "updated >=-6h "
You would still find issue where you have been mentioned before that period. Namely issues where you have been mentioned sometimes and which have been commented in the last 6 hours (without you beeing mentioned).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.