Search code examples
jirajqljira-rest-java-api

How can I write group by in jira jql?


I am working on few reports in which I am taking data from jira using REST API. For searching purpose, I am using JQL. I want to use group by tag for few of my queries. How can I use group by tag in JQL?


Solution

  • Out-of-the box you can't. You might achieve this by: