Release Notes v2.5.69-AC

Overview

Product

Version

Smart Checklist for Jira. Free

v2.5.62-AC

Smart Checklist for Jira. Pro

v2.5.69-AC

  • new Change Linked templates order

  • new Search for particular checklist items in a particular status

  • IMPROVED Handling race conditions for applying a checklist/template from Automation for Jira

  • fixed Minor defects

Details

Change Linked templates order

You can now control and manage the order of linked templates assigned to default issue types, just as you do with non-linked templates, using the Manage Order button in Smart Checklist Project Settings or in the Templates pop-up on the Issue view.

Please note the following:

  • Changing the order of linked templates will also affect their order in issues that have already been created.

  • The order change does not apply to the Checklists custom field and issue properties.

  • If both linked and non-linked templates are assigned to the same issue type, non-linked templates will always be displayed first, followed by the linked templates, regardless of the selected order.

Search for particular checklist items in a particular status

A new custom JQL function is available to search for checklist items in a specific status.

Syntax:

issue in checklistItemStatus("Item Content", "Done")

Search works only for an exact match of the value in"Item Content"

Handling race conditions for applying a checklist/template from Automation for Jira

If you want to append a template or checklist through an automation rule, a new syntax is now available for use in the Set Entity Property action.

To append templates to issues, use the following syntax:

<% mode: append %> {{project.properties."com.railsware.SmartChecklist.templateId.86285"}}

This syntax is useful in the following scenarios:

  • You already have a checklist applied to the issue and want to append a checklist or template based on different conditions.

  • You are adding a checklist from the Issue Create screen to the Checklists custom field and have an automation rule to append a checklist or template on the Issue Created trigger.