Hi at all,
I have seen that GreenHopper is "Unsupported" on Atlassian Plugin site.
It is true? Or it is a mistake?
Thanks
Samuele
Looking at the documentation of the REST API end-point you're trying to call, it seems to me that your request body contains only 2 fields, but the end-points expects much more details.
When I use RestAPI tool (postman) to call the Jira Cloud API directly, i was able to create the remote link correctly with the following body
{
"object": {
"title": "TestTitle",
"url": "https://a.b.com"
}
}
The API endpoint is: https://xxx.atlassian.net/rest/api/3/issue/{issueId}/remotelink
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.