Describe the bug
ConfluenceSpacesScriptService returns null when provided with a valid xwiki space reference.
To Reproduce
Steps to reproduce the behavior:
- Create a new space called "Sandbox.Test"
- Go on a sandbox page and create a velocity script where you call $services.confluence.spaces.getSloppySpace("Sandbox.test")
- Save the page
Expected behavior
A valid reference to the new space
Actual behavior
$services.confluence.spaces.getSloppySpace("Sandbox.test") returns null
Describe the bug
ConfluenceSpacesScriptService returns null when provided with a valid xwiki space reference.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A valid reference to the new space
Actual behavior
$services.confluence.spaces.getSloppySpace("Sandbox.test") returns null