Hello,
I have created shared team, and used it. Ticket have been closed wit this specific team.
Now I have deleted this shared team, but the team is still existing when searching, and even when I create new tickets. This is confusing.
How can delete a shared team permanently?
A related questions; how can I see in which plans a shared team is used?
Thanks in advance, and kind regards,
Hans
Hi @Hans Meijer THe below KB article might help you get the details about how to completely delete the shared teams
https://confluence.atlassian.com/jiraportfolioserver/deleting-teams-966066123.html
https://confluence.atlassian.com/jiraportfolioserver/managing-shared-teams-802170492.html
For how can I see in which plans a shared team is used?
There is no easy way to get the list plan list where shared teams are used, But you can run below SQL queries to get the plans where shared team is used.
Team = 32
select "PLAN_ID" from "AO_D9132D_PLANTEAM" where "TEAM_ID"='32';
select "TITLE" from "AO_D9132D_PLAN" where "ID"=1224;
https://your-jira-url/secure/PortfolioPlanView.jspa?id=1224&sid=1224&vid=4836#plan/backlog
Please try and let me know how it goes.
Thanks
Ravina
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register NowOnline 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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.