Jira by atlassian
helps teams manage projects and tasks efficiently, prioritize work, and collaborate.
Manage Account
.Security
tab and select Create and manage API tokens
.Create API Token
, provide a descriptive name and click the Create
button.The config
section in a YAML file includes the following properties:
connector_name: jira
subdomain: Sub-Domain
email: Email account
api_token: API token
Queries: Queries
version:
encrypt_credentials: false
plugins:
extractors:
- name: jiradb
connectorname: Jira
config:
subdomain: <SUB DOMAIN>
email: <MAIL ID>
api_token: <API TOKEN>
properties:
# queries: "created >= -30d order by created DESC"
queries: <QUERY>