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
example url: https://try.gitea.io/api/v1/repos/nexustrap/issue_missing_milestone_api_v1/issues/1?access_token=dc52cb4688603549d465e10ffa0b371b05489ada
Create an repository, issue and milestone on try.gitea.io. Assign the milestone to the newly created issue.
curl -X GET "https://try.gitea.io/api/v1/repos/nexustrap/issue_missing_milestone_api_v1/issues/1?access_token=dc52cb4688603549d465e10ffa0b371b05489ada" -H "accept: application/json"
The resulting json shows milestone = 'nil'
The text was updated successfully, but these errors were encountered:
@lafriks Is there any workaround for this in 1.7.2? Would be great to have it back ported to 1.7.3, thank you.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
example url: https://try.gitea.io/api/v1/repos/nexustrap/issue_missing_milestone_api_v1/issues/1?access_token=dc52cb4688603549d465e10ffa0b371b05489ada
Description
Create an repository, issue and milestone on try.gitea.io.
Assign the milestone to the newly created issue.
curl -X GET "https://try.gitea.io/api/v1/repos/nexustrap/issue_missing_milestone_api_v1/issues/1?access_token=dc52cb4688603549d465e10ffa0b371b05489ada" -H "accept: application/json"
The resulting json shows milestone = 'nil'
Screenshots
The text was updated successfully, but these errors were encountered: