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
Api отдаёт State с типом StateMachineIssueCustomField, а клиент не может спарсить его, по всей видимости ожидая тип "StateIssueCustomField"
добавление в строку 16761 [JsonInheritanceAttribute("StateMachineIssueCustomField", typeof(StateIssueCustomField))] https://github.com/JetBrains/YouTrackSharp/blob/213/src/YouTrackSharp/Generated/YouTrackSharp.Api.Generated.cs исправляет проблему
[JsonInheritanceAttribute("StateMachineIssueCustomField", typeof(StateIssueCustomField))]
The text was updated successfully, but these errors were encountered:
спасибо большое, выпустим билд с исправлением в ближайшие пару дней
Sorry, something went wrong.
fix openapi spec for StateMachineIssueCustomField manually #108
ab72272
add StateMachineIssueCustomField to Issue converter #108
3a881e6
Прошу прощения за задержку, оформил релиз 2021.3.2, NuGet пакет также опубликован
rekolobov
No branches or pull requests
Api отдаёт State с типом StateMachineIssueCustomField, а клиент не может спарсить его, по всей видимости ожидая тип "StateIssueCustomField"
добавление в строку 16761
[JsonInheritanceAttribute("StateMachineIssueCustomField", typeof(StateIssueCustomField))]
https://github.com/JetBrains/YouTrackSharp/blob/213/src/YouTrackSharp/Generated/YouTrackSharp.Api.Generated.cs исправляет проблемуThe text was updated successfully, but these errors were encountered: