From 94c85565bd7df77d8d7eece4523848db12792a57 Mon Sep 17 00:00:00 2001 From: Keegan Rankin Date: Thu, 10 Feb 2022 02:59:33 +0000 Subject: [PATCH] Add gitlab docs on creating an issue watch list. --- project-management-with-gitlab.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/project-management-with-gitlab.md b/project-management-with-gitlab.md index 59d8e2d..77b150f 100644 --- a/project-management-with-gitlab.md +++ b/project-management-with-gitlab.md @@ -8,7 +8,12 @@ Need to polish and publish our internal docs: ... and come to think of it, reorganize GitLab-specific notes as a subset of project management approach. +### Follow issues +Gitlab has the option to turn on notifications for each issue, however you can not necessarily filter issues in gitlab by which ones have notifications turned on. +However, you can react to issues and filter by the reactions you give. To achieve the desired filter on issues you want to follow, react with an 👂 (which will also turn on notifications). +Any time you want to view your issue watch list, go to this link: `https://gitlab.com/dashboard/issues?scope=all&state=opened&my_reaction_emoji=ear`. +Tah dah! You can now follow issues in gitlab! ### Disable autoclosing issues from commits and merge requests