Jira

Supports:

  • ✅ Models
  • ✅ 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

{
"name": "Jira connection",
"type": "jira",
"configuration": {
"access_token": "secret",
"auth_method": "pat",
"url": "https://jira.mycompany.com/"
}
}

Model Sync

Source

Configuration

NameTypeDescriptionRequired
objectstringObjecttrue

Example

{
...
"configuration": {
"object": "object"
}
}

Bulk Sync

Source

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