Skip to content

Commit

Permalink
Merge pull request #3588 from ActiveState/mitchell/dx-3152
Browse files Browse the repository at this point in the history
Target & Verify action should append to Jira labels, not overwrite.
  • Loading branch information
mitchell-as authored Nov 12, 2024
2 parents f8618f6 + 09dcb48 commit 48b1d05
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 48b1d05

Please sign in to comment.