This processor collects issues from Jira
jira, source, ingest
In the list below, the names of required properties appear in bold. Any other properties (not in bold) are considered optional. The table also indicates any default values.
Display Name | API Name | Default Value | Allowable Values | Description |
---|---|---|---|---|
Web Client Service Provider | web-client-service-provider | Controller Service API: WebClientServiceProvider Implementation: StandardWebClientServiceProvider | Controller service for HTTP client operations. | |
URL | jira-base-url | Base URL of Jira. Example: https://issues.apache.org/jira | ||
Authentication Method | jira-authentication-method | None |
| Method used to authenticate with Jira |
Personal Access Token | jira-personal-access-token | Personal access tokens (PATs) are a secure way to use scripts and integrate external applications with your Atlassian application. In Jira, select your profile picture at the top right of the screen, then choose Profile. Once you access your profile, select Personal Access Tokens in the left-hand menu. Sensitive Property: true This Property is only considered if the [Authentication Method] Property has a value of "Personal Access Token". | ||
E-mail Address | jira-email-address | Your registered e-mail address at Jira Cloud. This Property is only considered if the [Authentication Method] Property has a value of "API Token". | ||
API token | jira-api-token | Your API token at Jira Cloud. To create such token, visit your Atlassian ID Account Settings page at: https://id.atlassian.com Sensitive Property: true This Property is only considered if the [Authentication Method] Property has a value of "API Token". | ||
Project | jira-project | Fetch only issues in this project. | ||
Query | jira-query | Filter issues by this JQL expression. See Additional Details about required JQL format. | ||
Page Size | jira-page-size | 50 | The maximum number of items fetched from Jira per request. | |
State Tracking Field | jira-state-tracking-field | Updated |
| Consider a Jira issue updated, based on this field. |
Name | Description |
---|---|
success | Fetched Jira issues will be emitted from this relationship. |
Name | Description |
---|---|
mime.type | Sets the MIME type to application/json |
Scope | Description |
---|---|
CLUSTER | Query expression, and maximum value of the state tracking field is stored from the last query. Updated after each successful request. |