Thank you ChrisNZ, Still am getting http return code is 400. proc http 22 webusername="&username" 23 webpassword=XXXXXX 24 /*url="http://servername:8080/rest/api/2/issue/12637" 25 */ 26 url="http://servername:8080/rest/api/2/search?&fields=project,status&jql=project=C00095" WARNING: Macro variable "&fields" was not resolved WARNING: Macro variable "&jql" was not resolved WARNING: Macro variable "&jql" was not resolved 27 28 method="GET" 29 ct="application/json" 30 out=resp 31 headerout=headers 32 33 ; 34 run; NOTE: Call to [http://l4dvedap4329:8080/rest/api/2/search?&fields=project,status&jql=project=C00095] returned [400] 35 36 %echofile(resp); NOTE: Procedure http step took : real time : 2.153 cpu time : 0.873 Please advice why am not able to make a call from WPS, same url working fine in browser. Thanks! Bharathi
... View more