-
Notifications
You must be signed in to change notification settings - Fork 16
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
Cannot get spaces, spaceKey values issue #14
Labels
bug
Indicates a reported issue or malfunction that needs fixing
Comments
Hi @emulienfou. Thank you for report. Yeah it's definitely a bug |
MrRefactoring
added
the
bug
Indicates a reported issue or malfunction that needs fixing
label
Dec 1, 2021
MrRefactoring
added a commit
that referenced
this issue
Dec 9, 2021
Issue still here :( |
@emulienfou please check v1.3.1 |
@MrRefactoring v1.3.1 fix the issue, I was able to make it work with single and multiple |
Thanks for your contribution! |
MrRefactoring
added a commit
that referenced
this issue
Apr 2, 2022
MrRefactoring
added a commit
that referenced
this issue
Apr 25, 2022
* telemetry data removed from endpoints * #14 bugfix * deps update and lint fixes * 1.4.0 * Update CHANGELOG.md * changlog fixed * docs fixes * 1.4.1 dependencies updated
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there, trying to get multiple spaces from Confluence however it seems there is an issue.
Here is the code that I use to get my spaces:
The documentation said:
However the generated URL is:
https://example.atlassian.net/wiki/rest/api/space?spaceKey=KEY1,KEY2
Instead of:
https://example.atlassian.net/wiki/rest/api/space?spaceKey=KEY1&spaceKey=KEY2
The text was updated successfully, but these errors were encountered: