/
ES - Using JQL functions
ES - Using JQL functions
The following custom JQL functions enable you to expand your search in Jira:
- issue in signedIssues() - returns all signed tasks.
signedIssues()
signedIssues(‘project’, ‘Project name’)
signedIssues(‘project’, ‘Project name’, ‘>’, ‘date’) (where date is your Jira date format. Here is the example: 'Jul 14, 2020')
signedIssues(‘user’, ‘jdoe’)
signedIssues(‘>’, ‘date’) (where date is your Jira date format. Here is the example: 'Jul 14, 2020')
- issue in unsignedIssues() - returns all unassigned tasks.
unsignedIssues()
unsignedIssues(‘project’, ‘Project name’)
What's next?
Related content
ES - PIN Validator Field
ES - PIN Validator Field
Read with this
ES - Using JQL functions
ES - Using JQL functions
More like this
ES - Requesting specific group or user to sign
ES - Requesting specific group or user to sign
Read with this
PU - Using JQL functions
PU - Using JQL functions
More like this
ES - Post function to copy signers from Electronic signatures to Jira users custom field
ES - Post function to copy signers from Electronic signatures to Jira users custom field
Read with this
Getting started with JQL Search Extensions
Getting started with JQL Search Extensions
More like this