is there any way to query with "group by"?
I've many stories in a project, and each story is blocked by some bugs.
I want to write a jql some like:
select story_name, count(*) from bug_table group by story_id
maybe any gadget count?
Hi,
Sadly you cannot group by or count in JQL.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.