mirror of
https://github.com/interviewstreet/go-jira.git
synced 2025-02-03 13:11:49 +02:00
Description for component (#365)
Co-authored-by: Klyahin Aleksey <madest92@ozon.ru>
This commit is contained in:
parent
c64f012252
commit
e8880eb250
1
issue.go
1
issue.go
@ -271,6 +271,7 @@ type Component struct {
|
||||
Self string `json:"self,omitempty" structs:"self,omitempty"`
|
||||
ID string `json:"id,omitempty" structs:"id,omitempty"`
|
||||
Name string `json:"name,omitempty" structs:"name,omitempty"`
|
||||
Description string `json:"description,omitempty" structs:"description,omitempty"`
|
||||
}
|
||||
|
||||
// Progress represents the progress of a Jira issue.
|
||||
|
Loading…
x
Reference in New Issue
Block a user