Skip to content

Commit f4628da

Browse files
Merge pull request #456 from testomatio/youtrack
youtrack-update
2 parents ebe1355 + d5705f9 commit f4628da

File tree

2 files changed

+42
-18
lines changed

2 files changed

+42
-18
lines changed
226 KB
Loading
Lines changed: 42 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,39 @@
11
---
22
title: YouTrack Configuration
3-
description: Learn how to integrate YouTrack with Testomat.io for streamlined issue management. This guide covers retrieving your YouTrack Workspace Name, Personal Access Token, and Project ID, along with detailed steps to set up and configure the integration within Testomat.io.
3+
description: Learn how to integrate YouTrack with Testomat.io for streamlined issue management. This guide explains how to retrieve your YouTrack Workspace Name, Personal Access Token, and Project ID, and then configure the integration within Testomat.io.
44
type: article
55
url: https://docs.testomat.io/integrations/issues-management/youtrack
66
head:
77
- tag: meta
88
attrs:
99
name: og:image
1010
content: https://docs.testomat.io/_astro/New_UTbONHqM_2024-10-31.DUKqHBp2_YEDnG.webp
11-
11+
1212
- tag: meta
1313
attrs:
1414
name: keywords
1515
content: YouTrack integration, Testomat.io, issue tracking, personal access token, workspace configuration, project management, test management tools, software testing, bug tracking
1616
---
1717

18-
If you already have a workspace and project configured in **YouTrack**, you're ready to integrate it with Testomat.io. To get started, you’ll need your **Workspace Name**, **Personal Access Token**, and **Project ID**. We’ll walk you through each step to locate this information and connect it with Testomat.io.
18+
If you already have a workspace and project in YouTrack, youre ready to integrate it with Testomat.io. To do so, you’ll need three items:
1919

20-
![Testomat.io - YouTrack Project](./images/New_US8feteR_2024-10-31.png)
20+
- Workspace Name
21+
- Personal Access Token
22+
- Project ID
2123

22-
You can find your **Workspace Name** in the browser **URL** when you're logged into YouTrack. For example: `[my-workspace].youtrack.cloud`
23-
24-
![Testomat.io - YouTrack Workspace Name](./images/New_kltLXnVA_2024-10-31.png)
24+
This guide walks you through where to find each.
2525

26-
To locate the **Project ID**, follow these steps:
26+
![Testomat.io - YouTrack Project](./images/New_US8feteR_2024-10-31.png)
2727

28-
1. Go to **Projects** in the header
29-
2. Click on your project
28+
## How to Find a Workspace Name
3029

31-
![Testomat.io - YouTrack Project Info](./images/New_Yp7Na4z3_2024-10-31.png)
30+
You can find your **Workspace Name** in the browser **URL** when you're logged into YouTrack. For example: `[my-workspace].youtrack.cloud`
3231

33-
3. Find your **Project ID** in the browser **URL**; For example: `0-1`
32+
![Testomat.io - YouTrack Workspace Name](./images/New_kltLXnVA_2024-10-31.png)
3433

35-
![Testomat.io - YouTrack Project ID](./images/New_0t9JUaTD_2024-10-31.png)
34+
## How to Create a Personal Access Token
3635

37-
Finally, to create the **Personal Access Token**, follow these steps:
36+
To create the **Personal Access Token**, follow these steps:
3837

3938
1. Click on the profile avatar
4039
2. Go to **Profile**
@@ -44,21 +43,46 @@ Finally, to create the **Personal Access Token**, follow these steps:
4443
![Testomat.io - YouTrack Create Token](./images/New_pCUPQyzz_2024-10-31.png)
4544

4645
5. Enter a **Token** name
47-
6. Select services (YouTrack, YouTrack Administration)
46+
6. Select services (**YouTrack, YouTrack Administration**)
4847
7. Click on **Create** button
4948

5049
![Testomat.io - YouTrack Personal Access Token](./images/New_WzTEWxkc_2024-10-31.png)
5150

5251
Once the token has been created, copy it. Keep your Personal Access Token secure, as you’ll need it for the integration with Testomat.io.
5352

54-
After collecting all necessary data, we can move on to Testomat.io.
53+
## How to Get a Project ID
54+
55+
Finally, to get the **Project ID**, follow these steps:
56+
57+
1. Open YouTrack [API Documentation](https://www.postman.com/youtrack-dev/youtrack/documentation/sd7pq8x/youtrack-rest-api)-> Administration -> Projects -> Read a List of Projects
58+
2. Get a request:
59+
60+
```
61+
https://<your-workspace>.youtrack.cloud/api/admin/projects?fields=id,key,name
62+
63+
```
64+
65+
3. Paste your Personal Access Token
66+
4. Click **Send** button and get your Project ID in the response body (e.g. `"id": "0-1"`)
67+
68+
![Get Project ID](./images/att1_youtrack.png)
69+
70+
:::note
71+
72+
The ID in the browser URL isn't the same as the project ID in the database.
73+
74+
:::
75+
76+
After collecting all necessary data, we can move on to Testomat.io.
77+
78+
## How to Connect YouTrack in Testomat.io
5579

5680
1. Select YouTrack from the list of available Issue Management Systems.
5781

5882
![Testomat.io - Connect to YouTrack](./images/New_F8MYluVy_2024-10-31.png)
5983

6084
2. Enter a **Profile Name**
61-
3. Paste YouTrack **Workspace name**
85+
3. Paste YouTrack **Workspace Name**
6286
4. Paste YouTrack **Personal Access Token**
6387
5. Paste YouTrack **Project ID**
6488
6. Click on **Save** button
@@ -67,4 +91,4 @@ After collecting all necessary data, we can move on to Testomat.io.
6791

6892
If everything was done correctly, you will receive a confirmation message indicating that the YouTrack profile was successfully created.
6993

70-
![Testomat.io - YouTrack Profile](./images/New_K1fdAe5k_2024-10-31.png)
94+
![Testomat.io - YouTrack Profile](./images/New_K1fdAe5k_2024-10-31.png)

0 commit comments

Comments
 (0)