Hi,
I come to this page when I tries to "Print Backlog" in the Backlog Scrum page. It is after I have chosen a Card Layout.
Other notes:
It is 556 issues to print in the "Print Backlog". It goes well to "Print Sprint". I have version 2.2.1 installed. Had the same problem with version 2.2.0.
type Status report
message Error in the JQL Query: Expecting ')' before the end of the query.
description The request sent by the client was syntactically incorrect.
Hi,
To print issues, GET HTTP request is sent to JIRA e.g.:
http://JIRA_HOST/jira/sr/com.flyingagile.jira.plugin.aip:search-pdf-request-view/temp/SearchRequest.pdf?jqlQuery=key+in+(SSP-1,SSP-2,SSP-3,SSP-4,SSP-5)
All issues to print are in 'jqlQuery' parameter e.g.: SSP-1, SSP-2, .., SSP-5
It looks like placing 556 issues in 'jqlQuery' exceeds maximum length of URL in JIRA.
To workaround the problem, you can limit number of issues in your Backlog or paste printing request to your web browser with modified jqlQuery e.g.:
http://JIRA_HOST/jira/sr/com.flyingagile.jira.plugin.aip:search-pdf-request-view/temp/SearchRequest.pdf?jqlQuery=http://macho:6412/jira/sr/com.flyingagile.jira.plugin.aip:search-pdf-request-view/temp/SearchRequest.pdf?jqlQuery=key<SSP-1000
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
What is your JIRA version ?
Regards, FA
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.