How-To Enable Reporting Using Multi-Select Custom Fields
Navigating the complexities of multi-select fields in Atlassian Analytics can be a daunting task, especially when it comes to integrating these fields effectively into your charts and dashboards. If you’ve ever struggled with the cumbersome nature of non-core Jira fields, our latest video tutorial offers a streamlined solution that you don't want to miss.
Key Steps to Enhance Multi-Select Field Reporting
Step 1: Identify the Fields to Support
Start by identifying the fields you want to support by querying the ‘Issue Field’ table where the ‘Field Type’ is multi-select.
Step 2: Create a Custom Tables in Atlassian Analytics
For each multi-select field you want to support, you need to create a custom table using the following steps:
- Let's assume the field name is 'Strategic Themes' - create a new custom table named 'view_MultiSelectField_StrategicThemes' - using an SQL query like the one below:
Ensure that the new custom table integrates smoothly with the existing data structure by linking it to the primary tables using appropriate SQL JOINs
Step 3: Test
Finally, we test our new structure by creating a chart in the visual SQL editor. This step confirms the effectiveness of our setup and showcases the ease of applying filters and creating interactive dashboards.
Start by selecting from the Issue table the Issue Key, Summary, and from the 'view_MultiSelectField_StrategicThemes' table the 'Strategic Themes' field.
- Add a filter on 'view_MultiSelectField_StrategicThemes'.'Strategic Themes' and notice how easy it is to set filters on this field now.
- Check the Join Path: This helps confirm that the 'view_MultiSelectField_StrategicThemes' is correctly joining the Issue table.
Final Thoughts
This configuration not only simplifies the data structure but also empowers non-technical users to generate detailed and complex reports effortlessly.
Want to see this process in action? Watch the full video tutorial here for a comprehensive walkthrough and additional insights.
Whether you're looking to improve your dashboard designs or streamline complex data reporting, this tutorial provides the tools and knowledge needed to transform your approach to using multi-select fields in Atlassian Analytics.