Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

project inside the JQL clause
ParameterExplanation
templateThis is the name of the template being exported.
jql

This is a JQL clause.

project
issueKeyThis is the issuetypeThis is the type from the issue that you want to exportkey of the issue that is being exported.
outputType

This is the output type of the document being exported.

Word templates can be exported to the following output types: docx, docm, dotx, dotm, odt, rtf, png, svg and pdf.

Excel templates can be exported to the following output types: xlsx, xlsm and pdf.


Optional Parameters
ParameterExplanation
context
  • project - The template used is in Project context.
  • admin - The template used is in Administration context
  • user - The template used is in Profile user context.


An example of JQL usage is:

Code Block
http://<JIRA-URL>/plugins/servlet/jiraxporter?template=Basic%20Release%20Notes&jql=project%20%3D%20XPT%20AND%20issuetype%20%3D%20Storyproject%20%3D%20XPT%20AND%20issueKey=TEST1-3&outputType=docx
Warning
titlePermission Schemes and Template Scopes

Xporter Permission Schemes and Template Scopes are validated.

To Use the API, your user must have permission to export the issue and the Template used must contain the Scopes Single or Bulk depending on the export type you want to make (Single export API or JQL export API respectively)

...