Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 21 Next »

This page provides information about Approval JQL Functions.

 

 

 

Select an Approval JQL Function from the Approval Filters list

The JIRA menu bar includes the Approval menu allowing to select one of the Herzum Approval JQL Function into the APPROVAL FILTERS section.

Use the Approval JQL Functions into an advanced search

You are able to use the Herzum Approval JQL Functions into an advanced search just typing it.

1

From the JIRA header, click Issues -> Search for Issues

Search for Issues tab

2

Click Advanced to switch the form to advance search mode using JQL.

Search screen

3

Enter an Approval JQL function

Search screen

4

Click the search icon to run the search. The list of issues appears.

JIRA search screen list view

You combine combine the Herzum Approval JQL Functions with any another admissible search statement. 

List of Herzum Approval JQL Functions

pendingForApproval() 

This function returns all issues having at least one approval request in 'Pending' status.

This function doesn't take any arguments.

issue in pendingForApproval()
Admissible operators include IN and NOT IN.

Example

pendingForUserApproval() 

This function returns all issues having at least one approval request in 'Pending' status for the specific user. 

This function expects the argument username.

issue in pendingForUserApproval(<username>) 
Admissible operators include IN and NOT IN.

Example

PendingNotifiedApproval() 

This function returns all issues having at least one notified approval request in 'Pending' status.

This function doesn't take any arguments.

issue in PendingNotifiedApproval() 
Admissible operators include IN and NOT IN.

Example

PendingUserNotifiedApproval()

This function all issues having at least one notified approval request in 'Pending' status for the specific user.

This function expects the argument username.

 

issue in PendingUserNotifiedApproval(<username>) 

Admissible operators include IN and NOT IN.

Example

myPendingApproval() 

This function returns all the issues having at least one approval request waiting for logged user approval action.

 This function doesn't take any arguments.

issue in myPendingApproval()
Admissible operators include IN and NOT IN.

Example

 

myPendingNotifiedApproval() 

This function returns all the issues having at least one notified approval request waiting for logged user approval action.

issue in myPendingNotifiedApproval() 
Admissible operators include IN and NOT IN.

Example

 

pendingForGroupApproval()

The function returns all issues having at least one approval request in 'Pending' status for the specified Group.

issue in pendingForGroupApproval("<Group>") 

The search for issue in pendingForGroupApproval("") returns all issues having at least one notified approval request in 'Pending' status for every Group.

Admissible operators include IN and NOT IN.

Example

pendingForGroupNotifiedApproval()

The function returns all issues having at least one notified approval request in 'Pending' status for the specified Group.

issue in pendingForGroupNotifiedApproval("<Group>") 
The search for issue in pendingForGroupNotifiedApproval("") returns all issues having at least one notified approval request in 'Pending' status for every Group.
Admissible operators include IN and NOT IN.

Example

rejectedForApprovalStatus()

This function returns all issues having at least one approval request in 'Rejected' status.

Admissible operators include IN and NOT IN.

Example

myRejectedApproval()

This function returns all issues having at least one approval request that has been 'Rejected' by the logged user.

Admissible operators include IN and NOT IN.

Example

approvedForApprovalStatus()

This function returns  all issues having all approval requests in 'Approved' status.

Admissible operators include IN and NOT IN.

Example

approvedOrAbstainedStatus() 

This function returns all issues having all approval requests in 'Approved' or 'Abstained' statuses.

Admissible operators include IN and NOT IN.

Example

myApprovedApproval() 

This function returns all issues having at least one approval request that has been 'Approved' by the logged user.

Admissible operators include IN and NOT IN.

Example

myApprovedOrAbstainedStaus()

This function returns all issues having at least one approval request that has been 'Approved' or 'Abstained' by the logged user.

Admissible operators include IN and NOT IN.

Example

pendingAutomaticTransitioning() 

This function returns all issues configured to be automatically transitioned on reached approval.

Admissible operators include IN and NOT IN.

Example

defineApproval()

This function returns all issues configured with specific approvals (not following the overall approval mapping). 

Admissible operators include IN and NOT IN.

Example

failedAutomaticTransitioning()

This function returns all issues not automatically transitioned due to conditions and validators have not been validated.

Admissible operators include IN and NOT IN.

Example

 

 

 

  • No labels