We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a1fbc4 commit bd2c5ddCopy full SHA for bd2c5dd
notify/jira/types.go
@@ -25,6 +25,8 @@ type issue struct {
25
}
26
27
type issueFields struct {
28
+ // Description can hold either a plain string (Jira API v2) or
29
+ // a structured JSON payload (e.g. json.RawMessage) when using Jira API v3.
30
Description any `json:"description,omitempty"`
31
Issuetype *idNameValue `json:"issuetype,omitempty"`
32
Labels []string `json:"labels,omitempty"`
0 commit comments