Skip to content

Commit

Permalink
Target & Verify action should append to Jira labels, not overwrite.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchell-as committed Nov 8, 2024
1 parent d0c984f commit 09dcb48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/internal/workflow-helpers/jira.go
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ func UpdateJiraFixVersion(client *jira.Client, issue *jira.Issue, versionID stri
Key: issue.Key,
Fields: &jira.IssueFields{
FixVersions: []*jira.FixVersion{{ID: versionID}},
Labels: issue.Fields.Labels,
},
}

Expand Down

0 comments on commit 09dcb48

Please sign in to comment.