Is there a way to query for the last comment?

Anandh February 11, 2015

What I'm trying to query is....
For n project
For x sprint
It should show me the issue where the the last comment was made.

1 answer

0 votes
Dunila Jayasuriya February 12, 2015

Well I am not sure if there's a direct query to get this but you can always try something like this.

 

Project = n AND sprint = x AND updated > <give_the_time_you_want_to_check> ORDER BY updated DESC

I know this is not exactly what you wanted but this might work for your requirement.

Anandh February 12, 2015

Thank you Dunila..

Dunila Jayasuriya February 15, 2015

you are welcome. Do let me know if this worked

Suggest an answer

Log in or Sign up to answer