Skip to content

Commit

Permalink
Merge pull request #146 from jxxxxxxxy/issue-attachment
Browse files Browse the repository at this point in the history
Add AttachmentScheme to IssueFieldsScheme
  • Loading branch information
ctreminiom authored Sep 27, 2022
2 parents a1fb0da + 5820526 commit 824995f
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 824995f

Please sign in to comment.