summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Bodenmiller <bbodenmiller@hotmail.com>2019-08-15 00:30:56 +0000
committerEvan Read <eread@gitlab.com>2019-08-15 00:30:56 +0000
commit34f947602b23c4b12bd03e2f9c18728ac01ec606 (patch)
tree529f523502b19afe361585462aa9e525aa22aaac
parentf7f8c1f8d99b47ff50ad931320de408b4ad89481 (diff)
downloadgitlab-ce-34f947602b23c4b12bd03e2f9c18728ac01ec606.tar.gz
Note that assigning many people is starter feature
-rw-r--r--doc/user/project/issues/issue_data_and_actions.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/user/project/issues/issue_data_and_actions.md b/doc/user/project/issues/issue_data_and_actions.md
index 7b031f83cb1..d7d168710ef 100644
--- a/doc/user/project/issues/issue_data_and_actions.md
+++ b/doc/user/project/issues/issue_data_and_actions.md
@@ -50,7 +50,12 @@ The button to do this has a different label depending on whether the issue is al
#### 3. Assignee
-An issue can be assigned to yourself, another person, or [many people](#31-multiple-assignees-STARTER).
+An issue can be assigned to:
+
+- Yourself.
+- Another person.
+- [Many people](#31-multiple-assignees-STARTER). **(STARTER)**
+
The assignee(s) can be changed as often as needed. The idea is that the assignees are
responsible for that issue until it's reassigned to someone else to take it from there.
When assigned to someone, it will appear in their assigned issues list.