We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[x]
If I try to create an issue via the API and I try to assign a milestone in that request it won't be set.
Request:
curl -X POST "https://try.gitea.io/api/v1/repos/JonasFranzDEV/gitea/issues" -H "accept: application/json" -H "Content-Type: application/json" -d "{ \"body\": \"Test\", \"milestone\": 165, \"title\": \"Test Milestone\"}"
Response:
{ "id": 1556, "url": "https://try.gitea.io/api/v1/repos/JonasFranzDEV/gitea/issues/50", "number": 50, "user": { "id": 1609, "login": "JonasFranzDEV", "full_name": "", "email": "info@jonasfranz.software", "avatar_url": "https://try.gitea.io/avatars/a85562fb670c0233a9bf1f61b2c6c4ee", "language": "de-DE", "username": "JonasFranzDEV" }, "title": "Test Milestone", "body": "Test", "labels": [], "milestone": null, "assignee": null, "assignees": null, "state": "open", "comments": 0, "created_at": "2018-06-18T13:08:57Z", "updated_at": "2018-06-18T13:08:57Z", "closed_at": null, "due_date": null, "pull_request": null }
milestone is null but should be set.
milestone
null
The text was updated successfully, but these errors were encountered:
I have no issue on the release/v1.4, but I can reproduce this bug on master.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
[x]
):Description
If I try to create an issue via the API and I try to assign a milestone in that request it won't be set.
Request:
Response:
milestone
isnull
but should be set.The text was updated successfully, but these errors were encountered: