Commit 372b4654 authored by Mike Greiling's avatar Mike Greiling

Merge branch 'weight_quick_action' into 'master'

Update possible values for weight quick action

See merge request gitlab-org/gitlab-ee!7498
parents e45d72b4 50750eb6
...@@ -37,7 +37,7 @@ do. ...@@ -37,7 +37,7 @@ do.
| `/remove_time_spent` | Remove time spent | | `/remove_time_spent` | Remove time spent |
| `/target_branch <Branch Name>` | Set target branch for current merge request | | `/target_branch <Branch Name>` | Set target branch for current merge request |
| `/award :emoji:` | Toggle award for :emoji: | | `/award :emoji:` | Toggle award for :emoji: |
| `/weight <1-9>` | Set the weight of the issue | | `/weight <0-999999999>` | Set the weight of the issue |
| `/clear_weight` | Clears the issue weight | | `/clear_weight` | Clears the issue weight |
| `/board_move ~column` | Move issue to column on the board | | `/board_move ~column` | Move issue to column on the board |
| `/duplicate #issue` | Closes this issue and marks it as a duplicate of another issue | | `/duplicate #issue` | Closes this issue and marks it as a duplicate of another issue |
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment