JIRA V1 Connector Configuration Reference
The JIRA connector retrieves data from an instance of Atlassian’s JIRA issue tracking system.
The JIRA connector uses the JIRA REST API to retrieve the following JIRA elements:
-
Projects
-
Issues
-
Comments
-
Worklogs
-
Attachments
JIRA access to projects and issues may be restricted to certain users. Access of restricted information requires a JIRA username and password.
The JIRA connector first requests a list of all projects, and for each project, it finds all issues. For each issue, information on summary, priority, assignee, and more is retrieved. Worklogs, comments, and attachments are treated as new entries (issue links) and indexed as a new document, not as a component of the issue itself.
Configuration
When entering configuration values in the UI, use unescaped characters, such as \t for the tab character. When entering configuration values in the API, use escaped characters, such as \\t for the tab character.
|