Jira
Supports:
- ✅ Bulk sync source
Connection
Configuration
| Name | Type | Description | Required |
|---|---|---|---|
access_token | string | Personal access token (required if auth_method is “pat”) | false |
api_key | string | API token (required if auth_method is “apikey”) | false |
auth_method | string | Authentication method Accepted values: apikey, pat | true |
url | string | Jira URL | true |
username | string | Username (required if auth_method is “apikey”) | false |
Example
1 { 2 "name": "Jira connection", 3 "type": "jira", 4 "configuration": { 5 "access_token": "secret", 6 "api_key": "", 7 "auth_method": "pat", 8 "url": "https://jira.mycompany.com/", 9 "username": "" 10 } 11 }
