Skip to content
代码片段 群组 项目
未验证 提交 cd4d34d0 编辑于 作者: Evan Read's avatar Evan Read 提交者: GitLab
浏览文件

Merge branch 'alexrecuenco-master-patch-16221' into 'master'

Update ClickUp integration docs with Custom Task IDs information

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/147828



Merged-by: default avatarEvan Read <eread@gitlab.com>
Approved-by: default avatarEvan Read <eread@gitlab.com>
Co-authored-by: default avatarAlejandro Gonzalez Recuenco <alejandrogonzalezrecuenco+gitlab@gmail.com>
No related branches found
No related tags found
无相关合并请求
...@@ -34,7 +34,7 @@ which takes you to your ClickUp project. ...@@ -34,7 +34,7 @@ which takes you to your ClickUp project.
For example, this is a configuration for a project named `gitlab-ci`: For example, this is a configuration for a project named `gitlab-ci`:
- Project URL: `https://app.clickup.com/1234567` - Project URL: `https://app.clickup.com/1234567`
- Issue URL: `https://app.clickup.com/t/:id` - Issue URL: `https://app.clickup.com/t/1234567/:id`
You can also disable [GitLab internal issue tracking](../issues/index.md) in this project. You can also disable [GitLab internal issue tracking](../issues/index.md) in this project.
For more information about the steps and consequences of disabling GitLab issues, see For more information about the steps and consequences of disabling GitLab issues, see
...@@ -49,6 +49,8 @@ You can reference your ClickUp issues using: ...@@ -49,6 +49,8 @@ You can reference your ClickUp issues using:
- `<PROJECT>-<ID>`, for example `API_32-143`, where: - `<PROJECT>-<ID>`, for example `API_32-143`, where:
- `<PROJECT>` is a ClickUp list custom prefix ID. - `<PROJECT>` is a ClickUp list custom prefix ID.
- `<ID>` is a number. - `<ID>` is a number.
- If you use [Custom Task IDs](https://help.clickup.com/hc/en-us/sections/17044579323671-Custom-Task-IDs), the full custom task ID also works. For
example `SOP-1234`.
In links, the `CU-` part is ignored and it links to the global URL of the issue. When a custom In links, the `CU-` part is ignored and it links to the global URL of the issue. When a custom
prefix is used in a ClickUp list, the prefix part is part of the link. prefix is used in a ClickUp list, the prefix part is part of the link.
...@@ -56,3 +58,5 @@ prefix is used in a ClickUp list, the prefix part is part of the link. ...@@ -56,3 +58,5 @@ prefix is used in a ClickUp list, the prefix part is part of the link.
We suggest using the `CU-` format (`CU-<ID>`) if you have both internal and external issue We suggest using the `CU-` format (`CU-<ID>`) if you have both internal and external issue
trackers enabled. If you use the shorter format, and an issue with the same ID exists in the trackers enabled. If you use the shorter format, and an issue with the same ID exists in the
internal issue tracker, the internal issue is linked. internal issue tracker, the internal issue is linked.
For [Custom Task IDs](https://help.clickup.com/hc/en-us/sections/17044579323671-Custom-Task-IDs), you **must** include the full ID, including your custom prefix. For example, `SOP-1432`.
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册