Eclipse plugin does not synchronize with Jira on demand: Missing field "resolution"

Gerd Aschemann November 2, 2012

I can not synchronize my Eclipse task list to the on demand Jira. I get the following error message:

HTTP Status 400 - Field 'resolution' does not exist or you do not have permission to view it.

type Status report

message Field 'resolution' does not exist or you do not have permission to view it.

description The request sent by the client was syntactically incorrect (Field 'resolution' does not exist or you do not have permission to view it.).

In the Eclipse log I can see that the failed query is

https://XXX.atlassian.net/sr/jira.issueviews:searchrequest-xml/temp/SearchRequest.xml?decorator=none&reset=true&tempMax=1000&&resolution=-1&assigneeSelect=issue_current_user

Authentication does work when I test the connection to Jira.

Any Ideas are welcome!

Thanks,

Gerd

1 answer

0 votes
Gerd Aschemann November 2, 2012

If I drop the resolution=-1 parameter from the request, I receive an RSS XML:

<!--
RSS generated by JIRA (5.2-m06-4#809-sha1:c3257d8af38ee46ce354fd19913ef63524dbee66) at Sat Nov 03 13:00:32 CET 2012

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary add field=key&field=summary to the URL of your request.
For example:
https://XXX.atlassian.net/sr/jira.issueviews:searchrequest-xml/temp/SearchRequest.xml?decorator=none&reset=true&tempMax=1000&assigneeSelect=issue_current_user&field=key&field=summary
-->
<!-- If you wish to do custom client-side styling of RSS, uncomment this:
<?xml-stylesheet href="https://XXX.atlassian.net/styles/jiraxml2html.xsl" type="text/xsl"?>
-->
<rss version="0.92"><channel>...

Suggest an answer

Log in or Sign up to answer