---
title: "ES - Using JQL functions"
canonical: "https://support.appfire.com/space/ESF/17498569/ES%20-%20Using%20JQL%20functions"
format: markdown
---
> Macro (aura-html)

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?

[ES - Using Electronic Signatures](https://appfire.atlassian.net/wiki/spaces/ESF/pages/17498259)