Apps documentation
Electronic Signature for Jira
Electronic Signature for Jira
Documentation
FAQ
Release notes
Last updated Aug 25, 2021

JQL for Electronic Signature

Learn how to search for issues that contain Electronic Signature

Info

Before you start, log in as a user with the Jira Administrators global permission.

The app provides two dedicated JQL queries for searching Jira issues that contain the Electronic Signature custom field:

  • issue in signedBy("") - for searching issues signed by a specific user
  • issue in esSigned("") - for searching issues signed by a defined number of users
Note

Remember to always put query parameters in straight quotation marks (either " " or ' ').

Examples

Syntax Example Description
issue in signedBy("username") issue in signedBy("jsmith") Returns issues signed by the specified user. Works with the Jira username.
issue in esSigned("number of unique signatures") issue in esSigned("1") Returns issues signed off by the defined number of unique users. It includes cases where the same user has given multiple signatures in multiple Electronic Signature custom fields within one issue.
Need help?

If you can’t find the answer you need in our documentation, raise a support request.
Include as much information as possible to help our support team resolve your issue faster.