[Low Priority] Pre populating issue title fails #47

Closed
opened 2020-11-15 05:55:55 +00:00 by melvin · 1 comment

Gitea allows issues to be pre populated using items on the query string

Additionally, the New Issue page URL can be suffixed with ?title=Issue+Title&body=Issue+Text and the form will be populated with those strings. Those strings will be used instead of the template if there is one.

https://docs.gitea.io/en-us/issue-pull-request-templates/

Trying this out here:

https://gitea.kosmos.org/kosmos/gitea.kosmos.org/issues/new?title=foo&body=bar

It populates the body correcly, but not the title

I have replicated this locally and it may be an upstream bug

Low priority: tho it could be helpful in automating ways to create issues from client side apps

Gitea allows issues to be pre populated using items on the query string > Additionally, the New Issue page URL can be suffixed with ?title=Issue+Title&body=Issue+Text and the form will be populated with those strings. Those strings will be used instead of the template if there is one. https://docs.gitea.io/en-us/issue-pull-request-templates/ Trying this out here: https://gitea.kosmos.org/kosmos/gitea.kosmos.org/issues/new?title=foo&body=bar It populates the body correcly, but not the title I have replicated this locally and it may be an upstream bug Low priority: tho it could be helpful in automating ways to create issues from client side apps
Owner

You can also use the API for creating issues:

https://gitea.kosmos.org/api/swagger#/issue/issueCreateIssue

I'm not sure how useful it is to keep upstream bugs open as issues in our own repos, unless it's something you're planning to actually work on. I would rather close this and suggest to open an issue on https://github.com/go-gitea/gitea/issues/.

You can also use the API for creating issues: https://gitea.kosmos.org/api/swagger#/issue/issueCreateIssue I'm not sure how useful it is to keep upstream bugs open as issues in our own repos, unless it's something you're planning to actually work on. I would rather close this and suggest to open an issue on https://github.com/go-gitea/gitea/issues/.
This repo is archived. You cannot comment on issues.
No Milestone
No Assignees
2 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kosmos/gitea.kosmos.org#47
No description provided.