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 17 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() 

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.

 

Example

pendingForGroupNotifiedApproval(

 

 

 

The pendingForGroupNotifiedApproval(<Group>) JQL function returns all issues having at least one notified approval request in 'Pending' status for the specified Group.

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

JIRA search screen detail view

The rejectedForApprovalStatus() JQL function retuns all issues having at least one approval request in 'Rejected' status.

JIRA search screen detail view

The myRejectedApproval() JQL function retuns all issues having at least one approval request that has been 'Rejected' by the logged user.

JIRA search screen detail view

The approvedForApprovalStatus() JQL function returns all issues having all approval requests in 'Approved' status

JIRA search screen detail view

The approvedOrAbstainedStatus() JQL function returns all issues having all approval requests in 'Approved' or 'Abstained' statuses

JIRA search screen detail view

The myApprovedApproval() JQL function returns all issues having at least one approval request that has been 'Approved' by the logged user.

JIRA search screen detail view

The myApprovedOrAbstainedStaus() JQL function returns all issues having at least one approval request that has been 'Approved' or 'Abstained' by the logged user.

JIRA search screen detail view

The pendingAutomaticTransitioning() JQL function returns all issues configured to be automatically transitioned on reached approval.

JIRA search screen detail view

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

JIRA search screen detail view

The failedAutomaticTransitioning() JQL function returns all issues not automatically transitioned due to conditions and validators have not been validated.

JIRA search screen detail view

 

  • No labels