Add summary field to get-jira-ticket
This commit is contained in:
parent
378fcbe65a
commit
d5778abbd6
2 changed files with 3 additions and 2 deletions
|
@ -18,7 +18,8 @@ type JiraIssueFieldsStatus struct {
|
|||
}
|
||||
|
||||
type JiraIssueFields struct {
|
||||
Status JiraIssueFieldsStatus `json:"status"`
|
||||
Status JiraIssueFieldsStatus `json:"status"`
|
||||
Summary string `json:"summary"`
|
||||
}
|
||||
|
||||
type JiraIssue struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue