The CData API Server enables you to use REST, OData, JSON, or Open APIs to connect to and query Jira data. The OData standard enables real-time access to the live data, and support for OData is integrated into Power Pivot. This article details how to import an OData feed of Jira data into Microsoft Excel's PowerPivot business intelligence tool.
About Jira Data Integration
CData simplifies access and integration of live Jira data. Our customers leverage CData connectivity to:
- Gain bi-directional access to their Jira objects like issues, projects, and workflows.
- Use SQL stored procedures to perform functional actions like changing issues status, creating custom fields, download or uploading an attachment, modifying or retrieving time tracking settings, and more.
- Authenticate securely using a variety of methods, including username and password, OAuth, personal access token, API token, Crowd or OKTA SSO, LDAP, and more.
Most users leverage CData solutions to integrate Jira data with their database or data warehouse, whether that's using CData Sync directly or relying on CData's compatibility with platforms like SSIS or Azure Data Factory. Others are looking to get analytics and reporting on live Jira data from preferred analytics tools like Tableau and Power BI.
Learn more about how customers are seamlessly connecting to their Jira data to solve business problems from our blog: Drivers in Focus: Collaboration Tools.
Getting Started
Set Up the API Server
If you have not already done so, download the CData API Server. Once you have installed the API Server, follow the steps below to begin producing secure Jira OData services:
Connect to Jira
To work with Jira data from Microsoft Power Pivot, we start by creating and configuring a Jira connection. Follow the steps below to configure the API Server to connect to Jira data:
- First, navigate to the Connections page.
-
Click Add Connection and then search for and select the Jira connection.
π Selecting a data source (SQLite is shown)
-
Enter the necessary authentication properties to connect to Jira.
π Connecting to a datasource (SQLite is shown)
-
After configuring the connection, click Save & Test to confirm a successful connection.
Configure API Server Users
Next, create a user to access your Jira data through the API Server. You can add and configure users on the Users page. Follow the steps below to configure and create a user:
- On the Users page, click Add User to open the Add User dialog.
-
Next, set the Role, Username, and Privileges properties and then click Add User.
π Configure a new user
-
An Authtoken is then generated for the user. You can find the Authtoken and other information for each user on the Users page:
π API Server user settings
Creating API Endpoints for Jira
Having created a user, you are ready to create API endpoints for the Jira tables:
-
First, navigate to the API page and then click
Add Table
.
π Add tables
-
Select the connection you wish to access and click Next.
π Select the connection (SQLite is shown)
-
With the connection selected, create endpoints by selecting each table and then clicking Confirm.
π Adding tables from the connection (SQLite is shown)
Gather the OData Url
Having configured a connection to Jira data, created a user, and added resources to the API Server, you now have an easily accessible REST API based on the OData protocol for those resources. From the API page in API Server, you can view and copy the API Endpoints for the API:
π API Endpoints
Import Jira Tables in Power Pivot
Follow the steps below to import tables that can be refreshed on demand:
-
In Excel, click Data -> Get Data -> From Other Sources -> From OData Feed
π Starting the OData connection
-
In the OData feed connection, set the URL property to the OData Endpoint URL previously copied and click OK (e.g. "http://localhost:8080/api.rsc"):
π The URL of the OData endpoint for API Server
-
In the next step of the wizard, define the authentication credentials. Select Basic and then enter the credentials for a user authorized to make requests. Specify the User name and enter the user's authtoken in the Password field:
π Authenticating with API Server
-
Select the tables that you would like to import into Excel and click Load
π Selecting tables (SQLite is shown)
-
After selecting and loading your table(s), you should see the data appear in an Excel spreadsheet. Now, click the Power Pivot tab on the ribbon, and then select Add to Data Model.
π Loading data into Power Pivot (SQLite is shown)
-
You can now work with your Jira data in Power Pivot.
π The Pivot Table that is consuming OData feeds from API Server. (SQLite is shown)
Free Trial & More Information
If you are interested in connecting to your Jira data (or data from any of our other supported data sources) from Microsoft Power Pivot, download API Server to begin creating flexible and customizable REST, OData, JSON and Open APIs from any database or data store! As always, our world-class support team is ready to answer any questions you may have.