Find list of Team Managed Projects

お困りですか?

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

コミュニティに質問


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

要約

We may come across the scenario where the customer would like to pull out details of the Team Managed Project currently present in the instance; for now, there is no way available for extracting the list of Team-managed Project projects.

環境

Jira Cloud.

診断

We cannot sort the list of projects in the front-end, so it won't be possible for users to filter the list out. Also, we can't export the list from there.

原因

N/A

ソリューション

We can run the below JQL query on the database to pull out the list of Team Managed projects.


JQL Query
select id, pname as "project name", pkey as "project key", status
from project
where simplified = true
order by pname
最終更新日 2024 年 4 月 22 日

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

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