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

And it’s nice if you actually use that structure

This commit is contained in:
attack7 2016-08-02 09:59:16 -04:00
parent ec2e9dd652
commit e9ffde1b0d

View File

@ -44,7 +44,7 @@ type Project struct {
URL string `json:"url,omitempty"`
Email string `json:"email,omitempty"`
AssigneeType string `json:"assigneeType,omitempty"`
Versions []interface{} `json:"versions,omitempty"`
Versions []Version `json:"versions,omitempty"`
Name string `json:"name,omitempty"`
Roles struct {
Developers string `json:"Developers,omitempty"`