Skip to content
This repository has been archived by the owner on Oct 8, 2022. It is now read-only.

Latest commit

 

History

History
22 lines (18 loc) · 637 Bytes

readme.md

File metadata and controls

22 lines (18 loc) · 637 Bytes

Confluence Module

Authentication

Only supports basic auth for now. If you don't have a username and password, can usually get one here: https://confluence.mycompany.com/forgotuserpassword.action

Configuration

It is possible to change the filter to narrow your search. The default CQL query is:

siteSearch ~ "input" and type = "page"

If you use a filter, it will be converted to:

siteSearch ~ "input" and type = "page" and ${filter}

Resources