How to filter inactive users without using add-ons

お困りですか?

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

コミュニティに質問

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

要約

This is an easy way to search for inactive users without having to install third-party add-ons, just using JQL. Since this solution runs in JQL, you can adapt your query as it better suits your needs using the function inactiveUsers() i.e.: search by project, issues in a specific status, etc.

There has been a feature request for this (JRACLOUD-29149 - Filter out inactive users in the Users list), but it was not implemented. You can filter using JQL (Jira Query Language).

ソリューション

Filter inactive assignees:

assignee in inactiveUsers() ORDER BY assignee ASC

Filter inactive reporters:

reporter in inactiveUsers() ORDER BY assignee ASC


(plus) You can use this function for other User picker fields as well such as Request Participants

注意

If you are looking to search within JQL for a specific user inactive user, while you cannot search by name, you can still use the Atlassian Account ID or in some cases the user's email address to locate Jira issues relating to them.





最終更新日: 2025 年 1 月 28 日

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

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