Issue Count By Field Plugin
[{IssueCountByField}]
displays the issue distribution in the current project by the Status field.
[{IssueCountByField projectId='11,27' display='table'}]
displays the issue distribution in two projects, in a table.
[{IssueCountByField projectId='11,27' showHiddenTrackers='true' display='table'}]
displays the issue distribution in two projects including issues in hidden trackers, in a table.
[{IssueCountByField projectId='11,27' types='Bugs' display='table'}]
displays the issue distribution in Bug trackers of the two projects, in a table.
[{IssueCountByField trackerId='81,85' title='Bugs by Priority' field='priority' display='both'}]
displays the issue distribution in two trackers by Priority, both in a chart and in a table.
The parameter field can be one of assignedto, category, detected, os, platform, priority, resolution, severity, status, submitter and target.
[{IssueCountByField tag='java,mysql,acme-corp' title='Acme Corp. Issues' display='both' cssStyle='background-color:#DEEFF6'}]
displays the issue distribution in any project or tracker tagged with the listed tags, both in a chart and in a table with a distinct background color.
[{IssueCountByField trackerId='81,85' includeClosed='false']
The parameter includeClosed can be true or false If this option is false, then the plugin skips 'Closed' issues.
Was this helpful?