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