Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

getting null pointer exception in Plugin rest

Pradeep Panayal December 7, 2017

Hi,

I was trying to perform a search jira through confluence. I am getting the following exception ,

java.lang.NullPointerException
    at com.atlassian.confluence.plugins.jira.AbstractProxyServlet.doProxy(AbstractProxyServlet.java:148)

 

Versions

JIRA v7.6.0
Confluence 6.3.1

And the URL tested

http://ipdc-audio-d02:8090/plugins/servlet/applinks/proxy?appId=b011ce93-79b2-3876-8aa3-a39896872ed6&path=http://ipdc-audio-d02:8089/rest/api/latest/search/?jql=key=SR-55

 

UPDATE

I tried without specifiying jql still I get same excepotion

http://ipdc-audio-d02:8090/plugins/servlet/applinks/proxy?appId=b011ce93-79b2-3876-8aa3-a39896872ed6&path=http://ipdc-audio-d02:8089/rest/api/latest/search/

2 answers

0 votes
Pradeep Panayal December 7, 2017

I tried with the following but still no luck,

 

http://ipdc-audio-d02:8090/plugins/servlet/applinks/proxy?appId=b011ce93-79b2-3876-8aa3-a39896872ed6&path=http://ipdc-audio-d02:8089/rest/api/latest/search/

0 votes
Alexey Matveev
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.
December 7, 2017

Hello,

If you use Confluence Rest API, then the parameter is called cql not jql

Have a look here

https://docs.atlassian.com/atlassian-confluence/REST/6.5.2/#content-search

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events