Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sebthom opened this issue May 31, 2023 · 3 comments · May be fixed by #30205
Open

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

sebthom opened this issue May 31, 2023 · 3 comments · May be fixed by #30205
Labels
topic/projects type/feature Completely new functionality. Can only be merged if feature freeze is not active. type/proposal The new feature has not been accepted yet but needs to be discussed first.

Comments

@sebthom
Copy link

sebthom commented 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

@sebthom sebthom added type/feature Completely new functionality. Can only be merged if feature freeze is not active. type/proposal The new feature has not been accepted yet but needs to be discussed first. labels May 31, 2023
@lunny
Copy link
Member

lunny commented Jun 2, 2023

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

@sebthom
Copy link
Author

sebthom commented Jun 2, 2023

Fine with me too.

@lunny
Copy link
Member

lunny commented Nov 12, 2023

part of #14629

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic/projects type/feature Completely new functionality. Can only be merged if feature freeze is not active. type/proposal The new feature has not been accepted yet but needs to be discussed first.
Projects
None yet
2 participants