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!
Community moderators have prevented the ability to post new answers.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Diego Aguila , glad to hear that! Thanks for feedback!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Recommended Learning For You
Level up your skills with Atlassian learning
Learning Path
Apply agile practices
Transform how you manage your work with agile practices, including kanban and scrum frameworks.
Learning Path
Configure agile boards for Jira projects
Learn how to create and configure agile Jira boards so you can plan, prioritize, and estimate upcoming work.
Jira Essentials with Agile Mindset
Suitable for beginners, this live instructor-led full-day course will set up your whole team to understand how to use Jira with an agile methodology.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.