diff --git a/docs/nodes/nodes-library/nodes/Taiga/README.md b/docs/nodes/nodes-library/nodes/Taiga/README.md new file mode 100644 index 000000000..45e77393f --- /dev/null +++ b/docs/nodes/nodes-library/nodes/Taiga/README.md @@ -0,0 +1,75 @@ +--- +permalink: /nodes/n8n-nodes-base.taiga +--- + +# Taiga + +[Taiga](https://www.taiga.io/) is a free and open-source project management platform for startups and agile developers & designers. + +::: tip 🔑 Credentials +You can find authentication information for this node [here](../../../credentials/Taiga/README.md). +::: + +## Basic Operations + +- Issue + - Create an issue + - Delete an issue + - Get an issue + - Get all issues + - Update an issue + + +## Example Usage + +This workflow allows you to create, update, and get an issue on Taiga. You can also find the [workflow](https://n8n.io/workflows/685) on n8n.io. This example usage workflow would use the following nodes. +- [Start](../../core-nodes/Start/README.md) +- [Taiga]() + +The final workflow should look like the following image. + +![A workflow with the Taiga node](./workflow.png) + +### 1. Start node + +The start node exists by default when you create a new workflow. + + +### 2. Taiga node (create: issue) + +1. First of all, you'll have to enter credentials for the Taiga node. You can find out how to do that [here](../../../credentials/Taiga/README.md). +2. Select the project ID from the ***Project ID*** dropdown list. +3. Enter the subject of the issue in the ***Subject*** field. +4. Click on ***Execute Node*** to run the node. + +![Using the Taiga node to create an issue](./Taiga_node.png) + + +::: v-pre +### 3. Taiga1 node (update: issue) + +1. Select the credentials that you entered in the previous node. +2. Select 'Update' from the ***Operation*** dropdown list. +3. Click on the gears icon next to the ***Project ID*** field and click on ***Add Expression***. +4. Select the following in the ***Variable Selector*** section: Nodes > Taiga > Output Data > JSON > project. You can also add the following expression: `{{$node["Taiga"].json["project"]}}`. +5. Click on the gears icon next to the ***Issue ID*** field and click on ***Add Expression***. +6. Select the following in the ***Variable Selector*** section: Nodes > Taiga > Output Data > JSON > id. You can also add the following expression: `{{$node["Taiga"].json["id"]}}`. +7. Click on the ***Add Field*** button and select 'Description' from the dropdown list. +8. Enter the description of the issue in the ***Description*** field. +9. Click on ***Execute Node*** to run the node. +::: + +![Using the Taiga node to update an issue](./Taiga1_node.png) + + +::: v-pre +### 4. Taiga2 node (get: issue) + +1. Select the credentials that you entered in the previous node. +2. Select 'Get' from the ***Operation*** dropdown list. +3. Click on the gears icon next to the ***Issue ID*** field and click on ***Add Expression***. +4. Select the following in the ***Variable Selector*** section: Nodes > Taiga > Output Data > JSON > id. You can also add the following expression: `{{$node["Taiga"].json["id"]}}`. +5. Click on ***Execute Node*** to run the node. +::: + +![Using the Taiga node to get an issue](./Taiga2_node.png) diff --git a/docs/nodes/nodes-library/nodes/Taiga/Taiga1_node.png b/docs/nodes/nodes-library/nodes/Taiga/Taiga1_node.png new file mode 100644 index 000000000..27a8e07ea Binary files /dev/null and b/docs/nodes/nodes-library/nodes/Taiga/Taiga1_node.png differ diff --git a/docs/nodes/nodes-library/nodes/Taiga/Taiga2_node.png b/docs/nodes/nodes-library/nodes/Taiga/Taiga2_node.png new file mode 100644 index 000000000..c69510be7 Binary files /dev/null and b/docs/nodes/nodes-library/nodes/Taiga/Taiga2_node.png differ diff --git a/docs/nodes/nodes-library/nodes/Taiga/Taiga_node.png b/docs/nodes/nodes-library/nodes/Taiga/Taiga_node.png new file mode 100644 index 000000000..da6626cea Binary files /dev/null and b/docs/nodes/nodes-library/nodes/Taiga/Taiga_node.png differ diff --git a/docs/nodes/nodes-library/nodes/Taiga/workflow.png b/docs/nodes/nodes-library/nodes/Taiga/workflow.png new file mode 100644 index 000000000..0dc535cac Binary files /dev/null and b/docs/nodes/nodes-library/nodes/Taiga/workflow.png differ diff --git a/docs/nodes/nodes-library/trigger-nodes/TaigaTrigger/README.md b/docs/nodes/nodes-library/trigger-nodes/TaigaTrigger/README.md new file mode 100644 index 000000000..3cd42ee82 --- /dev/null +++ b/docs/nodes/nodes-library/trigger-nodes/TaigaTrigger/README.md @@ -0,0 +1,26 @@ +--- +permalink: /nodes/n8n-nodes-base.taigaTrigger +--- + +# Taiga Trigger + +[Taiga](https://www.taiga.io/) is a free and open-source project management platform for startups and agile developers & designers. + +::: tip 🔑 Credentials +You can find authentication information for this node [here](../../../credentials/Taiga/README.md). +::: + +## Example Usage + +This workflow allows you to receive updates when an event occurs in Taiga. You can also find the [workflow](https://n8n.io/workflows/686) on n8n.io. This example usage workflow would use the following node. +- [Taiga Trigger]() + +The final workflow should look like the following image. + +![A workflow with the Taiga Trigger node](./workflow.png) + +### 1. Taiga Trigger node + +1. First of all, you'll have to enter credentials for the Taiga Trigger node. You can find out how to do that [here](../../../credentials/Taiga/README.md). +2. Select the project id from the ***Project ID*** dropdown list. +2. Click on ***Execute Node*** to run the node. diff --git a/docs/nodes/nodes-library/trigger-nodes/TaigaTrigger/workflow.png b/docs/nodes/nodes-library/trigger-nodes/TaigaTrigger/workflow.png new file mode 100644 index 000000000..59d2c54e6 Binary files /dev/null and b/docs/nodes/nodes-library/trigger-nodes/TaigaTrigger/workflow.png differ