Skip to content

Commit 7e9d9d5

Browse files
authored
change log to use issue key instead of id (#26)
1 parent 32bb9ea commit 7e9d9d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ func (j junit2jira) createIssueOrComment(tc testCase) (*testIssue, error) {
320320
Body: description,
321321
}
322322

323-
logEntry(issue.ID, issue.Fields.Summary).Info("Found issue. Creating a comment...")
323+
logEntry(issue.Key, issue.Fields.Summary).Info("Found issue. Creating a comment...")
324324

325325
if j.dryRun {
326326
logEntry(NA, issue.Fields.Summary).Debugf("Dry run: will just print comment:\n%q", description)

0 commit comments

Comments
 (0)