Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Xporter servlet break pages parameter

Dave Cloutier
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 13, 2015

The Xporter documentation shows how to pass JQL, template, and output type as parameters to the servlet.  Is it also possible to pass the break pages selection?  I have the global configuration to default to Issues, but I don't get any breaks when using the servlet.

1 answer

1 accepted

2 votes
Answer accepted
Fábio Antunes
Contributor
August 24, 2015

Hi Dave,

By default when using Xporter for JIRA servlet break parameter is set to "Never". In order to set the break type you need to specify two parameters: "breakissues" (on or off) and breaktype (one of the available options.

Link example:

http://jirahost:8080/plugins/servlet/jiraxporter?outputType=pdf&template=Sample.docx&breakissues=on&breaktype=issues&jql=project%20%3D%20DEMO%20AND%20issuetype%20in%20(Bug%2C%20Story)%20ORDER%20BY%20summary%20ASC 

 

Best Regards,
Fábio Antunes 

Suggest an answer

Log in or Sign up to answer