Jira

Supports:

  • āœ… Bulk sync source

Connection

Configuration

NameTypeDescriptionRequired
auth_methodstringAuthentication method

Accepted values: apikey ↓, pat ↓
true
urlstringJira URLtrue

auth_method

When auth_method is pat
NameTypeDescriptionRequired
access_tokenstringPersonal access tokentrue
When auth_method is apikey
NameTypeDescriptionRequired
api_keystringAPI tokentrue
usernamestringUsernametrue

Example

1{
2 "name": "Jira connection",
3 "type": "jira",
4 "configuration": {
5 "access_token": "secret",
6 "auth_method": "pat",
7 "url": "https://jira.mycompany.com/"
8 }
9}

Bulk Sync

Source

Jira connections may be used as a bulk sync source. No additional configuration options are required.