diff options
author | Oswaldo Ferreira <oswaldo@gitlab.com> | 2019-04-10 11:17:09 -0300 |
---|---|---|
committer | Oswaldo Ferreira <oswaldo@gitlab.com> | 2019-04-10 11:17:17 -0300 |
commit | 2f5b6e2feb809b29a98824948867bacac8435f4f (patch) | |
tree | a9a89f24424a75e93ff1885f404bc52673264eff /doc/user | |
parent | fc1dfae41c7e6e1bbaa95bc4a1e087ffddfcc57b (diff) | |
download | gitlab-ce-osw-multiple-assignees-docs.tar.gz |
Backport docs update for multiple assignees for MRsosw-multiple-assignees-docs
This backports API and quick action docs.
Diffstat (limited to 'doc/user')
-rw-r--r-- | doc/user/project/quick_actions.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/user/project/quick_actions.md b/doc/user/project/quick_actions.md index 88f4de891a1..2040e2ee004 100644 --- a/doc/user/project/quick_actions.md +++ b/doc/user/project/quick_actions.md @@ -26,9 +26,10 @@ discussions, and descriptions: | `/award :emoji:` | Toggle emoji award | ✓ | ✓ | | `/assign me` | Assign yourself | ✓ | ✓ | | `/assign @user` | Assign one user | ✓ | ✓ | -| `/assign @user1 @user2` | Assign multiple users **[STARTER]** | ✓ | | -| `/unassign` | Remove assignee(s) | ✓ | ✓ | -| `/reassign @user1 @user2` | Change assignee | ✓ | ✓ | +| `/assign @user1 @user2` | Assign multiple users **[STARTER]** | ✓ | ✓ | +| `/unassign @user1 @user2` | Remove assignee(s) **[STARTER]** | ✓ | ✓ | +| `/reassign @user1 @user2` | Change assignee **[STARTER]** | ✓ | ✓ | +| `/unassign` | Remove current assignee | ✓ | ✓ | | `/milestone %milestone` | Set milestone | ✓ | ✓ | | `/remove_milestone` | Remove milestone | ✓ | ✓ | | `/label ~label1 ~label2` | Add label(s). Label names can also start without ~ but mixed syntax is not supported. | ✓ | ✓ | |