Skip to end of banner
Go to start of banner

_ESF - Configuring JQL functions

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »


Configuring 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’)
signedIssues(‘user’, ‘jdoe’)
signedIssues(‘>’, ‘date’)

  • issue in unsignedIssues(Project name) - returns all unassigned tasks from Project X.

unsignedIssues()
unsignedIssues(‘project’, ‘Project name’)

What's next?

ESF - Using Electronic Signature Fields

  • No labels