mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 16:39:01 +00:00
Change jira ticket type from Bug to Task (#5426)
This commit is contained in:
parent
a4725518ac
commit
5c0031c8f1
2 changed files with 2 additions and 1 deletions
1
changes/issue-5338-change-jira-ticket-type
Normal file
1
changes/issue-5338-change-jira-ticket-type
Normal file
|
|
@ -0,0 +1 @@
|
|||
* Change Jira ticket type from "Bug" to "Task" when reporting vulnerabilities with the Jira integration automation.
|
||||
|
|
@ -117,7 +117,7 @@ func (j *Jira) Run(ctx context.Context, argsJSON json.RawMessage) error {
|
|||
issue := &jira.Issue{
|
||||
Fields: &jira.IssueFields{
|
||||
Type: jira.IssueType{
|
||||
Name: "Bug",
|
||||
Name: "Task",
|
||||
},
|
||||
Summary: summary,
|
||||
Description: description,
|
||||
|
|
|
|||
Loading…
Reference in a new issue