Jira Search can also be used to find issue signatures in various states.
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 1: Find issues where the current user has incomplete signatures Status != 'Closed' and eSignPendingUsers = currentUser() # Example 2: Find open issues with pending signatures Status = 'Open' and eSignPendingCount > 0