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

board type list option incombatible with REST API #213

Closed
xaniasd opened this issue May 10, 2019 · 1 comment · Fixed by #214
Closed

board type list option incombatible with REST API #213

xaniasd opened this issue May 10, 2019 · 1 comment · Fixed by #214

Comments

@xaniasd
Copy link
Contributor

xaniasd commented May 10, 2019

according to the docs BoardListOptions.BoardType should be mapped to type, now it's boardType.

Because of this, filtering boards based on type does not work.

Shall I create a PR?

@ghostsquad
Copy link
Contributor

PR's always welcome! When creating your PR the minimum expectations are:

xaniasd added a commit to xaniasd/go-jira that referenced this issue May 12, 2019
The BoardListOption field BoardType was incorrectly mapped to boardType
instead of type. This commit fixes it. A generic test helper
function (testRequestParams) is added in order to improve the
effectiveness of the unit test.

Fixes andygrunwald#213
andygrunwald pushed a commit that referenced this issue May 12, 2019
The BoardListOption field BoardType was incorrectly mapped to boardType
instead of type. This commit fixes it. A generic test helper
function (testRequestParams) is added in order to improve the
effectiveness of the unit test.

Fixes #213
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

Successfully merging a pull request may close this issue.

2 participants