See https://support.esign-app.com for eSign Documentation and Support

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 6 Next »

Jira Search can also be used to find issue signatures in various states. eSign includes several read-only eSign Custom Issue Fields that can be used for search, or exported.

Advanced Searches using eSign Custom Fields

Example #1: Signatures Started but not yet Finalized

project = "DEMO" and "Signature Count" > 0 and "Signatures Finalized" is empty

Example #2: Signatures Finalized since the beginning of the month

project = "DEMO" and "Signatures Finalized" >= startOfMonth()

Example #3: Issues that have not been signed

project = "DEMO" and "Signed On" is empty

Example #4: All Issues that contain signature data

"Signature Count" is not empty

JQL Search

Users can utilize JQL search keywords to search for pending signatures (by User or Count). This will allow administrators to configuring scheduled Jira filters to find issues with pending signatures and send periodic reminders to the Invited users.

# Example: Find issues where the current user has incomplete signatures
Status != 'Closed' and eSignPendingUsers = currentUser()

# Example: Find open issues with pending signatures
Status = 'Open' and eSignPendingCount > 0

  • No labels