Tasks
The Tasks feature in Jadawel provides a comprehensive task management system for tracking work, assignments, and workflows across your organization.
Overview
Tasks in Jadawel help teams organize work, assign responsibilities, and track progress. The system supports both simple task management and complex workflows with master-branch task relationships.
Navigate to /tasks to view all tasks or /my-tasks to see tasks assigned to you.
Key Features
Task Types
Master Tasks
Master tasks serve as templates or parent tasks that can spawn multiple branch tasks:
- Define task structure and workflow
- Set default properties for branch tasks
- Track overall progress across all branches
- Accessible at
/addTaskor/edit-task/:masterTaskId/:branchId
Branch Tasks
Individual task instances derived from master tasks:
- Inherit properties from master task
- Can be customized independently
- Report progress back to master task
- Viewable at
/task/:masterTaskId
All Tasks
View all tasks in your workspace at /tasks:
- Complete list of all tasks
- Filter by status, assignee, priority
- Sort and organize tasks
- Bulk operations
My Tasks
Personal task view at /my-tasks:
- Tasks assigned to you
- Tasks you created
- Tasks youβre watching
- Personal productivity dashboard
Getting Started
To start using tasks:
- Explore Task Views: Visit
/tasksfor all tasks or/my-tasksfor your personal tasks - Create Your First Task: Learn about creating tasks
- Understand Workflows: Learn the master-branch concept
- Manage Tasks: Track progress and collaborate
Related Pages
- Creating Tasks: Step-by-step guide to creating master and branch tasks
- Managing Tasks: Track, update, and organize your tasks
- Task Collaboration: Work with your team on tasks
Quick Actions
From the tasks page, you can:
- Create new master or branch tasks at
/addTask - View and edit tasks
- Filter and search tasks
- Update task status
- Assign tasks to team members