Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

JQL user Last comment

Cristian CASTILLO
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 2, 2022

I would like to get the tickets assigned to me which the last comment is not mine.

This is the actual query:

 

project = EXPROYECT AND assignee = "ex.user@example.com" AND status not in (Closed, Resolved)

I want to be able to see the tickets that other people (not me) have written in the last comment.

Thank you in advance! 

1 answer

1 accepted

1 vote
Answer accepted
Magda August 2, 2022

Hi!

Try this:

issueFunction not in lastComment("by currentUser()") and  assignee = currentUser() and project = EXPROYECT and status not in (Closed, Resolved)

Cristian CASTILLO
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 2, 2022

It's working!! Thank you so much! 

Like Magda likes this

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events