JiraQuery: need list of tickets commented less than a day before by their assignees

Ruben Sadoyan August 20, 2015

Hi there,

I would like to write JIRA quesry that extracts list of ticketa that are commented by their assignees less than a working day before:

Thinking this, but seem to be wrong, can somebody help?

issueFunction not in commented("after -1d", "by assignee")

 

Thanks,

Aquarius.

2 answers

0 votes
Ruben Sadoyan August 23, 2015

Hi Chandra,

Thanks, but how to do it by assignee, not by particular assignee?

Thanks,

Aquarius.

0 votes
Sateesh Chandra
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 20, 2015

You can use the query

 

issueFunction  in commented("after startOfDay()", "by sateesh_chandra")

Suggest an answer

Log in or Sign up to answer