Skip to content

Commit

Permalink
Description for component (#365)
Browse files Browse the repository at this point in the history
Co-authored-by: Klyahin Aleksey <[email protected]>
  • Loading branch information
madest92 and Klyahin Aleksey authored Mar 18, 2021
1 parent c64f012 commit e8880eb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions issue.go
Original file line number Diff line number Diff line change
Expand Up @@ -268,9 +268,10 @@ type AvatarUrls struct {
// Component represents a "component" of a Jira issue.
// Components can be user defined in every Jira instance.
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"`
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.
Expand Down

0 comments on commit e8880eb

Please sign in to comment.