Connection

Configuration

NAMETYPEDESCRIPTIONREQUIREDREADONLY
urlstringtruefalse
auth_methodstringAccepted Values: {“value”:“apikey”,“label”:“API token”}, {“value”:“pat”,“label”:“Personal access token”}truefalse
usernamestring(required if auth_method is “apikey”)falsefalse
api_keystring(required if auth_method is “apikey”)falsefalse
access_tokenstring(required if auth_method 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}