Skip to end of banner
Go to start of banner

ESF - Using 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 7 Next »

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 some examples: 'Jul 14, 2020')
signedIssues(‘user’, ‘jdoe’)
signedIssues(‘>’, ‘date’) (where date is your Jira date format. Here is some examples: 'Jul 14, 2020')

  • issue in unsignedIssues() - returns all unassigned tasks.

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

What's next?

ESF - Using Electronic Signature Fields

  • No labels