Add assignees support to Issue template #6506

Closed
opened 2025-11-02 06:58:03 -06:00 by GiteaMirror · 5 comments
Owner

Originally created by @jk-nilo on GitHub (Dec 11, 2020).

  • Gitea version (or commit ref): 1.13.0
  • Git version: n/a
  • Operating system: n/a
  • 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

Add support for assignees in ISSUE_TEMPLATE.md in order to add a user directly when creating an issue from a template. This is supported in GitHub (see docs).

Example of usage: My colleague is also responsible for a server of the product. Issues related to the server will be always assigned to him. This could ease the process of creation of the issue.

Proposed format:

---

name: "Template Name"
about: "This template is for testing!"
title: "[TEST] "
labels:

- bug
- "help needed"

assignees:

- user1

---

This is the template!

Screenshots

Originally created by @jk-nilo on GitHub (Dec 11, 2020). <!-- NOTE: If your issue is a security concern, please send an email to security@gitea.io instead of opening a public issue --> <!-- 1. Please speak English, this is the language all maintainers can speak and write. 2. Please ask questions or configuration/deploy problems on our Discord server (https://discord.gg/gitea) or forum (https://discourse.gitea.io). 3. Please take a moment to check that your issue doesn't already exist. 4. Please give all relevant information below for bug reports, because incomplete details will be handled as an invalid report. --> - Gitea version (or commit ref): 1.13.0 - Git version: n/a - Operating system: n/a <!-- Please include information on whether you built gitea yourself, used one of our downloads or are using some other package --> <!-- Please also tell us how you are running gitea, e.g. if it is being run from docker, a command-line, systemd etc. ---> <!-- If you are using a package or systemd tell us what distribution you are using --> - Database (use `[x]`): - [ ] PostgreSQL - [x] MySQL - [ ] MSSQL - [ ] SQLite - Can you reproduce the bug at https://try.gitea.io: - [ ] Yes (provide example URL) - [x] No - Log gist: <!-- It really is important to provide pertinent logs --> <!-- Please read https://docs.gitea.io/en-us/logging-configuration/#debugging-problems --> <!-- In addition, if your problem relates to git commands set `RUN_MODE=dev` at the top of app.ini --> ## Description Add support for assignees in ISSUE_TEMPLATE.md in order to add a user directly when creating an issue from a template. This is supported in GitHub ([see docs](https://docs.github.com/en/free-pro-team@latest/github/building-a-strong-community/manually-creating-a-single-issue-template-for-your-repository)). Example of usage: My colleague is also responsible for a server of the product. Issues related to the server will be always assigned to him. This could ease the process of creation of the issue. Proposed format: ``` --- name: "Template Name" about: "This template is for testing!" title: "[TEST] " labels: - bug - "help needed" assignees: - user1 --- This is the template! ``` ## Screenshots <!-- **If this issue involves the Web Interface, please include a screenshot** -->
GiteaMirror added the type/proposal label 2025-11-02 06:58:03 -06:00
Author
Owner

@bserem commented on GitHub (May 15, 2023):

While on this, it would be great to add projects as well, so that new issues automatically land on the kanban/columns board.

@bserem commented on GitHub (May 15, 2023): While on this, it would be great to add `projects` as well, so that new issues automatically land on the kanban/columns board.
Author
Owner

@pouya-loyall commented on GitHub (May 10, 2024):

is there a light at the end of tunnel? 😊

@pouya-loyall commented on GitHub (May 10, 2024): is there a light at the end of tunnel? 😊
Author
Owner

@lunny commented on GitHub (May 13, 2024):

I don't think it's very hard but nobody is working on this issue.

@lunny commented on GitHub (May 13, 2024): I don't think it's very hard but nobody is working on this issue.
Author
Owner

@pouya-loyall commented on GitHub (Aug 12, 2024):

Thanks for fixing this.

@pouya-loyall commented on GitHub (Aug 12, 2024): Thanks for fixing this.
Author
Owner

@jk-nilo commented on GitHub (Aug 12, 2024):

Thanks @Zettat123 for implementation.

@jk-nilo commented on GitHub (Aug 12, 2024): Thanks @Zettat123 for implementation.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#6506