1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2025-08-06 22:13:02 +02:00

Manage versions startDate

This commit is contained in:
Vincent Sellier
2018-10-29 23:36:28 +01:00
committed by Andy Grunwald
parent bbce4afa54
commit 570a74be05
2 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,7 @@ type Version struct {
ReleaseDate string `json:"releaseDate,omitempty" structs:"releaseDate,omitempty"`
UserReleaseDate string `json:"userReleaseDate,omitempty" structs:"userReleaseDate,omitempty"`
ProjectID int `json:"projectId,omitempty" structs:"projectId,omitempty"` // Unlike other IDs, this is returned as a number
StartDate string `json:"startDate,omitempty" structs:"startDate,omitempty"`
}
// Get gets version info from JIRA