Is it possible to create a JQL query that returns all stories where I was mentioned in a comment AND I haven't left a comment after that comment in which I was mentioned?
I'm starting with this:
(text ~ currentUser()) AND Status != "Done"
The use case is to be able to create a list of all the stories that I've been mentioned in but haven't yet responded to.
You can, yes ![]()
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.