/
Create a Google folder

Create a Google folder

  1. Create a new Action add a name to it and select application/json as template.

  2. Select POST as method

  3. Enter URL https://www.googleapis.com/drive/v3/files

  4. Select the Google authentication created before in Google Authentication Setup

  5. In the body section add

 

{ "name":"{{issue.key}}", "mimeType":"application/vnd.google-apps.folder", "parents":["PARENT_ID_OF_FOLDER"] }

If you want to add the folder in another folder use the parents field

Related content

Google Service Account and use with iHub Cloud
Google Service Account and use with iHub Cloud
More like this
Google file Asset Importer for Jira
Google file Asset Importer for Jira
More like this
Add each issue to Google sheet as row
Add each issue to Google sheet as row
More like this
Google Authentication Setup
Google Authentication Setup
More like this
Taiga how-tos
More like this