8cce70730c
* new merge request can be created by sending an email to the specific email address (similar to creating issues by email) * for the first iteration, source branch must be specified in the mail subject, other merge request parameters can not be set yet * user should enable "Receive notifications about your own activity" in user settings to receive a notification about created merge request Part of #32878
6 lines
320 B
Text
6 lines
320 B
Text
The subject will be used as the title of the new issue, and the message will be the description.
|
|
|
|
= link_to 'Quick actions', help_page_path('user/project/quick_actions'), target: '_blank', tabindex: -1
|
|
and styling with
|
|
= link_to 'Markdown', help_page_path('user/markdown'), target: '_blank', tabindex: -1
|
|
are supported.
|