There was an error while loading. Please reload this page.
1 parent f4e1ea2 commit eab786bCopy full SHA for eab786b
1 file changed
workflows/sprint-report/templates/report.html
@@ -1214,7 +1214,7 @@ <h2>Sprint Item Tracker</h2>
1214
Sprint pills: use class "current" for the active sprint, plain for past sprints.
1215
Link issue keys to the tracker URL (e.g. Jira). -->
1216
<tr>
1217
- <td><a href="{{ITEM_URL}}" target="_blank" class="issue-key">{{ITEM_KEY}}</a></td>
+<td><a href="{{ITEM_URL}}" target="_blank" rel="noopener noreferrer" class="issue-key">{{ITEM_KEY}}</a></td>
1218
<td>{{ITEM_TYPE}}</td>
1219
<td><span class="status {{ITEM_STATUS_CLASS}}">{{ITEM_STATUS}}</span></td>
1220
<td>{{ITEM_POINTS}}</td>
0 commit comments