I have created a chart to show a count of specific components for all teams (that have those components) in a specific date range by month.
It seems my query is giving all the issues for each team in the date range. It's not making use of the component filter. The result selects the correct Date Range, Issue Status, Status Category but doesn't filter on the Components.
Are you able to see what the problem is? Below is my query:
Hi Don,
Your query will need to go through the jira_issue_component_mapping table to properly filter on issues associated with a component.
To do this, open the Join path panel to change the join to go through the mapping table. If the mapping table isn't an available option, you can add a column from the mapping table to your query, select the desired join path, and then hide the column after the query.
If you run into any trouble, feel free to open a support ticket like Tejaswi mentioned, and we would be happy to help.
Hi @Don DMack
This is Tejaswi from the Analytics Support Team and here to help.
From the shared query, The Join and the filters seems to correct. Can you please log a ticket with us so that we can have look and the query results and debug the issue further?
You can log a ticket with us at https://support.atlassian.com/contact.
Kind Regards,
Tejaswi
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.