- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 6.2k
Open
Labels
type/proposalThe new feature has not been accepted yet but needs to be discussed first.The new feature has not been accepted yet but needs to be discussed first.
Description
- Gitea version (or commit ref): 1.14.0+dev-665-g19fccdc45
- Git version:
- Operating system: docker image from docker hub
- Database (use [x]):- PostgreSQL
- MySQL
- MSSQL
- SQLite
 
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
 
- Log gist:
Description
I recently discovered the template feature for issues and created a test template with the same content as the documentation page. (https://docs.gitea.io/en-us/issue-pull-request-templates/) That worked.
Then I tried to assign the milestone and project (to get new issues to show up on the kanban board) through the template:
---
name: "Template Name"
about: "This template is for testing!"
title: "[TEST] "
labels:
- bug
- "help needed"
milestones:
- 1.0.0
projects:
- test
---
This is the template!
I created the milestone and the project beforehand and tried it with "milestones"/"projects" as well as "milestone"/"project". Neither worked.
I didn't find anything milestone or project related on the documentation page, in the github issues or via general google.
Is this even possible? If not, wouldn't it be a nice feature?
revoio, codeurimpulsif, jtagcat, HongbeenLee, LightTemplar and 2 more
Metadata
Metadata
Assignees
Labels
type/proposalThe new feature has not been accepted yet but needs to be discussed first.The new feature has not been accepted yet but needs to be discussed first.