How to Use Jira Data Source to Fetch Sprint and Epic in Bold BI
Bold BI allows you to connect with various data sources, including Jira. This article will guide you on how to use the Jira data source to fetch data for the Sprint and Epic columns.
Fetching Data for Sprint and Epic Columns
Connect to the Jira data source by referring to this Bold BI help documentation
Follow the below steps to fetch data for the Sprint and Epic columns using Jira Query Language (JQL) queries.
Fetching Sprint Columns
Use the following JQL query:
"sprint" = "Name_Of_the_Sprint"
Replace “Name_Of_the_Sprint” with the name of the sprint you want to fetch data for.
Fetching Epic Columns
To fetch data for the Epic columns, use the following JQL query:
"Epic Name"= "Name_Of_The_Epic"
Replace “Name_Of_The_Epic” with the name of the epic you want to fetch data for.
By following these steps, you can easily fetch data for the Sprint and Epic columns from the Jira data source in Bold BI. If you have any questions, feel free to reach out to the Bold BI support team.