Need help to get only count using jira plugin for excel (jira.jql).
I've using jira.jql(excel plugin function) to get the list of issues.
Is it possible to get only the count of issues returned by the JQL instead of the list?
You can use filter search, then export the result to Excel.
for example, filter query :
project= "Example " AND issuetype=Story AND status = "To Do"
You can add the desired conditions to the query and get the result.
thanks!
There is a Jira plugin for excel and through that we can query Jira directly from excel.
So looking to get only count of issues that JQL returns. :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Great!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Uday,
You can create the dashboard and use the issue statistics gadget to know the issue count.
As shown below.
Regards,
Geethanjali
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.