Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To authenticate in BigQuery, the service account key is required. Therefore, before exporting Jira data to BigQuery, create the service account key in the Google Cloud Platform.

  1. Open your project in the Google Cloud Platform.

Info

If you don’t have a project in the Google Cloud Platform, you need to create a billing one to export data.

  1. Select APIs & Services.

  1. Select Credentials.

  1. Select +CREAT CREATE CREDENTIALS, and then select Service account.

  1. In the Service account name field, enter the name for your service account.

Info

The Service account ID * field will be filled automatically upon entering the service name.

  1. In the Service account description, enter the description for your service account.

  2. Select CREATE AND CONTINUE.

  1. In the Select a role field, select Owner.

  1. There are two options:

  • Select CONTINUE if you need to share this service account and its key with someone.

  • Select DONE if there’s no need to share the service account and its key.

Each user has to create their own service account, and then generate a service account key. If you need to share your service account and key with someone, you can grant them access to the service account. If there's no need, you can skip this step.

  1. Select Manage service accounts.

  1. Find your service account, select the Actions button, and then select Manage keys.

  1. Select ADD KEY, and then select Create new key.

  1. Select JSON, and then CREATE.

Info

The private key will be saved to your computer automatically.

Info

To use BigQuery, you have to enable billing on the corresponding project. From the home page, select Billing, and then follow the instructions provided on the screen.

Info

You can find more information about creating and managing service account keys here 💡