Please provide JQL query for get count of issues with status done
Hello @True Indian
JQL returns a list of issues. At the bottom of the list you can see the count of issues returned.
Getting the list of issues where the Status field is set to "done" is quite simple:
status=done
If you are new to Jira or new to using JQL specifically you can find free, on-demand training on these topics through the Learning link at the top of Community pages.
This filter for courses includes courses on using JQL.
https://community.atlassian.com/learning/catalog?product=Jira&search=jql
You can also find documentation concerning creating filters here:
https://support.atlassian.com/jira-software-cloud/docs/search-for-issues-in-jira/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.