From aee0f35a1ca7ce7e1ee180acf7adb1cd9538baf7 Mon Sep 17 00:00:00 2001
From: Marcin Sedlak-Jakubowski <msedlakjakubowski@gitlab.com>
Date: Wed, 7 Sep 2022 18:26:35 +0000
Subject: [PATCH] Delete an outdated limitation

Tasks can now be accessed from the issue and issue list.
https://gitlab.com/gitlab-org/gitlab/-/issues/339664#note_1070919310
---
 doc/user/tasks.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/doc/user/tasks.md b/doc/user/tasks.md
index 1d950960ea72f..f1518482c9d31 100644
--- a/doc/user/tasks.md
+++ b/doc/user/tasks.md
@@ -13,10 +13,9 @@ info: To determine the technical writer assigned to the Stage/Group associated w
 WARNING:
 Tasks are in [**Alpha**](../policy/alpha-beta-support.md#alpha-features).
 
-The following list are the known limitations:
+Known limitation:
 
 - [Tasks currently cannot be accessed via REST API.](https://gitlab.com/gitlab-org/gitlab/-/issues/368055)
-- An issue's tasks can only currently be accessed via a reference within a description, comment, or direct URL (`.../-/work_items/[global_id]`).
 
 For the latest updates, check the [Tasks Roadmap](https://gitlab.com/groups/gitlab-org/-/epics/7103).
 
-- 
GitLab