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
752f50a8
Commit
752f50a8
authored
May 05, 2021
by
Ben Bodenmiller
Committed by
Marcin Sedlak-Jakubowski
May 05, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Simplify new issue via URL with prefilled fields section
parent
b7f7e17e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
10 deletions
+5
-10
doc/user/project/issues/managing_issues.md
doc/user/project/issues/managing_issues.md
+5
-10
No files found.
doc/user/project/issues/managing_issues.md
View file @
752f50a8
...
...
@@ -122,21 +122,16 @@ older format is still supported, allowing existing aliases or contacts to contin
To link directly to the new issue page with prefilled fields, use query
string parameters in a URL. You can embed a URL in an external
HTML page
, or
create issues with certain
HTML page
to
create issues with certain
fields prefilled.
The title, description, description template, and confidential fields can be prefilled
using this method. You cannot pre-fill both the description and description template
fields in the same URL because a description template also populates the description
field.
| Field | URL Parameter Name | Notes |
|----------------------|-----------------------|-------------------------------------------------------|
| title |
`issue[title]`
| |
| description |
`issue[description]`
|
|
| description template |
`issuable_template`
|
|
| issue type |
`issue[issue_type]`
| Either
`incident`
or
`issue`
|
| confidential |
`issue[confidential]`
| Parameter value must be
`true`
to set to confidential |
| description |
`issue[description]`
|
Cannot be used at the same time as
`issuable_template`
.
|
| description template |
`issuable_template`
|
Cannot be used at the same time as
`issue[description]`
.
|
| issue type |
`issue[issue_type]`
| Either
`incident`
or
`issue`
.
|
| confidential |
`issue[confidential]`
| Parameter value must be
`true`
to set to confidential
.
|
Follow these examples to form your new issue URL with prefilled fields.
...
...
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