-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Allow users to choose issue template from Project view, when clicks New Issue button #19170
Comments
Hi, Thanks for the report however, Gitea does not have a version 1.18 - please correct your version string. |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
I noted 1.18 as that is current version at https://try.gitea.io/ |
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 |
We'd need to pass the project id along in choose. |
Extend issues/new/choose to pass the project id and change New Issue link on project page to use new/choose Fix go-gitea#19170 Signed-off-by: Andrew Thornton <art27@cantab.net>
Extend issues/new/choose to pass the project id and change New Issue link on project page to use new/choose Fix #19170 Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Backport go-gitea#19172 Extend issues/new/choose to pass the project id and change New Issue link on project page to use new/choose Fix go-gitea#19170 Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Extend issues/new/choose to pass the project id and change New Issue link on project page to use new/choose Fix go-gitea#19170 Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
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
The text was updated successfully, but these errors were encountered: