Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

confluence rest proxy for jira POST and PUT

shabeer.ak August 2, 2019

Hi,

 

Confluence has proxies to invoke JIRA rest apis that are using GET method as below:

 

https://<confluence-server>/plugins/servlet/applinks/proxy?appId=<appLinkID>&path=/rest/api/issues/<issueid>

 

Is there a similar way to invoke JIRA apis that are POST and PUT methods, similar to this below?


"appLinkId": "<appLinkId>",
"methodType": "PUT",
"urlPath": "/rest/api/2/issue/<issueId>",
"contentType": "application/json",
"requestBody": "{ fields:{ summary : 'Summary'}"
}

 

If not, are there plans to have this implemented in near future. Or would you be able to guide us on how to build this feature?

 

thanks,

Shabeer 

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events