[Proposal] Auto-assign projects to issues in issue templates #10939

Closed
opened 2025-11-02 09:22:38 -06:00 by GiteaMirror · 4 comments
Owner

Originally created by @sebthom on GitHub (May 31, 2023).

Feature Description

Gitea issue templates are great! They already allow the automatic assignment of labels on issue creation.
I propose to allow the same for projects (kanban boards).

E.g.

---
name: "Template Name"
about: "This template is for testing!"
title: "[TEST] "
ref: "main"
labels:
- bug
- "help needed" 

# new property `projects`:
projects:
- 3 # same-repo level project with ID 3
- ../1 # org level project with ID 1
---

This is the template!

Screenshots

No response

Originally created by @sebthom on GitHub (May 31, 2023). ### Feature Description Gitea issue templates are great! They already allow the automatic assignment of labels on issue creation. I propose to allow the same for projects (kanban boards). E.g. ```yaml --- name: "Template Name" about: "This template is for testing!" title: "[TEST] " ref: "main" labels: - bug - "help needed" # new property `projects`: projects: - 3 # same-repo level project with ID 3 - ../1 # org level project with ID 1 --- This is the template! ``` ### Screenshots _No response_
GiteaMirror added the topic/projectstype/proposaltype/feature labels 2025-11-02 09:22:38 -06:00
Author
Owner

@lunny commented on GitHub (Jun 2, 2023):

The syntax of org level project looks wired, maybe orgname/1 is better? Then you can even link to another org.

@lunny commented on GitHub (Jun 2, 2023): The syntax of org level project looks wired, maybe `orgname/1` is better? Then you can even link to another org.
Author
Owner

@sebthom commented on GitHub (Jun 2, 2023):

Fine with me too.

@sebthom commented on GitHub (Jun 2, 2023): Fine with me too.
Author
Owner

@lunny commented on GitHub (Nov 12, 2023):

part of #14629

@lunny commented on GitHub (Nov 12, 2023): part of #14629
Author
Owner

@lunny commented on GitHub (Oct 27, 2025):

PR #30205 introduces a workflow that automatically moves an issue to a specific column when certain labels are applied. However, projects cannot be assigned automatically because a workflow is bound to a specific project. Therefore, this is a different requirement from the project workflow itself.

@lunny commented on GitHub (Oct 27, 2025): PR #30205 introduces a workflow that automatically moves an issue to a specific column when certain labels are applied. However, projects cannot be assigned automatically because a workflow is bound to a specific project. Therefore, this is a different requirement from the project workflow itself.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#10939