Skip to content

Commit

Permalink
Merge pull request #31 from mikeparker/patch-1
Browse files Browse the repository at this point in the history
Fix #30 reporter / assignee backwards
  • Loading branch information
RobQuistNL authored Apr 17, 2019
2 parents 586ba44 + a30b6a1 commit a9aa7b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,9 @@ function handlePrPage() {
'<div class="TableObject-item TableObject-item--primary">' +
'<b><a href="'+ticketUrl+'" target="_blank">['+ticketNumber+'] - '+result.fields.summary+'</a></b>' +
' - Reported by ' +
'<span class="author text-bold"><img src="'+assigneeImage+'" width="16"/> '+assignee.displayName+'</span>' +
' and assigned to ' +
'<span class="author text-bold"><img src="'+reporterImage+'" width="16"/> '+reporter.displayName+'</span>' +
' and assigned to ' +
'<span class="author text-bold"><img src="'+assigneeImage+'" width="16"/> '+assignee.displayName+'</span>' +
'</div>' +
'</div>'
);
Expand Down

0 comments on commit a9aa7b3

Please sign in to comment.