Skip to content

Commit

Permalink
Merge pull request #180 from ctreminiom/feature/workflow-scheme-updat…
Browse files Browse the repository at this point in the history
…e-structs

🏗️ Parsed the workflow scheme UpdateDraftIfNeede…
  • Loading branch information
ctreminiom authored Mar 26, 2023
2 parents 91fe2f2 + 50149d2 commit e306c63
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 e306c63

Please sign in to comment.