SOLVED

Tasks by Planner and To Do is not picking up the name which are already created via api

Copper Contributor

Here, I am building the plan in Microsoft Teams Planner from my codebase using Microsoft API's

 

Also, we can create a plan from the UI which Microsoft provides.

 

So, the confusion here is, let say I create a new plan with the name Plan from my codebase. With that, I can still create the plan from Tasks by Planner and To Do tab UI with the same name as Plan.

 

gaurav_gupta_0-1620905403603.png

Also, I create two plans with the case for example Tasks and tasks are considered as different 

 

gaurav_gupta_1-1620905528422.png

 

So, the above is normal behaviour or something is wrong with my interpretation

 

1 Reply
best response confirmed by ThereseSolimeno (Microsoft)
Solution

@gaurav_gupta to the best of my knowledge, this is normal behavior.  You can create multiple boards with the exact same name because the board name is not a unique identifier.  

 

For example, I can open a board in the Planner web app, and use the "Copy Plan" function to create an exact duplicate of my board in the same M365 Group.  Also, you can find the board ID in the export file.

AlexH980_1-1620912368459.png

 

AlexH980_0-1620912033119.png

 

1 best response

Accepted Solutions
best response confirmed by ThereseSolimeno (Microsoft)
Solution

@gaurav_gupta to the best of my knowledge, this is normal behavior.  You can create multiple boards with the exact same name because the board name is not a unique identifier.  

 

For example, I can open a board in the Planner web app, and use the "Copy Plan" function to create an exact duplicate of my board in the same M365 Group.  Also, you can find the board ID in the export file.

AlexH980_1-1620912368459.png

 

AlexH980_0-1620912033119.png

 

View solution in original post