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

Extra '?' in URL when getting issues in a board. #304

Open
madelaney opened this issue Oct 7, 2018 · 0 comments
Open

Extra '?' in URL when getting issues in a board. #304

madelaney opened this issue Oct 7, 2018 · 0 comments

Comments

@madelaney
Copy link
Contributor

All,

It appears there is an extra ? in the URL when getting the issues within a board. The culprit is board.rb#L34, as the URL has an appended ? in base.rb#L497.

This results in all query params, i.e. jqk, getting ignored. Some example URL's that are created are as follows:

irb(main):029:0> board.issues(params)
get: //rest/agile/1.0/board/42/issue??jql=statusCategory+in+%28%22In+Progress%22%2C+%22Done%22%29+and+Sprint+in+openSprints%28%29 - []
get: //rest/agile/1.0/board/42/issue??jql=statusCategory+in+%28%22In+Progress%22%2C+%22Done%22%29+and+Sprint+in+openSprints%28%29&startAt=50 - []
get: //rest/agile/1.0/board/42/issue??jql=statusCategory+in+%28%22In+Progress%22%2C+%22Done%22%29+and+Sprint+in+openSprints%28%29&startAt=100 - []
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant