Skip to content

Commit

Permalink
Add AttachmentScheme to IssueFieldsScheme
Browse files Browse the repository at this point in the history
This exposes the attachments when retrieving the Issues
  • Loading branch information
jamesdury committed Sep 20, 2022
1 parent 41ff408 commit 5820526
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/infra/models/jira_issue_v3.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ type IssueFieldsScheme struct {
Comment *IssueCommentPageScheme `json:"comment,omitempty"`
Subtasks []*IssueScheme `json:"subtasks,omitempty"`
Security *SecurityScheme `json:"security,omitempty"`
Attachment []*AttachmentScheme `json:"attachment,omitempty"`
}

type IssueTransitionScheme struct {
Expand Down

0 comments on commit 5820526

Please sign in to comment.