-
Bug
-
Resolution: Unresolved
-
Low
-
1
-
Severity 3 - Minor
Issue Summary
When you link a Confluence Space to a JSM project. JSM gives you the ability to set the links space to All Logged in users can view. It seems that when this is enabled the below searches are not respecting the JSM applied space permissions:
- Basic Search (Resolves if you visit the page)
- Advance Search
- REST API CQL Search
Steps to Reproduce
- Create A Confluence Space
- Create a JSM Project
- Link JSM project to Confluence space as a knowledge base
- Give the space All logged in users can view through JSM
- Create a page in Confluence Space is a distinct name (example: Atlassian Test 123)
- As a user without users or group space permissions on the newly created space. Attempt to search for the newly created page title in the advance search, basic search and CQL search
Expected Results
The search should populate with the pages from the space that has the JSM permission All logged in users can view
Actual Results
Depending on the search the results are different.
- Basic Search: Does not load. However, if you visit the page a single time the search will populate with that page.
- Advance Search: Doesn't have any output
- CQL: Doesn't have any output
Workaround
Add a group to the space permissions with view space permissions. Then add the needed users to this group.