{"id":21994489,"url":"https://github.com/codelibs/fess-ds-atlassian","last_synced_at":"2025-06-16T14:05:13.398Z","repository":{"id":144632144,"uuid":"137552729","full_name":"codelibs/fess-ds-atlassian","owner":"codelibs","description":"DataStore Crawler for JIRA/Confluence","archived":false,"fork":false,"pushed_at":"2025-04-13T13:37:55.000Z","size":296,"stargazers_count":7,"open_issues_count":1,"forks_count":6,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-04-13T14:26:06.442Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codelibs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-06-16T04:27:28.000Z","updated_at":"2025-04-13T13:37:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"a8148ae5-867d-4510-b376-c5262d535877","html_url":"https://github.com/codelibs/fess-ds-atlassian","commit_stats":null,"previous_names":[],"tags_count":37,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codelibs%2Ffess-ds-atlassian","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codelibs%2Ffess-ds-atlassian/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codelibs%2Ffess-ds-atlassian/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codelibs%2Ffess-ds-atlassian/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codelibs","download_url":"https://codeload.github.com/codelibs/fess-ds-atlassian/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251748929,"owners_count":21637413,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-29T21:09:24.001Z","updated_at":"2025-04-30T17:02:33.415Z","avatar_url":"https://github.com/codelibs.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"JIRA/Confluence Data Store for Fess\n[![Java CI with Maven](https://github.com/codelibs/fess-ds-atlassian/actions/workflows/maven.yml/badge.svg)](https://github.com/codelibs/fess-ds-atlassian/actions/workflows/maven.yml)\n==========================\n\n## Overview\n\nJIRA/Confluence Data Store is an extension for Fess Data Store Crawling.\n\n## Download\n\nSee [Maven Repository](https://repo1.maven.org/maven2/org/codelibs/fess/fess-ds-atlassian/).\n\n## Installation\n\nSee [Plugin](https://fess.codelibs.org/13.3/admin/plugin-guide.html) of Administration guide.\n\n## Getting Started\n\n### Parameters\n\n```\nhome=...\nauth_type=...\noauth.consumer_key=OauthKey\noauth.private_key=...\noauth.secret=...\noauth.access_token=...\nissue.jql=...\n```\n\n| Key | Value |\n| --- | --- |\n| home | URL of the Atlassian application(JIRA/Confluence) |\n| auth_type | `oauth`(OAuth authentication) or `basic`(Basic authentication) |\n| oauth.consumer\\_key | Consumer key for OAuth (Usually `OauthKey`) |\n| oauth.private\\_key | Private key for OAuth |\n| oauth.secret | Verification code for OAuth |\n| oauth.access\\_token | Access token for OAuth |\n| basic.username | username of Atlassian account for Basic |\n| basic.password | password of Atlassian account for Basic |\n| issue.jql | [JQL](https://confluence.atlassian.com/jirasoftwarecloud/advanced-searching-764478330.html) for advanced search (JIRA only) (Optional) |\n\n`oauth` or `basic` parameters are required.\n\n### Scripts\n\n#### JiraDataStore\n\n```\nurl=issue.view_url\ntitle=issue.summary\ncontent=issue.description + issue.comments\nlast_modified=issue.last_modified\n```\n\n| Key | Value |\n| --- | --- |\n| issue.view\\_url | URL of the issue. |\n| issue.summary | Summary of the issue. |\n| issue.description | Description of the issue. |\n| issue.comments | Comments of the issue. |\n| issue.last\\_modified | Last modified date of the issue. |\n\n#### ConfluenceDataStore\n\n```\nurl=content.view_url\ntitle=content.title\ncontent=content.body + content.comments\nlast_modified=content.last_modified\n```\n\n| Key | Value |\n| --- | --- |\n| content.view\\_url | URL of the content page. |\n| content.title | Title of the content page. |\n| content.body | Body of the content page. |\n| content.comments | Comments of the content page. |\n| content.last\\_modified | Last modified date of the content. |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodelibs%2Ffess-ds-atlassian","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodelibs%2Ffess-ds-atlassian","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodelibs%2Ffess-ds-atlassian/lists"}