Hi,
We need a report about (issues resolved/total issues) like the report created vs reported issues, but desagregated into issues type like have 1 report for epics, 1 report for tasks, 1 report for issues and 1 report for histories because we have three diferent activities in the company and we want to know metrics for each one.
Thanks.
You need to create multiple filters based on the IssueType and then map them to different charts.
Thank you, which is the filter that I need? I only find my projects in that input.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Query by issuetype and save as a filter.
Like:
Project = A and issuetype = Story
Project = A and issuetype = Task
Project = A and issuetype = Bug
....
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.