Skip to content

Commit

Permalink
🏗️ Parsed the workflow scheme UpdateDraftIfNeeded payload on the Upda…
Browse files Browse the repository at this point in the history
…te method.
  • Loading branch information
ctreminiom committed Mar 26, 2023
1 parent 91fe2f2 commit 50149d2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pkg/infra/models/jira_workflow_scheme.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
package models

type WorkflowSchemePayloadScheme struct {
DefaultWorkflow string `json:"defaultWorkflow,omitempty"`
Name string `json:"name,omitempty"`
Description string `json:"description,omitempty"`
IssueTypeMappings interface{} `json:"issueTypeMappings,omitempty"`
DefaultWorkflow string `json:"defaultWorkflow,omitempty"`
Name string `json:"name,omitempty"`
Description string `json:"description,omitempty"`
IssueTypeMappings interface{} `json:"issueTypeMappings,omitempty"`
UpdateDraftIfNeeded bool `json:"updateDraftIfNeeded,omitempty"`
}

type WorkflowSchemePageScheme struct {
Expand Down

0 comments on commit 50149d2

Please sign in to comment.