summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-08-09 20:54:18 +0200
committerRémy Coutable <remy@rymai.me>2016-08-13 00:06:12 +0200
commit39f7f63fe951ff861ad151125188e6cdd598b6ff (patch)
tree8fa991298d3be0c8537f8402f4e17a5cd5e2eb28 /doc
parent7cc4ab14b8a2f1d7d374a320b79374764527659f (diff)
downloadgitlab-ce-39f7f63fe951ff861ad151125188e6cdd598b6ff.tar.gz
Add the /title slash command
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'doc')
-rw-r--r--doc/workflow/slash_commands.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/workflow/slash_commands.md b/doc/workflow/slash_commands.md
index 3bfc66309ba..bf5b8ebe1c8 100644
--- a/doc/workflow/slash_commands.md
+++ b/doc/workflow/slash_commands.md
@@ -13,6 +13,7 @@ do.
|:---------------------------|:--------------------|:-------------|
| `/close` | None | Close the issue or merge request |
| `/open` | `/reopen` | Reopen the issue or merge request |
+| `/title <New title>` | None | Change title |
| `/assign @username` | `/reassign` | Reassign |
| `/unassign` | `/remove_assignee` | Remove assignee |
| `/milestone %milestone` | None | Change milestone |
@@ -24,5 +25,5 @@ do.
| `/done` | None | Mark todo as done |
| `/subscribe` | None | Subscribe |
| `/unsubscribe` | None | Unsubscribe |
-| `/due_date` | None | Set a due date |
+| `/due_date <YYYY-MM-DD> | <N days>` | None | Set a due date |
| `/clear_due_date` | None | Remove due date |