Versions Compared

Key

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

JQL sections for Email, Confluence, Release page notification, JSON, HTML, Markdown, MS Word templates

Excerpt
nameJQL section introduction

Introduction to JQL section

This section plays a crucial role in ARN templates. JQL dictates the appearance of your content and determines the data to be included in release notes and reports. It serves as the central hub for all information intended for end users.

There are three tabs on Add/Edit JQL section pop-up -

  • Section

  • Fields

  • Layout

Excerpt
nameJQL section - section tab

Section

In the section tab you will find below fields to define the content that will be posted in the release notes.

  • Title - This text will be shown as a section header in the generated email or page.

  • Description - This fields can contain the description of your given JQL section.

  • JQL - This field is where you add the JQL to fetch the relevant issues to your release notes

  • Hide section (checkbox) - Check if you wish to hide the JQL section when given JQL does not return any Jira issues

  • Message - When the checkbox is unchecked, write a message that needs to be displayed when no issues are returned from the given JQL.

Excerpt
nameJQL section Fields tab

Fields

This tab is to display what all Jira issue fields/custom fields that are to be added to your release notes. If the Table layout is selected then these fields are added as columns. In the case of the sequential layout, selected fields will be listed in the sequence you have added them.

As shown in the below image, ⚙️ icon in front of each selected field would show some extra settings for the field like header style, Entry Style, display as link or text, etc.

Fields.png

Read how to Save release notes without Jira fields using issue properties.

Excerpt
nameCustom CSS for release notes

Custom CSS

Introduction

To further customise the release notes that ARN generates, it is possible to configure custom CSS within different templates.

How to

Note that custom CSS can be applied only when the layout of the template is Tabular. Sequential layout does not support applying custom CSS as it already uses a WYSWYG editor.

Open any one of the above-mentioned template types & click on any JQL section to open it in Edit mode or start to Create a new one. Make sure the layout/format is set to Table.

Custom CSS can be applied for any of the selected columns, listed in the left-hand section of the Fields tab. Click on the gear icon beside any column name & it will reveal a couple of free text fields where custom CSS can be added.

Header styles refer to the styling applied to the table header for that specific column whereas Entry styles CSS attributes are applied to all the data points generated within that column.

If the JQL section data is grouped by a specific column, it is possible to apply custom CSS to that data as well. Just click on the Gear icon beside Group by option. It shows the custom CSS options.

Note

Gear icon beside Group by option will show the WYSWYG editor if you are creating a new template from scratch. Custom CSS options are available only if you are using ARN defulat templates by cloning them.

Info

For example read this to know how to control width of table columns - https://amoeboids.atlassian.net/wiki/spaces/ARN/pages/126255121/FAQs#How-to-control-width-of-table-columns-within-generated-release-notes%3F

Excerpt
nameTable layout

Layout

Table layout

This layout is fairly straightforward & does not need any additional configurations. All the fields that are selected (from Feilds tab as shown in the above image), will be displayed as table columns from left to right. Below is a sample screenshot of the generated release notes in tabular format.

table.png

In this example you can see coulmn in the table like Priority, Key, Status, Issue type, and Summary. At the left top corner of tble notice the Task issue type icon which means the table is grouped by the issue type. This way using different customisation you can define the way of displaying issues from the given release.

Excerpt
nameSequential layout

Sequential layout

Selecting equential layout presents the selected fields (from the Fields tab) in a sequenced format. The desired layout needs to be designed within the area highlighted below.

seq1.jpg

Here, the design is simply a sequence of available variables. These variables are displayed based on what fields you have chosen on the Fields tab.

seq2.png

Any fields that you have selected to be used, can be arranged in any order you wish. For every field that is configured under Fields tab on the left, there will be two variables on the right. One that will fetch the field value & other to fetch its display label. e.g. for Priority field, there are two variables - {priority} & {priorityLabel}.

Required condition is, you have to add fields & their configurations before they can be used in the Layout section. The layout created will be repeated for every issue that is returned by your section JQL. For example, layout in the above screenshot will generate data that looks like the below screenshot.

seq3.png

In below image check the check box called Hide field label variable when the field value is empty. If this is checked, and if the JQL does not fetch any data in the field value against a particular issue, then it hides the field variable and you can make sure that the release notes do not look like an incomplete piece of information.

sequencial layout.png
Info

If you are using Priority, Status, Issue type in your layout - the generated Email/PDF could be a bit misaligned because these issue fields are images.

To avoid this, modify the field configuration for these fields - and check the box Display as text.

Excerpt
nameGroup by option in layouts

How to sort 'Group-by’ fields in a JQL section

The Order by clause in JQLs respects the sorting of Group by fields as well. This means that groups created by the Group by fields in the JQL section can be ordered in the desired sequence. Additionally, you can now choose where to place orphan elements of the respective Group by field. This update provides greater flexibility and control over the organization of your data.

Here is an example:

  • There is JQL section with the Components field as a group-by field.

grp by.png
  • So the Jira issue data returned by this JQL section will be grouped by the value of their component.

  • If you want those groups to appear in a certain order (ascending or descending), then you should include the group-by field (Components field in this case) in the Order by clause of the JQL like this

compo.png
  • This will automatically order the groups created by the Group-by’ field in the order defined in the JQL.

  • You can include multiple fields in the order by clause of the JQL and the order of all such fields will be honored in the output of that JQL section.

Orphan elements

  • Now if there are any Jira issues where the value of the Components field is blank, such issues are called orphans.

    • By default, the orphan issues are placed at the bottom of the group.

    • However, you can choose to place them at the top of the group.

    • Navigate to the field customization menu of the concerned group by field to choose where the orphan issues should be placed.

orph.png

JQL section for MS PoperPoint template

Excerpt
nameJQL section MS PowerPoint

Introduction

The JQL functionality in MS PowerPoint operates uniquely compared to other templates such as Email and HTML.

Below, we elaborate on the process of incorporating a JQL section for creating release notes and reports in MS PowerPoint format.

Excerpt
nameJQL section MS PowerPoint

The JQL section in MS PowerPoint template has three tabs -

  • Section

  • Fields

  • Available variables

Section

This tab contains only JQL that will fetch Jira issues and their details to your release notes or reports.

JQL ppt.png

Fields

This tab is to display what all Jira issue fields/custom fields that are to be added to your release notes and reports. This will generate a sequential layout by default in PowerPoint slides, selected fields will be listed in the sequence you have added them.

Feilds PPT.png

As shown in the below image, ⚙️ icon in front of each selected field would show some extra settings listed below -

Fields ppt1.png
  • Display as text -

    • If checked, value will be displayed as text

    • In case of Description field, if this setting is checked, value of this field will be displayed as text ignoring any media files and links in the content fetched from the Jira issue content. Currently MS PopwerPoint template does not support images from the Jira issue content.

Field PPT2.png
  • Hide field label variable when the field value is empty -

    • When checked, if the field value is empty, the field label variable shall also be kept empty in the sequential layout.

Available variables

  • All the Jira issue variables and custom field variables that you have added from the Fields tab are displayed in this tab. So it becomes easy to track all the variables you need to add to the slide that you want to upload in MS PowerPoint template editor.

variables ppt.png
Tip

Make sure you are adding the Jira issue variables that are included in the PowerPoint presentation you are going to upload in this template.

JQL section in MS Teams template

Excerpt
nameMS Teams JQL section

Introduction

The JQL functionality in MS Teams template operates uniquely compared to other templates such as Email,HTML, etc.

Below, we elaborate on the process of incorporating a JQL section for creating release notes and reports in MS Teams template.

The JQL section in MS Teams template has three tabs -

  • Section

  • Fields

  • Layout

Section

In the section tab you will find below fields to define the content that will be posted in the release notes.

sections.pngImage Added
  • Title - This text will be shown as a section header of the Jira issue list fetched using the given JQL section.

  • Description - This fields can contain the description of your given JQL section.

  • JQL - This field is where you add the JQL to fetch the relevant issues to your release notes

  • Hide section (checkbox) - Check if you wish to hide the JQL section when given JQL does not return any Jira issues

    • Message - When the checkbox is unchecked, write a message that needs to be displayed when no issues are returned from the given JQL.

Fields

This tab is to display what all Jira issue fields/custom fields that are to be added to your release notes and reports. These fields be added as columns if you are using a table layout or selected fields will be listed in the sequence you have designed in the layout tab when sequential layout is selected.

Field.pngImage Added

As shown in the below image, ⚙️ icon in front of each selected field would show some extra settings -

field seyttings.pngImage Added
  • Display as text -

    • If checked, value will be displayed as text

    • In case of Description field, if this setting is checked, the value of this field will be displayed as text ignoring any media files and links in the content fetched from the Jira issue content.

Note

Currently, MS Teams template does not support images from the Jira issue content.

  • Hide field label variable when the field value is empty -

    • When checked, if the field value is empty, the field label variable shall also be kept empty in the sequential layout.

Layout

Table layout

This layout is fairly straightforward & does not need any additional configurations. All the fields that are selected in Feilds tab (as shown in the above image), will be displayed as table columns from left to right.

layout table.pngImage Added

Sequestial layout

Selecting equential layout presents the selected fields (from the Fields tab) in a sequenced format. The desired layout needs to be designed within the area highlighted below.

layout seq.pngImage Added

In above image, the design is simply a sequence of Key, Priority, and Status fields from Jira issues, . These fields are displayed based on what fields you have chosen on the Fields tab.

Any fields that you have selected to be used, can be arranged in any order you wish. For every field that is configured under Fields tab on the left, there will be two variables on the right. One that will fetch the field value & other to fetch its display label. e.g. for the Priority field, there are two variables - {priority} & {priorityLabel}.

seq.pngImage Added

Required condition is, you have to add fields & their configurations before they can be used in the Layout section. The layout created will be repeated for every issue that is returned by your section JQL. For example, layout in the above screenshot will generate data that looks like the below screenshot.

seq1.pngImage Added

On this page

Table of Contents
maxLevel6
minLevel2
outlinefalse
stylesquare
typelist
printablefalse

Iframe
scrollingauto
srchttps://form.typeform.com/to/loItQqk5#url=xxx
width350
frameborderhide
alignmiddle
height250

Request support👨‍💻

Leave us a review(green star)