How we set basic access for Application link ?

nirj September 20, 2017

I am able to add the application link using rest api call but I am facing a problem to add the basic access for application in Outgoing Authentication.

So, Please help me to find out the rest api for authentication setting for basic access.

Rest Api for Create application link
http://localhost:2990/jira/rest/applinks/3.0/applicationlinkForm/createAppLink
method : POST

Request Data :-
{
"applicationLink": {
"typeId": "generic",
"name": "AppName",
"displayUrl": "http://url1",
"rpcUrl": "http://url1",
"isPrimary": true,
"isSystem": true
},
"username": "username",
"password": "password",
"customRpcURL": false,
"rpcUrl": "null",
"createTwoWayLink": false,
"orphanedTrust" : null,
"configFormValues": {
"trustEachOther": false,
"shareUserbase" : false
}
}

Below is the detail of screenshot where I have to set the username and password related information.


basicAccess.png

 

0 answers

Suggest an answer

Log in or Sign up to answer