Forums

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

Query Jira database to find the number of tickets closed for particular project

Rajesh Kappa February 11, 2018

Pleaase help me with Query Jira database to find the number of tickets closed for particular project per category per month from aug 2017 through Jan 2018.

2 answers

0 votes
Danyal Iqbal
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.
February 12, 2018

Why do you want to query the db? Why not use JQL/advanced search?

Goto Issues>Search for issues and use the following jql:

project = projectName  AND created <= "2018-01-01" AND created >= "2017-01-01" order by created

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.
February 11, 2018

Why you do not want to use Jira Rest Api. You could execute a jql query with GET /rest/api/2/search and get all the issues. You can read more here:

https://developer.atlassian.com/cloud/jira/platform/rest/#api-api-2-search-get

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events