Release Notes v7.4.3
Overview
Product | Version |
Smart Checklist for Jira. Pro | 7.4.3 |
IMPROVED Support for standard Jira user and date functions in custom JQL functions
itemStatusDateAssignee()
anditemDate()
Details
Support for standard Jira user and date functions in custom JQL functions itemStatusDateAssignee() and itemDate()
Both custom JQL functions itemStatusDateAssignee()
and itemDate()
now support standard Jira user and date functions. These include:
Date Functions:
StartOfDay()
,endOfDay()
,now()
,startOfMonth()
,endOfMonth()
,startOfWeek()
,endOfWeek()
,startOfYear()
, andendOfYear()
User Functions: The
currentUser()
function is now supported in theitemStatusDateAssignee()
function, allowing dynamic filtering based on the currently logged-in user.
These updates make it easier to find issues with specific due dates and assignees dynamically and efficiently.
Examples:
"Smart Checklist" = itemStatusDateAssignee("TO DO", "endOfWeek()", "currentUser()")
- find issues with checklist items assigned to the logged-in user, with a status of "TO DO" and a due date at the end of the current week."Smart Checklist" = itemDate("now()")
- find issues with checklist items with today’s due date
Find more details in the following article → JQL Search Checklists