I need to be able to obtain the release date for a project. Is there a way to obtain either the start date or release date from the Releases portion of a project?
IE:
Release ABC start_date = 10/1/2019 release_date = 12/4/2019
Any help would greatly be appreciated.
Thank you,
Judy
This has been asked before. Take a look at this page here.
You want to do something like this below.
fixVersion in releaseDate("on endOfWeek(-2d)")
I hope it helps.
Ravi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.