Versions Compared

Key

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

...


Panel
borderColor#F3F3F3
bgColor#FAFAFA
borderWidth1px
Section

Multi-Action workflow post function

Column
width50%

Xporter is proud to announce the new Multi-action Workflow Post Function. This feature will allow you to define a workflow post function to generate a report and define how the result will be handled.  The Currently, if you want to generate a report and send it to a Confluence page or send it by e-mail, you need to use two post functions (Send Report and Create Document Post Functions). The great advantage the new workflow post function is the way how you are able to define multiple actions.

Column
width50%



Panel
borderColor#F3F3F3
bgColor#FAFAFA
borderWidth1px
Section

Permission Scheme: a new way to map templates

Column
width50%

Permission Schemes are sometimes complex and users need to spend a lot of time setting up them up. A good example is the way how to configure the Issue Type ↔ Template mapping, if there are lots of issue types being used and we have to configure a template to be used on all defined Issues type, we need to add the template to each issue type configuration, one by one.

Xporter 5.5 brings a new level of configuration regarding to template mapping, the Global Template mapping. This feature turns the template configuration easier when the template is available for all selected Issues types. The global configuration means that the selected template will be available for all selected issues types on the current permission scheme. 

The administrator can define which template will be used globally (for all issue types selected in the current permission scheme). Nevertheless, setting up templates by issue types is also possible as it was before.

Column
width50%



Panel
borderColor#F3F3F3
bgColor#FAFAFA
borderWidth1px
Section

Xporter Reports restriction using JIRA groups

Column
width50%

Xporter Reports can be now configured by assigning Jira user groups. This release . In the previous version, Xporter Reports cloud just be enabled or disabled. Xporter 5.5 brings you the capability of configuring it per groups as you can see in the image below.

Column
width50%



Panel
borderColor#F3F3F3
bgColor#FAFAFA
borderWidth1px
Section

New Attributes on image handling (width and height)

Column
width50%

Now itResizing images is now possible using Xporter. Until now, it only was possible to define the max size by using the attribute maxWidthandmaxheight, but with Xporter 5.5 it's possible to resize images, you are able to define exactly the size you want to get printed.

To resize the image, you just need to define the Width and/or Height attributes in ${Images}  and ${Images[n].Image} mappings.

Column
width50%
Code Block
${Images|width=200}



Panel
borderColor#F3F3F3
bgColor#FAFAFA
borderWidth1px
Section

Wiki markup/HTML processing on Excel files got some improvements

Column
width50%

We have been receiving some feedback about the wiki markup/HTML processing on Excel files. We did some improvements to address these limitations and get better results on this.

Xporter is now capable to handle more content based on wiki markup and HTML, such as wiki table, bullet lists and more content.

Below there is an example of a wiki table printed on an Excel file.

Column
width50%



Panel
borderColor#F3F3F3
bgColor#FAFAFA
borderWidth1px
Section

CheckList integration - Get checked/unchecked values

Column
width50%

CheckList integration got some improvements in order to allow users get which options are checked or uncheck. Now, it's possible to iterate over all option defined and get the label and the status of each option. This allows you to create a table that dynamically grows according to the number of existing values. The notation is:

Code Block
#{for FieldName}
    ${FieldName[n].Label}
    ${FieldName[n].Status}
#{end}
Column
width50%



Panel
borderColor#F3F3F3
bgColor#FAFAFA
borderWidth1px
Section


Column
width50%

Issue key field is now processed as a hyperlink on XLSX(Current Fields) export option. This turns it simple to open the browser directly from the report and see the complete information of an Issue.



Column
width50%




Panel
borderColor#F3F3F3
bgColor#FAFAFA
borderWidth1px
Section

Project Category


Column
width50%

A new mapping was introduced in order to allow you getting the Project Category printed on documents.

Column
width50%
Code Block
${Project.Category}
Panel
borderColor#F3F3F3
bgColor#FAFAFA
borderWidth1px
Section

JQL Issues processing must respect the limit of issues to be exported


Column
width50%

As you know, Xporter allows users to define the maximum number of issues allowed to be exporter by Xporter. This was only validated on Bulk Export and not internally when processing JQL issues iterations where it was possible to use a JQL that returns a number of issues great than the maximum defined. To avoid performance issue on the Jira instance we did some improvement in order to avoid these possible situations. On Xporter 5.5, if you define an JQL issues iteration where the number of issues returned is great than the max number of issues defined on global settings, a warning message will be printed on the document.

Below there are examples of the result with the warning message, as we mentioned above.

Column
width50%

New Features and Bug Fixes

Jira
serverXpand Add-ons Issue Tracker
columnskey,type,summary,fixversions
maximumIssues20
jqlQueryproject = XPORTER AND issuetype in (Bug, Improvement, "New Feature", Story) AND fixVersion = "Release 5.5.0" and level is empty order by issuetype desc
serverIdb6309ad5-5416-33d6-9a09-a3e02f20d3e6