1
0
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:
Klyachin Aleksey 2021-03-18 18:22:03 +03:00 committed by GitHub
parent c64f012252
commit e8880eb250
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.