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
0
Merge Requests
0
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
Léo-Paul Géneau
gitlab-ce
Commits
ddd6a51f
Commit
ddd6a51f
authored
May 24, 2019
by
Winnie Hellmann
Committed by
Mayra Cabrera
May 24, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify that /copy_metadata only works within same project
parent
7307a762
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
doc/user/project/quick_actions.md
doc/user/project/quick_actions.md
+1
-1
lib/gitlab/quick_actions/issue_and_merge_request_actions.rb
lib/gitlab/quick_actions/issue_and_merge_request_actions.rb
+1
-1
locale/gitlab.pot
locale/gitlab.pot
+1
-1
No files found.
doc/user/project/quick_actions.md
View file @
ddd6a51f
...
...
@@ -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 | ✓ | ✓ |
|
<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 | ✓ | ✓ |
...
...
lib/gitlab/quick_actions/issue_and_merge_request_actions.rb
View file @
ddd6a51f
...
...
@@ -102,7 +102,7 @@ module Gitlab
@updates
[
:milestone_id
]
=
nil
end
desc
_
(
'Copy labels and milestone from other issue or merge request'
)
desc
_
(
'Copy labels and milestone from other issue or merge request
in this project
'
)
explanation
do
|
source_issuable
|
_
(
"Copy labels and milestone from %{source_issuable_reference}."
)
%
{
source_issuable_reference:
source_issuable
.
to_reference
}
end
...
...
locale/gitlab.pot
View file @
ddd6a51f
...
...
@@ -2906,7 +2906,7 @@ msgstr ""
msgid "Copy labels and milestone from %{source_issuable_reference}."
msgstr ""
msgid "Copy labels and milestone from other issue or merge request"
msgid "Copy labels and milestone from other issue or merge request
in this project
"
msgstr ""
msgid "Copy link"
...
...
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