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

[bug] Revert a test that highlights a bug in the Zendesk Rest API #632

Closed
wants to merge 1 commit into from

Conversation

PierreBtz
Copy link
Collaborator

@PierreBtz PierreBtz commented Nov 6, 2023

This additional assertion was (righfully) added in #614. However the sort_by parameter is incorrect, it should be alphabetical as per https://developer.zendesk.com/api-reference/ticketing/business-rules/triggers/#list-triggers. However doing so (in CPB mode only), results in a Zendesk error:

{
    "error": {
        "title": "DatabaseError",
        "message": "Unknown database error"
    }
}

This was missing by the CI pipeline (to be investigated too). This is also a blocker for the release.

@PierreBtz PierreBtz added the bug label Nov 6, 2023
@PierreBtz PierreBtz self-assigned this Nov 6, 2023
@cryptomail
Copy link

Thanks, working internally with the team to see how to best proceed. Thanks again for your attention on this.

@PierreBtz
Copy link
Collaborator Author

PierreBtz commented Nov 7, 2023

Superseded by #634

@PierreBtz PierreBtz closed this Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants