Custom JQL functions
This page provides information about custom JQL Functions.
You can find these functions on the issue explorer screen
This function is experimental and, in some cases, could show incorrect results.
We have included the following JQL functions to give our customers a quick way to find and filter their issues with the Herzum approval data, any of the functions need parameters.
issue IN issuesPendingHerzumApproval()
This function returns issues with some or all of their approvals pending
issue IN issuesApprovedHerzumApproval()
This function returns issues with some or all of their approvals approved
issue IN issuesRejectedHerzumApproval()
This function returns issues with some or all of their approvals rejected
issue IN pendingAutomaticTransitioning()
This function returns issues with automatic workflow transitions enabled in their approval mapping settings.
issue IN pendingCommentRequired()
this function returns issues with Require Approval Comment enabled in their approval mapping settings.
issue IN pendingConditionalRule()
this function returns issues with Condition Enabling Approval enabled in their approval mapping settings.