Skip to content

Insufficient documentation for planner task list when fetching all plan tasks #3347

@Jwaegebaert

Description

@Jwaegebaert

The command planner task list contains insufficient information under the heading Options. Mainly when a user wants to retrieve all the tasks of a plan.
For planId and planName, it states that they can only use them in conjunction with bucketName. This isn't the case. If they want to retrieve all the tasks of a plan they shouldn't include bucket information. Here I propose to change the documentation to the following.

Option Description
--planId [planId] ID of a plan to list the tasks of. To retrieve all tasks from a plan, specify either planId or planName but not both. Use in combination with bucketName to retrieve tasks from a specific bucket.
--planName [planName] Name of a plan to list the tasks of. To retrieve all tasks from a plan, specify either planId or planName but not both. Always use in combination with either ownerGroupId or ownerGroupName. Use in combination with bucketName to retrieve tasks from a specific bucket.

https://pnp.github.io/cli-microsoft365/cmd/planner/task/task-list/

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions