![]() |
VOOZH | about |
The CData Excel Add-In for Bitbucket provides formulas that can edit, save, and delete Bitbucket data. The following three steps show how you can automate the following task: Search Bitbucket 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 BitbucketConnection1, or a connection string. The connection string consists of the required properties for connecting to Bitbucket data, separated by semicolons.
For most queries, you must set the Workspace. The only exception to this is the Workspaces table, which does not require this property to be set, as querying it provides a list of workspace slugs that can be used to set Workspace. To query this table, you must set Schema to 'Information' and execute the query SELECT * FROM Workspaces>.
Setting Schema to 'Information' displays general information. To connect to Bitbucket, set these parameters:
Bitbucket supports OAuth authentication only. To enable this authentication from all OAuth flows, you must create a custom OAuth application, and set AuthScheme to OAuth.
Be sure to review the Help documentation for the required connection properties for you specific authentication needs (desktop applications, web applications, and headless machines).
From your Bitbucket account:
The procedure below results in a spreadsheet that organizes all the formula inputs in the first column.
=CDATAQUERY("SELECT * FROM Issues WHERE Id = '"&B4&"'","Workspace="&B1&";Schema="&B2&";InitiateOAuth="&B3&";Provider=Bitbucket",B5)
👁 Formula inputs used in this example. (Google Apps is shown.)Download a free trial of the Excel Add-In for Bitbucket to get started:
Download NowLearn more:
👁 Bitbucket IconThe Bitbucket Excel Add-In is a powerful tool that allows you to connect with live Bitbucket data, directly from Microsoft Excel.
Use Excel to read, write, and update Bitbucket 0, etc. Perfect for mass imports / exports / updates, data cleansing & de-duplication, Excel based data analysis, and more!