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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
e46f0ec8
Commit
e46f0ec8
authored
Oct 19, 2020
by
charlie ablett
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove full stop from description
parent
211635ad
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
app/graphql/mutations/issues/move.rb
app/graphql/mutations/issues/move.rb
+1
-1
doc/api/graphql/reference/gitlab_schema.graphql
doc/api/graphql/reference/gitlab_schema.graphql
+1
-1
doc/api/graphql/reference/gitlab_schema.json
doc/api/graphql/reference/gitlab_schema.json
+1
-1
No files found.
app/graphql/mutations/issues/move.rb
View file @
e46f0ec8
...
...
@@ -8,7 +8,7 @@ module Mutations
argument
:target_project_path
,
GraphQL
::
ID_TYPE
,
required:
true
,
description:
'The project to move the issue to
.
'
description:
'The project to move the issue to'
def
resolve
(
project_path
:,
iid
:,
target_project_path
:)
Gitlab
::
QueryLimiting
.
whitelist
(
'https://gitlab.com/gitlab-org/gitlab/-/issues/267762'
)
...
...
doc/api/graphql/reference/gitlab_schema.graphql
View file @
e46f0ec8
...
...
@@ -9207,7 +9207,7 @@ input IssueMoveInput {
projectPath
:
ID
!
"""
The
project
to
move
the
issue
to
.
The
project
to
move
the
issue
to
"""
targetProjectPath
:
ID
!
}
...
...
doc/api/graphql/reference/gitlab_schema.json
View file @
e46f0ec8
...
...
@@ -25079,7 +25079,7 @@
},
{
"name": "targetProjectPath",
"description": "The project to move the issue to
.
",
"description": "The project to move the issue to",
"type": {
"kind": "NON_NULL",
"name": null,
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