I am trying to the get start and end date of a jira project version. Can I do this with the Jira SOAP API, and how cand I do this?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
There's no such thing as 'start date' for version in JIRA, and Release Date is available via SOAP. E.g. in Java:
|
|||
|
|
|
For posterity: I'm guessing you are using Greenhopper, that does allow you to specify start and end dates for your sprints/versions. Unfortunately, it doesn't appear you can not retrieve this data via the API as Greenhopper data is not exposed (yet). See the ticket below. I'm anxious to get this too. |
|||
|
|
Not really for startDate / endDate, but all information needed to build your own Hourly-Burndown Chart... I searched for hours to find a solution for a this, the only other way I found was this:
With this you get a XML File for your Version and in this you can find the values for startDate / endDate |
|||
|
|