Using JQL to find issues that have forms

このページの内容

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

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

詳細検索

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

最終更新日 2024 年 6 月 14 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.