How can I use JJUPIN to create a remote link?

jim blizzard October 31, 2013

It doesn't seem to work with the linkIssue function.

1 answer

1 accepted

0 votes
Answer accepted
Radu Dumitriu
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 31, 2013

Hi Jim,

Unfortunately, we do not cover this. Please open up an imp request on http://bugs.kepler-rominfo.com and we'll do our best to cover that ASAP.

jim blizzard October 31, 2013

can you look at this rest call using jjupin htttppost? I keep getting a 400 errorl

string [] headers = "Content-type|application/json";

string data ="{'globalId':'appId=114d4478-573b-3391-a57d-c16985f0b229&issueId=10681', 'application':{'type':'com.atlassian.jira','name':'JIRA RFC - DEV'},'relationship':'Implements', 'Object':{'url':'http://rfc-dev:8080/browse/"+newIssue+"','title':'jim'}}";

string [] params = "data|" + data;

//httpPost("http://rfc-dev:8080/jira/rest/api/latest/issue/"+newIssue+"/remotelink", headers, params);

number ret= httpPost("http://sdlcmgmt-dev:8080/rest/api/2/issue/" +sKey+ "/remotelink", headers, params);

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events