Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
7133593f
Commit
7133593f
authored
Jun 20, 2017
by
Eric Eastwood
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix quick action conflicts from slash command rename
See
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2012
parent
7482aef1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
doc/user/project/quick_actions.md
doc/user/project/quick_actions.md
+0
-9
No files found.
doc/user/project/quick_actions.md
View file @
7133593f
...
...
@@ -16,14 +16,9 @@ do.
|
`/reopen`
| Reopen the issue or merge request |
|
`/merge`
| Merge (when pipeline succeeds) |
|
`/title <New title>`
| Change title |
<<<<<<< HEAD
|
`/assign @user1 @user2 `
| Add assignee(s) |
|
`/reassign @user1 @user2 `
| Change assignee(s) |
|
`/unassign @user1 @user2`
| Remove all or specific assignee(s) |
=======
|
`/assign @username`
| Assign |
|
`/unassign`
| Remove assignee |
>>>>>>> bf57a7e80c44080dc7ec0fd774148afdae29cc31
|
`/milestone %milestone`
| Set milestone |
|
`/remove_milestone`
| Remove milestone |
|
`/label ~foo ~"bar baz"`
| Add label(s) |
...
...
@@ -42,13 +37,9 @@ do.
|
`/remove_time_spent`
| Remove time spent |
|
`/target_branch <Branch Name>`
| Set target branch for current merge request |
|
`/award :emoji:`
| Toggle award for :emoji: |
<<<<<<< HEAD
|
`/weight <1-9>`
| Set the weight of the issue |
|
`/clear_weight`
| Clears the issue weight |
|
`/board_move ~column`
| Move issue to column on the board |
Note: In GitLab EES every issue can have more than one assignee, so commands
`/assign`
,
`/unassign`
and
`/reassign`
support multiple assignees.
=======
|
`/board_move ~column`
| Move issue to column on the board |
>>>>>>> bf57a7e80c44080dc7ec0fd774148afdae29cc31
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment