I'm new to JIRA and researching how to create reports from JIRA, however I don't see any options for reporting under any of my projects or settings. Is this an add-on?
Examples of reports I am looking to create:
- How many tickets were entered by user?
- How many tasks were completed?
I just have a few questions for clarity;
Are you using JIRA Core or JIRA Software?
What kind of reports do you require? (the requirements you have specified could be fulfilled by a JQL query instead of a report).
- How many tickets were entered by user?
creator = john.smith
- How many tasks were completed?
status = closed
The JQL queries will give you raw statistics, instead may I ask how you would like to present your data?
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.