Add documentation on epic add/remove child relations quick actions
This commit is contained in:
parent
adeccba136
commit
a15e620689
1 changed files with 7 additions and 5 deletions
|
@ -35,7 +35,7 @@ discussions, and descriptions:
|
|||
| `/label ~label1 ~label2` | Add label(s). Label names can also start without ~ but mixed syntax is not supported. | ✓ | ✓ |
|
||||
| `/unlabel ~label1 ~label2` | Remove all or specific label(s)| ✓ | ✓ |
|
||||
| `/relabel ~label1 ~label2` | Replace label | ✓ | ✓ |
|
||||
| <code>/copy_metadata #issue | !merge_request</code> | Copy labels and milestone from other issue or merge request in the project | ✓ | ✓ |
|
||||
| <code>/copy_metadata <#issue | !merge_request></code> | Copy labels and milestone from other issue or merge request in the project | ✓ | ✓ |
|
||||
| <code>/estimate <1w 3d 2h 14m></code> | Set time estimate | ✓ | ✓ |
|
||||
| `/remove_estimate` | Remove time estimate | ✓ | ✓ |
|
||||
| <code>/spend <time(1h 30m | -1h 5m)> <date(YYYY-MM-DD)></code> | Add or subtract spent time; optionally, specify the date that time was spent on | ✓ | ✓ |
|
||||
|
@ -44,14 +44,14 @@ discussions, and descriptions:
|
|||
| `/unlock` | Unlock the discussion | ✓ | ✓ |
|
||||
| <code>/due <in 2 days | this Friday | December 31st></code>| Set due date | ✓ | |
|
||||
| `/remove_due_date` | Remove due date | ✓ | |
|
||||
| `/weight 0,1,2, ...` | Set weight **[STARTER]** | ✓ | |
|
||||
| <code>/weight <0 | 1 | 2 | ...></code> | Set weight **[STARTER]** | ✓ | |
|
||||
| `/clear_weight` | Clears weight **[STARTER]** | ✓ | |
|
||||
| `/epic <&epic | group&epic | Epic URL>` | Add to epic **[ULTIMATE]** | ✓ | |
|
||||
| <code>/epic <&epic | group&epic | Epic URL></code> | Add to epic **[ULTIMATE]** | ✓ | |
|
||||
| `/remove_epic` | Removes from epic **[ULTIMATE]** | ✓ | |
|
||||
| `/promote` | Promote issue to epic **[ULTIMATE]** | ✓ | |
|
||||
| `/confidential` | Make confidential | ✓ | |
|
||||
| `/duplicate #issue` | Mark this issue as a duplicate of another issue | ✓ |
|
||||
| `/move path/to/project` | Move this issue to another project | ✓ | |
|
||||
| `/duplicate <#issue>` | Mark this issue as a duplicate of another issue | ✓ |
|
||||
| `/move <path/to/project>` | Move this issue to another project | ✓ | |
|
||||
| `/target_branch <Local branch Name>` | Set target branch | | ✓ |
|
||||
| `/wip` | Toggle the Work In Progress status | | ✓ |
|
||||
| `/approve` | Approve the merge request | | ✓ |
|
||||
|
@ -85,3 +85,5 @@ The following quick actions are applicable for epics threads and description:
|
|||
| `/label ~label1 ~label2` | Add label(s) |
|
||||
| `/unlabel ~label1 ~label2` | Remove all or specific label(s) |
|
||||
| `/relabel ~label1 ~label2` | Replace label |
|
||||
| <code>/child_epic <&epic | group&epic | Epic URL></code> | Adds child epic to epic ([introduced in GitLab 12.0](https://gitlab.com/gitlab-org/gitlab-ee/issues/7330)) |
|
||||
| <code>/remove_child_epic <&epic | group&epic | Epic URL></code> | Removes child epic from epic ([introduced in GitLab 12.0](https://gitlab.com/gitlab-org/gitlab-ee/issues/7330)) |
|
||||
|
|
Loading…
Reference in a new issue