特定のプロジェクトに関連する課題を絞り込むためのフィルターについてのSQLはありますか?
以下に示すSQL文を用いることで、特定のプロジェクトを参照しているフィルターを取得することが可能です。
select * from searchrequest where reqcontent like '%プロジェクト名%';
注:このドキュメントの内容は、Jira Data Centerのバージョン8.22.4で動作検証を行っています。バージョンによっては、仕様が異なる可能性がありますのでご了承ください。
Tomoya Suzuki
Support Engineer
Atlassian
Yokohama
1 accepted answer
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
0 comments