/
Finding No. Issues for every project
Finding No. Issues for every project
MySQL / PostgreSQL
-- Issue Count Per Project SELECT p.pname AS "Project Name", p.pkey AS "Project Key", COUNT(*) AS "No. Issue" FROM jiraissue ji INNER JOIN project p ON ji.project = p.ID GROUP BY p.pkey, p.pname;
Sample Result
Project Name | Project Key | No. Issue |
---|---|---|
Attachment Checker for Confluence | ACC | 30 |
Issue Archiver | ARCHIVE | 211 |
SQL Reporter for Jira | SQLREPORT | 142 |
Related content
Find all Jira issue in Database
Find all Jira issue in Database
More like this
Adding a new SQL report configuration
Adding a new SQL report configuration
Read with this
Finding Project Activity Level
Finding Project Activity Level
More like this
How to upload SQL files into SQL Reporter for Jira
How to upload SQL files into SQL Reporter for Jira
Read with this
Tissue Reports in projects
Tissue Reports in projects
More like this
Tissue Reports in projects
Tissue Reports in projects
More like this