Skip to content

Commit

Permalink
Merge pull request #135 from ctreminiom/bug/131
Browse files Browse the repository at this point in the history
♻️ Edited IssueTypeScreenSchemeMappingPayloadScheme
  • Loading branch information
ctreminiom authored Aug 20, 2022
2 parents 2b34ea4 + d4ff0de commit 79000bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/infra/models/jira_issue_type_screen_scheme.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ type IssueTypeScreenSchemePageScheme struct {

type IssueTypeScreenSchemePayloadScheme struct {
Name string `json:"name,omitempty"`
Description string `json:"description,omitempty"`
IssueTypeMappings []*IssueTypeScreenSchemeMappingPayloadScheme `json:"issueTypeMappings,omitempty"`
}

Expand Down

0 comments on commit 79000bc

Please sign in to comment.