Versions Compared

Key

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

The Xporter team announces the release of Xporter for Jira Cloud v1.1.14-AC (1.15.0). This release contains new features and improvements:

Table of Contents

Highlights for this release

Panel
borderColor#F3F3F3
bgColor#FAFAFA
borderWidth1px
Section
Column
width60%

Improvements on Templates Configuration

The configuration related to "output formats, default output format, break page type and include attachments" is now available to be configured on the template level.

Note
titleGlobal Settings

All the configurations about output formats, default output format, default page break type and include attachments were removed from Global Settings.

Column
width40%

Section
Column
width100%

Use a Jira filter as JQL statement

A new function was created in order to retrieve the JQL query by filter name or id.

Code Block
${filter:<Filter name> or <Filter ID>}
Code Block
A simple example iterating the details of issues from a filter already defined on your Jira
  
#{for i=JQLIssuesCount|clause=${filter:<Filter Name> or <FilterId>}}
   ${JQLIssues[i].Key}
   ${JQLIssues[i].Summary}
#{end}

New Features and Bug Fixes

Jira
serverXpand IT Issue Tracker
columnskey,summary,type,created,priority,status,resolution
maximumIssues20
jqlQueryproject = XPORTERCLOUD AND type in (Story, Improvement, "New Feature", Bug) AND resolution != Duplicate and level is EMPTY AND fixVersion = 1.15.0 ORDER BY type DESC
serverIdb6309ad5-5416-33d6-9a09-a3e02f20d3e6