Skip to content

Commit 771703e

Browse files
authored
Merge pull request LambdaTest#1559 from rachit-lambdatest/stage
Adding taiga docs
2 parents 9f74d0d + d995b7c commit 771703e

File tree

7 files changed

+137
-1
lines changed

7 files changed

+137
-1
lines changed
144 KB
Loading
1.31 MB
Binary file not shown.
6.82 MB
Binary file not shown.
1.27 MB
Binary file not shown.

docs/bug-tracking-tools.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,13 @@ import TabItem from '@theme/TabItem';
114114
<a href="https://www.lambdatest.com/support/docs/bugsnag-integration/">Bugsnag Integration With LambdaTest</a>
115115
</div>
116116

117+
<div className="download_btn mb-10">
118+
<a href="https://www.lambdatest.com/support/docs/assembla-integration/">Assembla Integration With LambdaTest</a>
119+
</div>
120+
121+
<div className="download_btn mb-10">
122+
<a href="https://www.lambdatest.com/support/docs/taiga-integration/">Taiga Integration With LambdaTest</a>
123+
</div>
117124
:::info Note
118125

119126
If your favourite Bug Tracking tool is not in the list above mentioned, you can just give us a <span className="doc\_\_lt" onClick={() => window.openLTChatWidget()}>**shout**</span> and we will have it ready shortly for you.

docs/taiga-integration.md

Lines changed: 128 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,128 @@
1+
---
2+
id: taiga-integration
3+
title: Taiga Integration with LambdaTest
4+
hide_title: false
5+
sidebar_label: Taiga
6+
description: LambdaTest helps you manage your bugs in Taiga by moving them to your project in a single click. All the details you provide in LambdaTest like task list, assignee, title, and description would automatically be presented in the project on Taiga.
7+
keywords:
8+
- lambdatest integrations
9+
- push issues to taiga
10+
- free cross browser testing tool
11+
- cross platform testing tools
12+
- check browser compatibility online
13+
- lambdatest taiga integration
14+
- integrate taiga with lambdatest
15+
- create issue in taiga from lambdatest
16+
- taiga integration with lambdatest
17+
- create taiga issues from lambdatest
18+
- bug tracking tools
19+
- project management tools
20+
url: https://www.lambdatest.com/support/docs/taiga-integration/
21+
site_name: LambdaTest
22+
slug: taiga-integration/
23+
---
24+
25+
<script type="application/ld+json"
26+
dangerouslySetInnerHTML={{ __html: JSON.stringify({
27+
"@context": "https://schema.org",
28+
"@type": "BreadcrumbList",
29+
"itemListElement": [{
30+
"@type": "ListItem",
31+
"position": 1,
32+
"name": "LambdaTest",
33+
"item": "https://www.lambdatest.com"
34+
},{
35+
"@type": "ListItem",
36+
"position": 2,
37+
"name": "Support",
38+
"item": "https://www.lambdatest.com/support/docs/"
39+
},{
40+
"@type": "ListItem",
41+
"position": 3,
42+
"name": "Taiga Integration",
43+
"item": "https://www.lambdatest.com/support/docs/taiga-integration/"
44+
}]
45+
})
46+
}}
47+
></script>
48+
49+
Taiga is an open-source project management platform that supports agile methodologies like Scrum and Kanban. Integrating Taiga with LambdaTest enables you to log bugs directly from your testing sessions into Taiga, streamlining your workflow and enhancing team collaboration.
50+
51+
> Taiga Integration with LambdaTest is available for both freemium and premium plans.
52+
53+
## Integrate Taiga from your LambdaTest Account
54+
55+
**Step 1:** Log in to your [LambdaTest](https://www.lambdatest.com/) account. Ensure you have Admin or User level access to manage integrations.
56+
57+
**Step 2:** Navigate to `Settings` -> `Integrations` -> `Bug Tracker`.
58+
59+
**Step 3:** Click on the **Connect** button of the Taiga block.
60+
61+
**Step 4:** In the integration setup form, select your Taiga type using the radio buttons:
62+
63+
- **Cloud-based Taiga:** Select this option if you are using the cloud-hosted version of Taiga. The `Taiga Hosted URL` field will not be shown.
64+
- **On-premise/Self-hosted Taiga:** Select this option if you are using a self-hosted Taiga instance. You will need to provide the URL of your Taiga instance (e.g., `https://your-taiga-instance.com`).
65+
66+
After selecting the appropriate option, enter the following details:
67+
68+
- **Taiga Username:** Your Taiga account username.
69+
- **Taiga Password:** Your Taiga account password.
70+
71+
:::info
72+
We do not store your password. It is only used for initial authentication during the integration setup.
73+
:::
74+
75+
- **Taiga Hosted URL:** This field will only appear if you select the **On-premise/Self-hosted Taiga** option.
76+
77+
After filling in the details, click on the **Install** button to establish the integration.
78+
79+
<video class="right-side" width="100%" controls id="vid">
80+
<source src={require('../assets/videos/integration/bug-tracking/taiga/install.mp4').default} type="video/mp4" />
81+
</video>
82+
83+
## Lodge your First Bug
84+
85+
**Step 1:** Ensure you have an active project set up in your Taiga account.
86+
87+
**Step 2:** While working on LambdaTest, if you encounter a bug, click on the **Mark as Bug** button available on difderent products.
88+
89+
**Step 3:** In the bug logging form, provide the necessary details such as:
90+
91+
- **Subject:** A concise summary of the bug.
92+
- **Description:** Detailed information about the issue.
93+
- **Project:** Select the Taiga project where the bug should be logged.
94+
- **Assignee:** The user in Taiga to whom ticket should be assigned.
95+
- **Type:** Select if its Issue or a Task
96+
97+
**Step 4:** Click on the **Create Issue** button. The bug will be logged into your selected Taiga project, and you can view it directly from your Taiga dashboard.
98+
99+
<video class="right-side" width="100%" controls id="vid">
100+
<source src={require('../assets/videos/integration/bug-tracking/taiga/issue-creation.mp4').default} type="video/mp4" />
101+
</video>
102+
103+
## Resync Taiga Integration
104+
105+
To ensure that the latest projects and users from your Taiga system are available in LambdaTest, you can resync the integration.
106+
107+
**Step 1:** Navigate to `Settings` -> `Integrations` in your LambdaTest account.
108+
109+
**Step 2:** Locate the Taiga integration and click on the **Resync** button.
110+
111+
- This will fetch the latest projects and users from your Taiga system.
112+
113+
<img loading="lazy" src={require("../assets/images/integrations/taiga/1.png').default} alt="1" className="doc_img"/>
114+
115+
- If your authentication token has expired, you will be prompted to re-enter your Taiga password to authenticate again.
116+
<video class="right-side" width="100%" controls id="vid">
117+
<source src={require('../assets/videos/integration/bug-tracking/taiga/resync.mp4').default} type="video/mp4" />
118+
</video>
119+
120+
Once resynced, the latest data will be available for use.
121+
122+
## Uninstall Taiga Integration
123+
124+
**Step 1:** Navigate to `Settings` -> `Integrations` in your LambdaTest account.
125+
126+
**Step 2:** Locate the Taiga integration and click on the **Remove** button to uninstall the integration.
127+
128+
> That was all you need to know for LambdaTest + Taiga Integration. Increase your productivity with our integrations. If you still have any questions for us, please feel free to let us know. Our experts are always available on <span className="doc__lt" onClick={() => window.openLTChatWidget()}>**chat**</span> to help you out with any roadblock.

sidebars.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1313,7 +1313,8 @@ module.exports = {
13131313
"userback-integration",
13141314
"zenkit-integration",
13151315
"spirateam-integration",
1316-
"assembla-integration"
1316+
"assembla-integration",
1317+
"taiga-integration"
13171318
],
13181319
},
13191320
{

0 commit comments

Comments
 (0)