Skip to content

ConfluenceLoader does not work on archived spaces when using cql #328

@phebing

Description

@phebing

Hey there,

I am facing the issue, that the ConfluenceLoader returns an empty List, if it is used with a cql Query on an archived space.

There is an option include_archived_content which is forwarded as include_archived_spaces and ultimatly sets the Query Parameter includeArchivedSpaces as in this code, but the /api/content/search API does not support such a parameter (see atlassian docs)

That parameter is supported at the /api/search Endpoint, but that returns a slightly different set of response objects (see atlassian docs)

Is there an option to use the /api/search Endpoint?
Or is there a workaround to use the current cql implementation on archived spaces?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions