Find work items with attached forms using JQL in Jira Cloud
Platform Notice: Cloud Only - This article only applies to Atlassian apps on the cloud platform.
Summary
Here is a way to use JQL to get a list of work items that use forms and have values inside them. This JQL will give you the actual work items where Forms are being used and not just Enabled.
Solution
Use "Total Forms" in JQL
One can run the below JQL to find all the work items that have either a Locked, Open, Submitted, or any kind of Form:
"Total forms" > 0See the types of forms used on each work item
Once you run the above JQL:
Select the Columns icon
Enable all of the following columns in your search results:
Locked Form
Open Form
Submitted Form
Total Forms
Select DONE
The search results page will now include details about which type of forms are attached to each work item.
Updated on April 21, 2026
Was this helpful?
Still need help?
The Atlassian Community is here for you.