Configuring your connectionsConnection configurations

Jira

Connection

Description

Configuration

NAMETYPEDESCRIPTIONREQUIREDREADONLY
urlstringtruefalse
auth_methodstringtruefalse
usernamestring(required if AuthMethod is “apikey”)falsefalse
api_keystring(required if AuthMethod is “apikey”)falsefalse
access_tokenstring(required if AuthMethod is “pat”)falsefalse

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}

Model Sync

Source

N/A

Target

N/A

Bulk Sync

Source

N/A

Destination

N/A