Cheatography
https://cheatography.com
A structured overview for GitLab Quick Actions found on https://docs.gitlab.com/ee/user/project/quick_actions.html
Generic: Issues, Merge Requests, Epics/title <title>
| Set or update title | /reopen
| Reopen | /close
| Close | /done
| Done | /todo
| Add to ToDo liste | /award :emoji:
| Switch award emoji |
Notification: Issues, Merge Requests, Epics/subscribe
| Enable notifications | /unsubscribe
| Disable notifications |
Comments: Issues, Merge Requests, Epics/lock
| Lock the comment section | /unlock
| Unlock the comment section | /shrug <comment>
| Append the comment with ¯\_(ツ)_/¯. | /tableflip <comment>
| Append the comment with (╯°□°)╯︵ ┻━┻. |
Issue specific/move <path/to/project>
| Move issue to another project | /clone <path/to/project>
| Clones issue in current or given project | /duplicate #issue
| Close current issue and mark duplicate to given issue - also marks them related | /relate #issue1 #issue2
| Marks given issues as related | /copy_metadata #issue
| Copies labels and milestone from the given issue | /iteration *iteration:"iteration name"
| Set iteration | /remove_iteration
| Removes iteration | /weight n
| Sets weight of issue to n | /clear_weight
| Clears out weight | /milestone %milestone
| Sets given milestone | /remove_milestone
| Removes milestone | /due date
| Set due date to date: "2020-12-31", "in 2 days", "this Friday" or "December 31st" | /remove_due_date
| Removes due date | /epic epic
| Add to epic: &epic, group&epic or URL to an epic | /remove_epic
| Remove from epic | /confidential
| Make confidential | /promote
| Promote to epic | /publish
| Publish to associated status page | /zoom zoom_url
| Add Zoom meeting to issue | /remove_zoom
| Removes Zoom meeting |
| | Labeling: Issues, Merge Requests, Epics/label label1 label2
| Add one or more labels | /relabel label1 label2
| Replace current labels with the given ones | /unlabel
| Remove all labels | /unlabel label1 label2
| remove the given labels |
Assignement: Issues, Merge Requests/assign @user1 @user2
| Assign one or more user | /assign me
| Self-assign item | /reassign @user1 @user2
| Replace assignee(s) with given one(s) | /unassgin @user1 @user2
| Unassign given user(s) | /unassign
| Remove (all) assignee(s) |
Time tracking: Issues, Merge Requests/estimate nw nd nh nm
| Set estimated time e.g. /estimate 1w 2d 3h 4m | /remove_estimate
| Remove time estimate | /spend time(nh nm) date(YYYY-MM-DD)
| Add or substract spent time, optional specify a date the time was spent on. | /remove_time_spent
| Remove time spent |
Merge Request specific/create_merge_request branch_name
| Create a new merge request starting from the current issue | /target_branch local_branch_name
| Set target branch | /wip or /draft
| Toggle draft status | /approve
| Approve the merge request | /submit_review
| Submit a pending review | /merge
| Merge changes. Depending on the project setting, this may be when the pipeline succeeds, adding to a Merge Train, etc. | /copy_metadata !merge_request
| Copy labels and milestone from another merge request in the project |
Epic specific/parent_epic epic
| Set parent epic to epic | /remove_parent_epic
| Remove parent epic | /child_epic epic
| Add child epic to epic | /remove_child_epic epic
| Remove child epic from epic |
An epic value can be provided in form of &epic, group&epic or URL to an epic
|
Created By
Metadata
Comments
No comments yet. Add yours below!
Add a Comment
Related Cheat Sheets