Jira filters for Particular Date records

Anbarasi July 26, 2017

Greetings,

    

Could you please guide me how we will filter particular tickets from the list using Startdayof() and End Dayof()  function.

Else anyother buildin operation to filter the same.

Scenarios:

We needs to filter the only tomorrows Ticket based upon the Custome Date option given in the ticketsst

EG: I have tried this Query to filter the records

project = SDP AND "Files to QC" >= startOfDay("1") AND "Files to QC" >= endOfDay("+1") 

 

Please refer the attached Screen shot. In that image i needs to filter only the records of July 27,2017.Jira Filter.png

 

 

1 answer

1 accepted

2 votes
Answer accepted
Tarun Sapra
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 26, 2017

project = SDP AND "Files to QC" >endOfDay() AND "Files to QC" < startOfDay(2) 

Anbarasi July 26, 2017

Thanks Tarun.  Now Its working Fine.

 

Tarun Sapra
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 27, 2017

Your welcome Anbarasi, please accept/upvote answer if it works fine.

Anbarasi July 27, 2017

Done 

Suggest an answer

Log in or Sign up to answer