Is there any way to set a default issue description for a project now? I’m using Gitlab CE 8.17.0 and do not see any mention of setting the default description for new issues in the Project Settings, contrary to things I’ve found when trying to google the question. It looks like this may have been removed at some point, or perhaps only available in the paid version?
Currently we pick from a template which is loaded from .gitlab/issue_templates/Blah.md, however we’d like to just default the issue description to a given template without the user having to select a template (since they’re lazy and choose not to pick a template most of the time).
Is this still possible?