Forums

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

GreenHopper is Unsupported?

Samuele Pretini
October 17, 2011

Hi at all,

I have seen that GreenHopper is "Unsupported" on Atlassian Plugin site.

It is true? Or it is a mistake?

Thanks

Samuele

1 answer

Suggest an answer

Log in or Sign up to answer
1 vote
Aron Gombas _Midori_
Community Champion
August 17, 2022

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.

See: https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-remote-links/#api-rest-api-3-issue-issueidorkey-remotelink-post

andy zhu
August 18, 2022

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

DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events