Actions126
- User Actions
- Group Actions
- Content Actions
- Post Actions
- Comment Actions
- Like Actions
- Activity Actions
- Notification Actions
- Space Actions
- Calendar Actions
- CFile Directory Actions
- CFile Actions
- CFile Item Management Actions
- Survey Actions
- Task Actions
- Task List Actions
- Wiki Page Actions
- Mail Conversation Actions
- Mail Entry Actions
- Mail Recipient Actions
- Session Actions
- File Actions
- Space Membership Actions
- Topic Actions
- Survey Answer Actions
- Survey Answers Actions
- Wiki Page Revision Actions
- Mail Tag Actions
Overview
This node operation creates a new task list within a specified content container in the HumHub platform. It allows users to define the task list's name, color, and whether the list should be hidden after all tasks are completed. This operation is useful for organizing tasks into categorized lists, enhancing task management and visibility within a project or workspace.
Use Case Examples
- Creating a task list named 'Development Tasks' with a blue color in a project container to organize development-related tasks.
- Creating a task list that automatically hides once all tasks are completed to keep the workspace clean and focused.
Properties
| Name | Meaning |
|---|---|
| Authentication | Method of authentication to use for the API request (Basic Auth or JWT Token). |
| ID | The ID of the content container where the task list will be created. |
| Name | The name of the task list to be created. |
| Color | The color assigned to the task list for visual identification. |
| Hide If Completed | Boolean flag indicating if the task list should be hidden after all tasks are completed. |
Output
JSON
TaskListname- Name of the created task list.color- Color of the created task list.
TaskListSettingshide_if_completed- Flag indicating if the task list is hidden after completion.
id- ID of the content container where the task list was created.
Dependencies
- Requires authentication credentials: either Basic Auth or JWT Token for HumHub API.
Troubleshooting
- Ensure the content container ID is valid and accessible; invalid IDs will cause API errors.
- The 'Name' property is required; omitting it will result in an error.
- If the 'Hide If Completed' property is not a boolean, the API may reject the request.
- Authentication failures can occur if credentials are incorrect or expired; verify credentials before use.
Links
- HumHub API Documentation - Tasks - Official API documentation for managing tasks and task lists in HumHub.
