How to integrate Jira and Google Drive to archive Jira issue attachments

Jira and file attachments Jira allows you to upload file attachments and link them to an issue. In addition, you can also copy and paste file attachments into the description field and into comments. These become attachments in the issue but you also get a preview of the attachment inside the description or comment. This […]

How to create a Google service account for integrations

A service account is a special kind of Google account used by an app, rather than a person, to authenticate and access Google APIs. If you want to build a server-side integration with no UI and where there is no user auth process, you can use a service account. To create a service account, follow […]

How to enable the Google Drive API

Follow these instructions to enable the Google Drive API so that you can access Google Drive resources from your code. Go to: https://console.cloud.google.com/ Choose your project. If the APIs & services page isn’t already open, open the console left side menu and select APIs & services. Select Enabled APIs and services Click ‘+ Enable APIs […]