mirror of
https://github.com/interviewstreet/go-jira.git
synced 2025-06-29 00:21:53 +02:00
Added Percent to Progress struct
This commit is contained in:
1
issue.go
1
issue.go
@ -274,6 +274,7 @@ type Status struct {
|
|||||||
type Progress struct {
|
type Progress struct {
|
||||||
Progress int `json:"progress" structs:"progress"`
|
Progress int `json:"progress" structs:"progress"`
|
||||||
Total int `json:"total" structs:"total"`
|
Total int `json:"total" structs:"total"`
|
||||||
|
Percent int `json:"percent" structs:"percent"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// Parent represents the parent of a JIRA issue, to be used with subtask issue types.
|
// Parent represents the parent of a JIRA issue, to be used with subtask issue types.
|
||||||
|
Reference in New Issue
Block a user