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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.