Using JQL to find issues that have forms

On this page

Still need help?

The Atlassian Community is here for you.

Ask the community

Jira Query Language (JQL) expressions are extremely useful for any Jira administrator to conduct searches, build reports and create automation rules. It's possible to use JQL to find Jira issues which contain ProForma forms. 

The JQL field used is issueFormsVersion.

To search for issues which have at least one form attached, you can use the expression:

issueFormsVersion > 0

Advanced Searching

Combine this foundation with other JQL expressions for advanced search capability. For example, to search for issues which contain a ProForma form and were created within the last month:

issueFormsVersion > 0 AND createdDate > startOfMonth()

Learn how to use JQL advanced searching

Last modified on Jun 14, 2024

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.