Skip to content

Commit

Permalink
fix: fcli ssc action run appversion-summary: Add note about removed…
Browse files Browse the repository at this point in the history
… issue count
  • Loading branch information
rsenden committed Nov 7, 2024
1 parent c89817d commit 0c93649
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -215,11 +215,13 @@ steps:
${#join('\n', issueCountByFolderRows)}
| **Total** | | ${#join(' | ', folderNames.![#fmt('%10s', #root.folderTotals?.getRealNode()?.get(#this)?:0)])} |
| Analysis Type | Last Scan Date | New | Re-introduced | Removed | Updated |
| Analysis Type | Last Scan Date | New | Re-introduced | Removed`*` | Updated |
| ---------------------- | ---------------- | ------------- | ------------- | ------------- | ------------- |
${#join('\n', issueCountByStateRows)}
| **Total** | | ${#join(' | ', issueStateNames.![#fmt('%13s', #root.stateTotals?.getRealNode()?.get(#this)?:0)])} |
`*` The 'Removed' column shows the total number of removed issues for this application version, which includes issues removed in previous scans.
# Write output based on data collected above, and value template defined below
- write:
- to: ${parameters.file}
Expand Down

0 comments on commit 0c93649

Please sign in to comment.