In some issues, my name mentioned in a comment and i was able to query this.
but i don't want to see the issues for which i had already responded after my name has been mentioned.
Let me know if there is any way to do this
Interesting question. Never did this, never felt the need. Still, pretty interesting.
Basically, to query issues where you've been mentioned you can use:
comment ~ currentUser()
To combine this query with a datefunction (before, after) and an author you might have to use a plugin (ScriptRunner enables you)
//edit:
comment ~ currentUser() AND issueFunction in commented("by currentUser()")
queries for issues where you've been mentioned and you've commented (doesn't check for before / after though)
Thank you for your response and it helped me.
I am yet to try date function alone
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.