Skip to content

Conversation

@grahamalama
Copy link
Contributor

I assumed (wrongly) that this Jira package was using requests to do param parsing, but it's actually using urllib.parse.urlencode directly, which doesn't do the magic of turning {"param": ["foo", "bar"]} --> ?param=foo&param=bar

@grahamalama grahamalama requested a review from a team as a code owner December 12, 2023 14:44
@grahamalama grahamalama added the bug Something isn't working label Dec 12, 2023
Copy link
Contributor

@alexcottner alexcottner left a comment

Choose a reason for hiding this comment

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

I think this is a good example of why we want to allow feature branch deployments to a lower environment for testing.

@grahamalama grahamalama merged commit ab68cce into main Dec 12, 2023
@grahamalama grahamalama deleted the provide-paginated-project-keys-properly branch December 12, 2023 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants