Skip to content

codelibs/fess-ds-atlassian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JIRA/Confluence Data Store for Fess Java CI with Maven

Overview

JIRA/Confluence Data Store is an extension for Fess Data Store Crawling.

Download

See Maven Repository.

Installation

See Plugin of Administration guide.

Getting Started

Parameters

home=...
is_cloud=true
auth_type=...
oauth2.client_id=...
oauth2.client_secret=...
oauth2.access_token=...
oauth2.refresh_token=...
Key Value
home URL of the Atlassian application(JIRA/Confluence)
is_cloud Whether the Atlassian instance is cloud-based (true or false)
auth_type oauth(OAuth 1.0a authentication), oauth2(OAuth 2.0 authentication), or basic(Basic authentication)
oauth.consumer_key Consumer key for OAuth 1.0a (Usually OauthKey)
oauth.private_key Private key for OAuth 1.0a
oauth.secret Verification code for OAuth 1.0a
oauth.access_token Access token for OAuth 1.0a
oauth2.client_id Client ID for OAuth 2.0
oauth2.client_secret Client secret for OAuth 2.0
oauth2.access_token Access token for OAuth 2.0
oauth2.refresh_token Refresh token for OAuth 2.0 (Optional)
oauth2.token_url Token URL for OAuth 2.0 (Optional, has default)
basic.username Username of Atlassian account for Basic authentication
basic.password Password of Atlassian account for Basic authentication
issue.jql JQL for advanced search (JIRA only) (Optional)

oauth, oauth2, or basic parameters are required.

Scripts

JiraDataStore

url=issue.view_url
title=issue.summary
content=issue.description + issue.comments
last_modified=issue.last_modified
Key Value
issue.view_url URL of the issue.
issue.summary Summary of the issue.
issue.description Description of the issue.
issue.comments Comments of the issue.
issue.last_modified Last modified date of the issue.

ConfluenceDataStore

url=content.view_url
title=content.title
content=content.body + content.comments
last_modified=content.last_modified
Key Value
content.view_url URL of the content page.
content.title Title of the content page.
content.body Body of the content page.
content.comments Comments of the content page.
content.last_modified Last modified date of the content.

About

DataStore Crawler for JIRA/Confluence

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages