Skip to content
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

Bugfix - Article.contentTagIds field now List<String> - resolves #581 #582

Conversation

andy-may-at
Copy link
Contributor

The Article.contentTagIds field had been added with the incorrect type of List (because of misleading Zendesk documentation), but the IDs are actually Strings & so can't be deserialised to Longs

…dbees-oss#581

The Article.contentTagIds field had been added with the incorrect type of List<Long> (because of misleading Zendesk documentation), but the IDs are actually `String`s & so can't be deserialised to Longs
Copy link
Contributor

@johnou johnou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Collaborator

@PierreBtz PierreBtz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix, I'll put a comment in the release note since it's technically a breaking change, even if it doesn't really matter since the previous code couldn't work.

@PierreBtz PierreBtz merged commit a8fe294 into cloudbees-oss:master May 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Breaking change bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants