Set up Checklists and Labels
Optionally, you can set checklists and labels within a created task using the template. Along with checklists and labels, you can set categories for your task based on priority.
Important: To customize the Checklist and Labels, you need to have the following Delegated permissions:
Tasks.ReadWrite
Group.ReadWrite.All
Click on Administration.
Click on Template Editor. The following screen displays:
Sample JSON representation
{
"name": "Plan",
"buckets": [{
"name": "Dev",
"orderhint": " !",
"tasks": [{
"name": "Create a new project",
"assignments": ""
}, {
"name": "Create a new meeting",
"applyCategory1": true,
"applyCategory6": true,
"assignments": "",
"checklistItems": [{
"title": "checklist project1",
"isChecked": true,
"orderHint": " !"
}, {
"title": "checklist project2",
"isChecked": false,
"orderHint": " !"
}, {
"title": "checklist project3",
"isChecked": true,
"orderHint": " !"
}
]
}
]
}, {
"name": "QA",
"orderhint": " !",
"tasks": [{
"name": "Create a new QA project",
"assignments": "",
"description": "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum",
"checklistItems": [{
"title": "checklist1",
"isChecked": true,
"orderHint": " !"
}, {
"title": "checklist2",
"isChecked": false,
"orderHint": " !"
}, {
"title": "checklist3",
"isChecked": true,
"orderHint": " !"
}
]
}, {
"name": "Create a new QA status meeting",
"assignments": "",
"applyCategory1": true,
"applyCategory3": true,
"description": "Sunny Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum",
"checklistItems": [{
"title": "checklist QA1",
"isChecked": true,
"orderHint": " !"
}, {
"title": "checklist QA2",
"isChecked": false,
"orderHint": " !"
}, {
"title": "checklist QA3",
"isChecked": true,
"orderHint": " !"
}
]
}
]
}
],
"appliedCategories": {
"category1": "Test1",
"category2": "Test2",
"category3": "Test3",
"category4": "Test4",
"category5": "Test5",
"category6": "Test6"
}
}
| | |
---|
name | Test | Specifies the Planner name |
bucket | NA | Specifies collection of tasks |
name | ClientMatter | Specifies bucket name |
orderhint | 1 | Specifies the sort order/priority |
tasks | | Add task under selected bucket |
name | Create a new project | Specifies the task name |
description | Lorem Ipsum is simply dummy text of the printing and typesetting industry. | Specifies the description or notes or comments of specific task |
applyCategory1 | True | Specifies the boolean value which applies to task. Applicable values - True or False |
checklistItems | | Specifies collection of task items |
title | checklist project1 | Specifies the name of the task item |
isChecked | False | Specifies the progress of the task item and provides boolean value. Applicable values - True or False |
Click the Save button to create a planner with buckets and tasks in Teams as shown in the following screenshot: