第38章 Jira Source
Receive notifications about new issues from Jira.
To authenticate, a username/password or personal token must be defined. We recommend to use personal token as it is a safer way to get access to Jira.
38.1. Configuration Options リンクのコピーリンクがクリップボードにコピーされました!
The following table summarizes the configuration options available for the jira-source Kamelet:
| Property | Name | Description | Type | Default | Example |
|---|---|---|---|---|---|
| jiraUrl * | Jira URL | The URL of your instance of Jira. | string | ||
| jql | JQL | A query to filter issues. | string | project=MyProject | |
| password | Password | The password to access Jira. | string | ||
| personal-token | Personal Token | Personal Token | string | ||
| username | Username | The username to access Jira. | string |
* = Fields marked with an asterisk are mandatory.