Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Query issues in version with start date or end date in a specific month

Shawn Wallack December 3, 2019

I need to query Jira to find Version Start Date and End Date for any and all Versions released in a particular month (e.g., current month, last month, etc.).

Alternatively, can I query Jira to find issues belonging to a version whose Start Date and/or End Date are in a particular month?

Thanks!

1 answer

1 accepted

Suggest an answer

Log in or Sign up to answer
0 votes
Answer accepted
Alexander Bondarev
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.
December 8, 2019

Hi, @Shawn Wallack !

Of course you can, for example -

fixVersion in releaseDate("after 2019-10-18") and fixVersion in releaseDate("before 2019-10-26")

the same logic you can use with:

 fixVersion in startDate()

fixVersion in releaseDate()

fixVersion in overdue()

Feel free to contact, if you have any questions.  

Diego Aguila August 30, 2021

Thanks @Alexander Bondarev , it works for me ;)

Like Alexander Bondarev likes this
Alexander Bondarev
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 30, 2021

@Diego Aguila , glad to hear that! Thanks for feedback!

TAGS
AUG Leaders

Atlassian Community Events