You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Carlos Gavidia (JIRA)" <ji...@apache.org> on 2015/09/26 23:02:04 UTC

[jira] [Updated] (INFRA-10497) NPE on Jira REST API

     [ https://issues.apache.org/jira/browse/INFRA-10497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carlos Gavidia updated INFRA-10497:
-----------------------------------
    Attachment: backlog.xml

The XML response containing the error.

> NPE on Jira REST API
> --------------------
>
>                 Key: INFRA-10497
>                 URL: https://issues.apache.org/jira/browse/INFRA-10497
>             Project: Infrastructure
>          Issue Type: Bug
>          Components: JIRA
>            Reporter: Carlos Gavidia
>         Attachments: backlog.xml
>
>
> I'm trying to call this REST resource from the Jira Agile REST API:
> https://issues.apache.org/jira/rest/agile/1.0/board/35/backlog
> It is only a GET call. The response I got is an XML document that contains the Stack trace of a NullPointerException:
> <status><status-code>500</status-code><stack-trace>java.lang.NullPointerException
> 	at com.atlassian.greenhopper.service.issuelink.EpicServiceImpl.getEpicStatusValue(EpicServiceImpl.java:221)
> 	at com.atlassian.greenhopper.service.issuelink.EpicServiceImpl.getEpic(EpicServiceImpl.java:171)
> 	at com.atlassian.greenhopper.service.issue.RapidViewIssueServiceImpl.getEpic(RapidViewIssueServiceImpl.java:272)
> 	at com.atlassian.greenhopper.service.issue.RapidViewIssueServiceImpl.toRapidViewIssue(RapidViewIssueServiceImpl.java:225)
> 	at com.atlassian.greenhopper.service.issue.RapidViewIssueServiceImpl.access$100(RapidViewIssueServiceImpl.java:44)
> 	at 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)