Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to mimic a 'group by' with jql

Emily Lozon
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 12, 2018

Hello,

I'm trying to create a dashboard in JIRA that will help our QA and DEV teams look at trends between sprints, capability teams, releases, etc.

 

I'm currently trying to introduce a widget that will show the breakdown of ticket priorities over the past few sprints. I'm very new to JQL and JIRA, but i work with SQL very heavily.

 

Unsure if there's already a widget that could provide the information for me, but i'm picturing a bar graph that will be separated into releases, and then within those releases, show the multiple capability teams, and then each team has ~ 4 bars representing 'Normal', 'High', 'Critical', 'Low'.

If this was SQL i would use a group by statement in order to show these multiple data elements and pull it into a pivot chart to achieve the visual representation.

 

If there are suggestions on how to do this, please let me know!

1 answer

0 votes
Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 12, 2018

Hello,

JQL does not have the "group by" expression. I think, you would need to use a plugin for reporting. For example, the Easybi plugin.

https://marketplace.atlassian.com/apps/1211051/eazybi-reports-and-charts-for-jira?hosting=server&tab=overview

Suggest an answer

Log in or Sign up to answer