report on customers and the number of taks they created over the past month
Hey,
You can create all kind of reports like this by using JQL (Click, Issues Tab, then press Search for Issues) . https://domain-name/issues/?jql=
You might see 2 views. One of them is called basic (if you are seing a drop down list like project,type,status) The other one is called Advance (if you are seing just an empty bar)
If you are seing the basic one just click More and if you have the customer field choose that one otherwise you can choose reporter, then press more again to selected Ceated date it will populate you some suggestions you can choose in the correct month.
Or simply you can write a JQL in advance like this.
customer="XYZ" and (created >= 2018-11-01 AND created <= 2018-11-30) and issuetype=task
You can also get benefit from the Atlassian JQL documents
https://confluence.atlassian.com/jiracore/blog/2015/07/search-jira-like-a-boss-with-jql
I hope these helps,
Cheers,
Ege Su
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.