'Gitlab: pre-fill issue form through hyperlink

On GitHub it is possible to easily pre-fill the form for a new issue with URL params like this:

https://github.com/docToolchain/docToolchain/issues/new?title=a+title&body=a+test+body%0Awith+two+lines

Is there also such a feature for gitlab?

I couldn't find this in the docs or through google...



Solution 1:[1]

I don't know about pre-filling, but you can preselect a description template with the issuable_template query parameter.

Example which pre-selects the "Doc Review" template:

https://gitlab.com/gitlab-org/gitlab-ce/issues/new?issuable_template=Doc%20Review

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 joschi