JQL to get issues that have same reporter and assignee

お困りですか?

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

コミュニティに質問

プラットフォームについて: Cloud のみ - この記事は クラウド プラットフォームのアトラシアン製品に適用されます。

要約

JQL to get issues that have the same reporter and assignee. 

環境

Jira Cloud

診断


There is no built-in function in Jira Query Language that helps in pulling the issue of who is the assignee and reporter at the same time.

ソリューション

In Jira Cloud, there is no possibility that you can use the assignee field and reporter field in the same parameter(i.e. assignee=reporter) in order to create the JQL filter.

However, you can use some third-party plugin like JQL Search Extensions for Jira & reports.

After installation of the third-party plugin, the below query will help you to get the required results and get all issues where the assignee and reporter are the same.


JQL
hasSameAssigneeAndReporter = "true"





最終更新日 2023 年 8 月 31 日

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

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