Allow users to choose issue template from Project view, when clicks New Issue button #8734

Closed
opened 2025-11-02 08:15:50 -06:00 by GiteaMirror · 7 comments
Owner

Originally created by @donkeylobster on GitHub (Mar 22, 2022).

Description

Problem

New Issue button in project view dose not let you select issue template.

Now Gitea doesn't support to choose issue template in the Project UI. A button pointing to the /org/repo/issues/new/choose should be put there to allow users to create issues from templates.

Example

Expected

Template selection, like when pressing New Issue on Issues page (eg. https://try.gitea.io/thomas/test3/issues )

Can you reproduce the bug on the Gitea demo site?

Yes

Originally created by @donkeylobster on GitHub (Mar 22, 2022). ### Description ### Problem _New Issue_ button in project view dose not let you select issue template. Now Gitea doesn't support to choose issue template in the Project UI. A button pointing to the `/org/repo/issues/new/choose` should be put there to allow users to create issues from templates. ### Example - Open a project (eg. https://try.gitea.io/thomas/test3/projects/1872 ) - Press _New Issue_ - New default issue is created (no way to choose the issue template) ### Expected Template selection, like when pressing _New Issue_ on Issues page (eg. https://try.gitea.io/thomas/test3/issues ) ### Can you reproduce the bug on the Gitea demo site? Yes
GiteaMirror added the type/enhancement label 2025-11-02 08:15:50 -06:00
Author
Owner

@zeripath commented on GitHub (Mar 22, 2022):

Hi,

Thanks for the report however, Gitea does not have a version 1.18 - please correct your version string.

@zeripath commented on GitHub (Mar 22, 2022): Hi, Thanks for the report however, Gitea does not have a version 1.18 - please correct your version string.
Author
Owner

@wxiaoguang commented on GitHub (Mar 22, 2022):

Can you reproduce the bug on the Gitea demo site?
Yes ..........

HOWEVER, you didn't follow the Gitea document: https://docs.gitea.io/en-us/issue-pull-request-templates/

@wxiaoguang commented on GitHub (Mar 22, 2022): > Can you reproduce the bug on the Gitea demo site? > Yes .......... ~~HOWEVER, you didn't follow the Gitea document: https://docs.gitea.io/en-us/issue-pull-request-templates/~~
Author
Owner

@wxiaoguang commented on GitHub (Mar 22, 2022):

Well, it's about sub-directory, not sure whether it is really a bug for the latest development branch .... 😂

@wxiaoguang commented on GitHub (Mar 22, 2022): Well, it's about sub-directory, not sure whether it is really a bug for the latest development branch .... 😂
Author
Owner

@donkeylobster commented on GitHub (Mar 22, 2022):

I noted 1.18 as that is current version at https://try.gitea.io/
Same problem is in 1.17.8 at my local installation.

@donkeylobster commented on GitHub (Mar 22, 2022): I noted 1.18 as that is current version at https://try.gitea.io/ Same problem is in 1.17.8 at my local installation.
Author
Owner

@wxiaoguang commented on GitHub (Mar 22, 2022):

I believe it's not a bug but a unimplemented feature (enhancement)

The story is: now Gitea doesn't support to choose issue teamplate in the Project UI. So, a button pointing to the /org/repo/issues/new/choose should be put there.

@wxiaoguang commented on GitHub (Mar 22, 2022): I believe it's not a bug but a unimplemented feature (enhancement) The story is: now Gitea doesn't support to choose issue teamplate in the Project UI. So, a button pointing to the `/org/repo/issues/new/choose` should be put there.
Author
Owner

@zeripath commented on GitHub (Mar 22, 2022):

The version on try is:

Screenshot from 2022-03-22 14-22-10

You're reporting the go version.

@zeripath commented on GitHub (Mar 22, 2022): The version on try is: ![Screenshot from 2022-03-22 14-22-10](https://user-images.githubusercontent.com/1824502/159503873-8a4bd135-af35-49b6-8789-b85062cd2de5.png) You're reporting the go version.
Author
Owner

@zeripath commented on GitHub (Mar 22, 2022):

I believe it's not a bug but a unimplemented feature (enhancement)

The story is: now Gitea doesn't support to choose issue teamplate in the Project UI. So, a button pointing to the /org/repo/issues/new/choose should be put there.

We'd need to pass the project id along in choose.

@zeripath commented on GitHub (Mar 22, 2022): > I believe it's not a bug but a unimplemented feature (enhancement) > > The story is: now Gitea doesn't support to choose issue teamplate in the Project UI. So, a button pointing to the `/org/repo/issues/new/choose` should be put there. We'd need to pass the project id along in choose.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#8734