planner bucket add
Adds a new Microsoft Planner bucket
Usage
m365 planner bucket add [options]
Options
-n, --name <name>Name of the bucket to add.
--planId [planId]ID of the plan to which the bucket belongs. Specify either
planId,planTitle, orrosterIdbut not multiple.--planTitle [planTitle]Title of the plan to which the bucket belongs. Specify either
planId,planTitle, orrosterIdbut not multiple.--rosterId [rosterId]ID of the Planner Roster. Specify either
planId,planTitle, orrosterIdbut not multiple.--ownerGroupId [ownerGroupId]ID of the group to which the plan belongs. Specify
ownerGroupIdorownerGroupNamewhen usingplanTitle.--ownerGroupName [ownerGroupName]Name of the group to which the plan belongs. Specify
ownerGroupIdorownerGroupNamewhen usingplanTitle.--orderHint [orderHint]Hint used to order items of this type in a list view. The format is defined as outlined here.
-h, --help [help]Output usage information. Optionally, specify which section of command's help you want to see. Allowed values are
options,examples,remarks,permissions,response,full. Default isoptions.--query [query]JMESPath query string. See http://jmespath.org/ for more information and examples.
-o, --output [output]Output type.
json,text,csv,md,none. Defaultjson.--verboseRuns command with verbose logging.
--debugRuns command with debug logging.
Remarks
When using rosterId, the command is based on an API that is currently in preview and is subject to change once the API reached general availability.
Permissions
- Delegated
- Application
| Resource | Permissions |
|---|---|
| Microsoft Graph | Tasks.ReadWrite, GroupMember.Read.All |
| Resource | Permissions |
|---|---|
| Microsoft Graph | Tasks.ReadWrite.All, GroupMember.Read.All |
Examples
Adds a Microsoft Planner bucket for a plan based on its ID with an order hint
m365 planner bucket add --name "My Planner Bucket" --planId "xqQg5FS2LkCp935s-FIFm2QAFkHM" --orderHint " !"
Adds a Microsoft Planner bucket for a plan based on its title and owner group name
m365 planner bucket add --name "My Planner Bucket" --planTitle "My Planner Plan" --ownerGroupName "My Planner Group"
Adds a Microsoft Planner bucket for a plan based on its Planner Roster ID
m365 planner bucket add --name "My Planner Bucket" --rosterId "RuY-PSpdw02drevnYDTCJpgAEfoI"
Response
- JSON
- Text
- CSV
- Markdown
{
"name": "My Planner Bucket",
"planId": "xqQg5FS2LkCp935s-FIFm2QAFkHM",
"orderHint": "8585363889524958496",
"id": "ttEB_Uj690STdR3GC1MIDZgANq1U"
}
id : ttEB_Uj690STdR3GC1MIDZgANq1U
name : My Planner Bucket
orderHint: 8585363889524958496
planId : xqQg5FS2LkCp935s-FIFm2QAFkHM
id,name,planId,orderHint
ttEB_Uj690STdR3GC1MIDZgANq1U,My Planner Bucket,xqQg5FS2LkCp935s-FIFm2QAFkHM,8585363889524958496
# planner bucket add --name "My Planner Bucket" --planId "xqQg5FS2LkCp935s-FIFm2QAFkHM"
Date: 27/12/2022
## My Planner Bucket (ttEB_Uj690STdR3GC1MIDZgANq1U)
Property | Value
---------|-------
name | My Planner Bucket
planId | xqQg5FS2LkCp935s-FIFm2QAFkHM
orderHint | 8585363889524958496
id | ttEB_Uj690STdR3GC1MIDZgANq1U