Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Advanced Searches using eSign Custom Fields

Example #1: Signatures Started but not yet Finalized

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

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

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

Example #3: Issues that have not been signed

Code Block
project = "DEMO" and "Signed On" is 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.

...