Skip to content

Commit eab786b

Browse files
Update workflows/sprint-report/templates/report.html
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent f4e1ea2 commit eab786b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

workflows/sprint-report/templates/report.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1214,7 +1214,7 @@ <h2>Sprint Item Tracker</h2>
12141214
Sprint pills: use class "current" for the active sprint, plain for past sprints.
12151215
Link issue keys to the tracker URL (e.g. Jira). -->
12161216
<tr>
1217-
<td><a href="{{ITEM_URL}}" target="_blank" class="issue-key">{{ITEM_KEY}}</a></td>
1217+
<td><a href="{{ITEM_URL}}" target="_blank" rel="noopener noreferrer" class="issue-key">{{ITEM_KEY}}</a></td>
12181218
<td>{{ITEM_TYPE}}</td>
12191219
<td><span class="status {{ITEM_STATUS_CLASS}}">{{ITEM_STATUS}}</span></td>
12201220
<td>{{ITEM_POINTS}}</td>

0 commit comments

Comments
 (0)