mirror of
https://github.com/interviewstreet/go-jira.git
synced 2025-04-04 22:04:28 +02:00
Add 'to' field to Transition type
This commit is contained in:
parent
006e865f6a
commit
18f1b9ac4a
1
issue.go
1
issue.go
@ -303,6 +303,7 @@ type transitionResult struct {
|
|||||||
type Transition struct {
|
type Transition struct {
|
||||||
ID string `json:"id" structs:"id"`
|
ID string `json:"id" structs:"id"`
|
||||||
Name string `json:"name" structs:"name"`
|
Name string `json:"name" structs:"name"`
|
||||||
|
To Status `json:"to" structs:"status"`
|
||||||
Fields map[string]TransitionField `json:"fields" structs:"fields"`
|
Fields map[string]TransitionField `json:"fields" structs:"fields"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user