Skip to content

Commit 1b2ff34

Browse files
authored
Merge pull request #89 from testsigmahq/TMS-1905
Added docs supporting ClickUp Integration
1 parent 86514ed commit 1b2ff34

8 files changed

Lines changed: 226 additions & 12 deletions

File tree

src/left-nav-title.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,5 +160,11 @@
160160
},
161161
"audit-logs": {
162162
"/docs/test-management/settings/audit-logs/": "Audit Logs"
163+
},
164+
"generate-tests-from-clickup": {
165+
"/docs/test-management/atto/generator-agent/generate-tests-from-clickup/": "Generate Test Cases from ClickUp"
166+
},
167+
"clickup": {
168+
"/docs/test-management/integrations/clickup/": "ClickUp Integration"
163169
}
164170
}
Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
---
2+
title: 'Generate Test Cases from ClickUp Tasks'
3+
page_title: 'Generate Test Cases from ClickUp'
4+
metadesc: 'Generate multiple test cases in Testsigma from your ClickUp tasks using AI. Just pick the space, folder, and tasks, AI handles the rest with detailed cases'
5+
description: 'Learn how AI can assist you with creating test cases in Test Management by Testsigma from your ClickUp tasks.'
6+
noindex: false
7+
order: 11.23
8+
page_id: 'generate-test-cases-from-clickup'
9+
warning: false
10+
contextual_links:
11+
- type: section
12+
name: 'Contents'
13+
- type: link
14+
name: 'Prerequisites'
15+
url: '#prerequisites'
16+
- type: link
17+
name: 'Interactive Demo'
18+
url: '#interactive-demo'
19+
- type: link
20+
name: 'Generate Test Cases'
21+
url: '#generate-test-cases'
22+
---
23+
24+
<br>
25+
26+
**Generate detailed test cases quickly using ClickUp Tasks in Test Management by Testsigma.**
27+
28+
---
29+
30+
You can generate multiple test cases in Testsigma directly from your ClickUp tasks using AI. Select a ClickUp space, folder, and list to view available tasks, then link the relevant tasks to generate test cases. The AI uses information in ClickUp to create comprehensive test cases in Test Management by Testsigma. This article discusses generating multiple test cases in Test Management by Testsigma from your ClickUp Tasks.
31+
32+
33+
---
34+
35+
> ## **Prerequisites**
36+
>
37+
> Before you begin, ensure you have a project in Test Management by Testsigma and your ClickUp has the required space, folder, and tasks.
38+
39+
---
40+
41+
## **Interactive Demo**
42+
43+
<div>
44+
<script async src="https://js.storylane.io/js/v2/storylane.js"></script>
45+
<div class="sl-embed" style="position:relative;padding-bottom:calc(57.42% + 25px);width:100%;height:0;transform:scale(1)">
46+
<iframe loading="lazy" class="sl-demo" src="https://app.storylane.io/demo/lszgbjpochjn?embed=inline" name="sl-embed" allow="fullscreen" allowfullscreen style="position:absolute;top:0;left:0;width:100%!important;height:100%!important;border:1px solid rgba(63,95,172,0.35);box-shadow: 0px 0px 18px rgba(26, 19, 72, 0.15);border-radius:10px;box-sizing:border-box;"></iframe>
47+
</div>
48+
</div>
49+
50+
---
51+
52+
## **Generate Test Cases**
53+
54+
1. On the **Dashboard**, click **AI Powered Test Case Generation** under **Quick Actions**.
55+
56+
Alternatively, go to **Test Cases** and click **Create with AI** in the top-right corner.
57+
58+
2. On the **Ask AI - To Generate Multiple Test Cases** page, select **Work Items** from the available options.
59+
60+
3. In the overlay that opens:
61+
62+
- Select **ClickUp** on the top bar.
63+
64+
- Select a **ClickUp Space**, **Folder**, **List**, and **ClickUp Tasks**.
65+
66+
- Select the tasks for test case generation.
67+
68+
- Click **Add**.
69+
70+
4. Click the folder icon, and choose the folder where you want to add the test cases.
71+
72+
5. Select the test case type: **Documentation** or **Test Step** template.
73+
74+
6. Enter the prompt, and click **Generate**.
75+
76+
7. Wait for Testsigma to generate scenarios and the corresponding test cases.
77+
78+
8. Expand each scenario to view the associated test cases.
79+
80+
9. Select the test cases you want to include under each scenario, and click **Accept**.
81+
82+
10. The selected test cases will be added to the specified folder.
83+
84+
---

src/pages/docs/test-management/atto/generator-agent/generate-tests-from-figma.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 'Generate Test Cases from Figma'
33
page_title: 'Generate Test Cases from Figma'
44
metadesc: 'Generate test cases in Testsigma from Figma designs | AI converts Figma UI into test steps, ensuring design-to-test alignment and speeding up test creation'
55
noindex: false
6-
order: 11.25
6+
order: 11.26
77
page_id: 'generate-test-cases-from-figma'
88
warning: false
99
contextual_links:

src/pages/docs/test-management/atto/generator-agent/generate-tests-from-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 'Generate Test Cases from Files'
33
page_title: 'Generate Test Cases from Files'
44
metadesc: 'Generate test cases in Testsigma from PPT, XLS, PDF, or DOCX files | AI converts files into test steps, ensuring design-to-test alignment and speeding up test creation'
55
noindex: false
6-
order: 11.26
6+
order: 11.27
77
page_id: 'generate-test-cases-from-files'
88
warning: false
99
contextual_links:

src/pages/docs/test-management/atto/generator-agent/generate-tests-from-images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 'Generate Test Cases from Images'
33
page_title: 'Generate Test Cases from Images'
44
metadesc: 'Generate multiple test cases in Testsigma from images showing workflows or actions. Upload images with context, and AI creates detailed, step-by-step test cases'
55
noindex: false
6-
order: 11.23
6+
order: 11.24
77
page_id: 'generate-test-cases-from-images'
88
warning: false
99
contextual_links:

src/pages/docs/test-management/atto/generator-agent/generate-tests-from-recording.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 'Generate Test Cases from Recording'
33
page_title: 'Generate Test Cases from Recording'
44
metadesc: 'Generate test cases in Testsigma from video recordings of user actions | AI analyzes the video, extracts steps, and creates detailed, accurate test cases automatically'
55
noindex: false
6-
order: 11.24
6+
order: 11.25
77
page_id: 'generate-test-cases-from-recording'
88
warning: false
99
contextual_links:
Lines changed: 120 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,120 @@
1+
---
2+
title: 'ClickUp Integration with Test Management by Testsigma'
3+
page_title: 'ClickUp Integration with Testsigma'
4+
metadesc: 'Integrate Test Management by Testsigma with ClickUp to link defects to issues, enhance traceability, streamline defect management, and boost team collaboration'
5+
noindex: false
6+
order: 8.4
7+
page_id: 'clickup-integration-with-testsigma-test-management'
8+
warning: false
9+
contextual_links:
10+
- type: section
11+
name: 'Contents'
12+
- type: link
13+
name: 'Prerequisites'
14+
url: '#prerequisites'
15+
- type: link
16+
name: 'Interactive Demo'
17+
url: '#interactive-demo'
18+
- type: link
19+
name: 'Integrate ClickUp'
20+
url: '#integrate-clickup'
21+
- type: link
22+
name: 'Link Defects to ClickUp'
23+
url: '#link-defects-to-clickup'
24+
- type: link
25+
name: 'Link Defects to an Existing Issue'
26+
url: '#link-defects-to-an-existing-issue'
27+
- type: link
28+
name: 'Link Defects to a New Issue'
29+
url: '#link-defects-to-a-new-issue'
30+
---
31+
32+
<br>
33+
34+
**Integrate ClickUp with Test Management by Testsigma to seamlessly link defects to ClickUp tasks.**
35+
36+
---
37+
38+
Test Management by Testsigma allows seamless integration with ClickUp, which enables you to link test defects directly to ClickUp tasks. This integration enhances traceability, streamlines defect management, and improves collaboration between QA and development teams.
39+
40+
---
41+
42+
> ## **Prerequisites**
43+
>
44+
> Before you begin, ensure that you have an active ClickUp account with the necessary permissions.
45+
46+
---
47+
48+
## **Interactive Demo**
49+
50+
<div>
51+
<script async src="https://js.storylane.io/js/v2/storylane.js"></script>
52+
<div class="sl-embed" style="position:relative;padding-bottom:calc(57.42% + 25px);width:100%;height:0;transform:scale(1)">
53+
<iframe loading="lazy" class="sl-demo" src="https://app.storylane.io/demo/qqppjakkxdy5?embed=inline" name="sl-embed" allow="fullscreen" allowfullscreen style="position:absolute;top:0;left:0;width:100%!important;height:100%!important;border:1px solid rgba(63,95,172,0.35);box-shadow: 0px 0px 18px rgba(26, 19, 72, 0.15);border-radius:10px;box-sizing:border-box;"></iframe>
54+
</div>
55+
</div>
56+
57+
---
58+
59+
## **Integrate ClickUp**
60+
61+
1. From the **Dashboard**, go to **Settings > Integrations**.
62+
63+
2. Click **Setup Integration** next to the ClickUp icon. This opens a new tab with the **ClickUp Login** page.
64+
65+
3. Log in using valid credentials.
66+
67+
4. On the **Requesting Access** page, click **Authorize** to complete the integration.
68+
69+
---
70+
71+
## **Link Defects to ClickUp**
72+
73+
1. From the **Dashboard**, go to **Test Runs**.
74+
75+
2. Open a test run from the list.
76+
77+
3. Click the test case to log a defect. This opens the **Quick View** overlay.
78+
79+
4. Click **Add a Defect**.
80+
81+
5. You can either link to an existing ClickUp task or create a new ClickUp task.
82+
83+
---
84+
85+
## **Link Defects to an Existing Issue**
86+
87+
1. Open a test case from the test run. This opens the **Quick View** overlay.
88+
89+
2. Click **Add a Defect**.
90+
91+
3. On the **Add a Defect** overlay, select **ClickUp** in the top right corner.
92+
93+
4. Select the **Link to Existing Issue** tab.
94+
95+
5. Choose the ClickUp task you want to link with the defect.
96+
97+
6. Click **Link Tasks** to complete the linking.
98+
99+
[[info | **NOTE**:]]
100+
| You can link a defect to multiple existing tasks.
101+
102+
---
103+
104+
## **Link Defects to a New Issue**
105+
106+
1. Open the test case from the test run. This opens the **Quick View** overlay.
107+
108+
2. Click **Add a Defect**.
109+
110+
3. On the **Add a Defect** overlay, select **ClickUp** in the top right corner.
111+
112+
4. Select the **Create a New Issue** tab.
113+
114+
5. Select the **Space**, **Folder**, **List**, **Priority**, **Assignee**, **Task Type** and **Status** from the respective dropdowns.
115+
116+
6. Enter a **Task Name** and an optional Description.
117+
118+
7. Click **Create Task**. The new task will be created in ClickUp and the defect will be linked to it.
119+
120+
---

src/pages/docs/test-management/integrations/linear.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Test Management by Testsigma allows seamless integration with Linear, which enab
7676

7777
3. Click the test case to log a defect. This opens the **Quick View** overlay.
7878

79-
4. Click **Add a Defect**.
79+
4. Click **Link Issue**.
8080

8181
5. You can either link to an existing Linear issue or create a new Linear issue.
8282

@@ -88,11 +88,13 @@ Test Management by Testsigma allows seamless integration with Linear, which enab
8888

8989
2. Click **Add a Defect**.
9090

91-
3. On the **Add a Defect** overlay, select the **Link to Existing Issue** tab.
91+
3. On the **Add an Issue** overlay, select **Linear** in the top right corner.
9292

93-
4. Choose the Linear issues you want to link with the defect.
93+
4. Select the **Link to Existing Issue** tab.
9494

95-
5. Click **+ Add Defect** to complete the linking.
95+
5. Choose the Linear issues you want to link with the defect.
96+
97+
6. Click **+ Add Defect** to complete the linking.
9698

9799
[[info | **NOTE**:]]
98100
| You can link a defect to multiple existing issues.
@@ -105,12 +107,14 @@ Test Management by Testsigma allows seamless integration with Linear, which enab
105107

106108
2. Click **Add a Defect**.
107109

108-
3. On the **Add a Defect** overlay, select the **Create a New Issue** tab.
110+
3. On the **Add an Issue** overlay, select **Linear** in the top right corner.
111+
112+
4. Select the **Create a New Issue** tab.
109113

110-
4. Select the **Project**, **Issue Type**, **Status**, **Assignee**, and **Reporter** from the respective dropdowns.
114+
5. Select the **Team**, **Project**, **Priority**, **State**, and **Assignee** from the respective dropdowns.
111115

112-
5. Enter a **Summary** and an optional Description.
116+
6. Enter a **Issue Title** and an optional Description.
113117

114-
6. Click **+ Add Defect**. The new issue will be created in Linear and the defect will be linked to it.
118+
7. Click **Create Issue**. The new issue will be created in Linear and the defect will be linked to it.
115119

116120
---

0 commit comments

Comments
 (0)