Skip to content

Commit

Permalink
Added duedate
Browse files Browse the repository at this point in the history
  • Loading branch information
Fank committed Jun 28, 2024
1 parent d03ffe7 commit 7d1dceb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkg/infra/models/jira_issue_v2.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ type IssueFieldsSchemeV2 struct {
Subtasks []*IssueScheme `json:"subtasks,omitempty"`
Security *SecurityScheme `json:"security,omitempty"`
Worklog *IssueWorklogRichTextPageScheme `json:"worklog,omitempty"`
DueDate string `json:"duedate"`
}

// ParentScheme represents the parent of an issue in Jira.
Expand Down
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 @@ -127,6 +127,7 @@ type IssueFieldsScheme struct {
Security *SecurityScheme `json:"security,omitempty"` // The security level of the issue.
Attachment []*AttachmentScheme `json:"attachment,omitempty"` // The attachments of the issue.
Worklog *IssueWorklogADFPageScheme `json:"worklog,omitempty"` // The worklog of the issue.
DueDate string `json:"duedate"` // The due date of the issue.
}

// IssueTransitionScheme represents a transition of an issue in Jira.
Expand Down

0 comments on commit 7d1dceb

Please sign in to comment.