Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,556,693
Community Members
 
Community Events
184
Community Groups

Can someone tell me how to find the Team ID which is associated with the Advanced Roadmaps ?

Edited

In the confluence filter we need to add the team ID, can some one guide on how I can find this.

2 answers

2 accepted

7 votes
Answer accepted

Follow the steps (I am using Chrome):

  1. go to Plans menu and click on Manage Shared Teams
  2. right cklick on the page and select Inspect / Networks
  3. do the search for the Team (Example "App")
  4. select tha last outcome ("find") and on the Response you will have all the Teams with this word
  5. format the outcome (in Nodpad++) and search for the right team to get the id

 

image.pngimage.png

You saved my life! Been trying to find this for ages now!

Truly a lifesaver!
Thanks for this, Ferenc.

5 votes
Answer accepted

Hi Guys, I found that if you try to add the team name in JQL filter query then it automatically gets conveyed to Team ID. 

Be carful of the outcome as if you have multiple teams with portion of the name will bring the first oucome.

Example:

  1. create App_Team1 -> id = 1
  2. create App_Team2 -> id = 2
  3. create App -> id = 3
  4. JQL search (Advance mode): Team = App -> will give back --> Team = 1

Expected outcome is Team = 3 but the actual result Team = 1

Like ernest.heredia likes this

Suggest an answer

Log in or Sign up to answer