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.