![]() |
VOOZH | about |
The CData Excel Add-In for Jira Service Management provides formulas that can edit, save, and delete Jira Service Management data. The following three steps show how you can automate the following task: Search Jira Service Management data for a user-specified value and then organize the results into an Excel spreadsheet.
The syntax of the CDATAQUERY formula is the following:
=CDATAQUERY(Query, [Connection], [Parameters], [ResultLocation]);
This formula requires three inputs:
Connection: Either the connection name, such as JiraServiceDeskConnection1, or a connection string. The connection string consists of the required properties for connecting to Jira Service Management data, separated by semicolons.
You can establish a connection to any Jira Service Desk Cloud account or Server instance.
To connect to a Cloud account, you'll first need to retrieve an APIToken. To generate one, log in to your Atlassian account and navigate to API tokens > Create API token. The generated token will be displayed.
Supply the following to connect to data:
To authenticate with a service account, supply the following connection properties:
Note: Password has been deprecated for connecting to a Cloud Account and is now used only to connect to a Server Instance.
By default, the connector only surfaces system fields. To access the custom fields for Issues, set IncludeCustomFields.
The procedure below results in a spreadsheet that organizes all the formula inputs in the first column.
=CDATAQUERY("SELECT * FROM Requests WHERE CurrentStatus = '"&B4&"'","ApiKey="&B1&";User="&B2&";InitiateOAuth="&B3&";Provider=JiraServiceDesk",B5)
👁 Formula inputs used in this example. (Google Apps is shown.)Download a free trial of the Excel Add-In for Jira Service Management to get started:
Download NowLearn more:
👁 Jira Service Management IconThe Jira Service Management Excel Add-In is a powerful tool that allows you to connect with live Jira Service Management data, directly from Microsoft Excel.
Use Excel to read, write, and update Jira Service Management Customers, Organizations, Requests, etc. Perfect for mass imports / exports / updates, data cleansing & de-duplication, Excel based data analysis, and more!