Release Notes v2.5.68-AC

Overview

Product

Version

Smart Checklist for Jira. Free

v2.2.61-AC

Smart Checklist for Jira. Pro

v2.5.68-AC

  • NEW [JQL] Search by Relative Date

  • IMPROVED JCMA process improvement

  • FIXED Minor defects

Details

[JQL] Search by Relative Date

Starting from v2.5.68-AC search for issues by a relative due date in the checklist item is available.

Search for issues using the syntax below:

issue.property[SmartChecklist].itemsDates = '2024-07-04' - return all issues where there is at least one checklist item with exact date 2024-07-04;

issue.property[SmartChecklist].itemsDates > '2024-07-04' - return all issues where there is at least one checklist item with date more than 2024-07-04;

issue.property[SmartChecklist].itemsDates < '2024-07-04' - return all issues where there is at least one checklist item with date less than 2024-07-04;

Available operators could be used: >, >=, <, <=, =, !=.

Before using this feature make sure you have updated add-on to v2.5.68-AC version or higher.

Please note that old syntax for searching the exact date will not work with this update:
issue.property[SmartChecklist].itemsDates ~ ‘2024-07-04'
Use now only '=’ sign to find exact date item:
issue.property[SmartChecklist].itemsDates = ‘2024-07-04'

Date format used in JQL search should match the following date format: 'YYYY-MM-DD' or 'YYYY/MM/DD' (‘2024-07-04’ or ‘2024/07/04’)
For checklist items use only following date format: 'YYYY-MM-DD' (‘2024-07-04’)