Skip to main content

Task Configuration

Route: /org/taskconfig · Permission: Page Access of Task Configuration Module: task_configuration · Header gear: Show Task Configuration in the header settings menu.


1. What Task Configuration is​

Task Configuration defines the vocabulary a project uses to describe its work — what a task can be called, how urgent it can be, what states it can occupy, how it may move between them, and how work is grouped for billing.

It is not where tasks are managed. Nothing on this screen touches a single task directly; it changes the options every task in the project can choose from.

Task ConfigurationTask Management
Route/org/taskconfig/org/tasks
ChangesThe optionsThe tasks
ScopeOne projectOne project
PermissionPage Access of Task ConfigurationView Tasks
Typical userProject admin, onceEveryone, daily
Effect of a changeEvery task in the projectOne task
Configuration is per project, not per organization

Every tab on this screen writes to /org/projects/{projectId}/config/…. Two projects in the same organization can — and usually do — have completely different statuses, types and priorities.

There is no organization-wide task vocabulary and no inheritance between projects. Setting up a second project means configuring it again from scratch.


2. How configuration spreads across the application​

Nothing here is cosmetic. Each tab feeds a specific control somewhere else.

TabFeedsPermission to manage
PrioritiesThe priority control on every task; grouping in list viewManage Task Priority
TypesThe type control; the icon shown on every cardManage Task Status and workflow
StatusesKanban columns, the status control, analytics bucketsManage Task Status
WorkflowWhich status transitions are legalManage Task Status
CategoriesTask grouping, supervisor routing, billable defaultManage task categories

3. The screen — step by step​

Step 1 · Open it​

Two routes in:

FromHow
Projects listThe Task Configuration button on /org/projects
Header settings gearPresent only if you hold Show Task Configuration in the header settings menu.
Figure 1 — Full hub, pips: 1 brand block, 2 project selector, 3 section rail, 4 content pane, 5 Exit Task Config.

Step 2 · Select a project​

The screen is a full-screen settings hub (SettingsHubShell) — the application header and sidebar are hidden while you are on it. Its rail carries a project selector, and until a project is chosen the content pane shows:

Select a Project — Choose a project from the rail to configure its tasks.

The hub hides the application header

Because the header is hidden, the in-app Docs button appears as a floating icon at the top right instead of in the header bar. The same is true of Project Details, Resolve Settings and the other isolated hubs.

Step 3 · Pick a section​

Five sections, in rail order:

#SectionIconTab value
1Task PrioritiesAlert circlepriorities
2Task TypesListtypes
3Task StatusCheck squarestatuses
4Task WorkflowGit branchworkflow
5Task CategoriesFoldercategories

The active section is written to the URL as ?tab=, so every section is directly linkable — /org/taskconfig?tab=workflow. An unrecognised value falls back to priorities.

Step 4 · Leave​

Exit Task Config in the rail returns you to /org/projects.


4. Field reference — the hub itself​

ControlTypeBehaviour
Project selectorRail dropdownSourced from the projects you can access. Nothing loads until one is picked
Section railFive entriesAlways all five — the rail does not hide sections you cannot manage
Full screen (Workflow only)ButtonExpands the canvas to a fixed overlay. Only rendered on the Workflow section
Exit Task ConfigButtonNavigates to /org/projects

5. The permission model — read is one gate, write is five​

This screen has an unusual shape, and it is the source of most confusion about it.

GatePermissionEffect
PagePage Access of Task ConfigurationWithout it the page renders Access Denied — "You do not have permission to view task configurations."
PrioritiesManage Task Priority
TypesManage Task Status and workflow
StatusesManage Task Status
WorkflowManage Task StatusShared with Statuses — there is no separate workflow permission
CategoriesManage task categories

Holding Page Access of Task Configuration alone gets you onto the page, and then every section shows:

You do not have permission to manage this configuration.

The rail always shows five sections

Sections are not hidden by permission. A user with only Manage Task Priority still sees all five rail entries and gets the permission message on the other four. That is deliberate — it tells the user the capability exists and who to ask — but it does mean the rail is not a reliable indication of what you can do.

Workflow and Statuses share one permission

Grant Manage Task Status and you have granted the workflow canvas too. There is no way to let someone rename a status without also letting them redraw the transition graph.


6. Downstream​

ChangeImmediate effect elsewhere
Add a statusA new Kanban column appears; a new node appears on the workflow canvas
Delete a statusThe column disappears. The workflow keeps no record of it
Reorder statusesKanban column order changes
Set a default typeNew tasks created without a type resolve to it
Delete a categoryTasks in it become uncategorised — they are not deleted
Toggle a category's billable flagApplies to new tasks only; existing tasks keep their flag

7. Don't confuse this with…​

ScreenRouteWhat it does
Task Configuration (this page)/org/taskconfigThe task vocabulary for one project
Project Details/org/projects/:idThe project itself — budget, team, locations, timesheet rules
Organization Settings/org/settingsOrganization-wide settings. Has no task tab
Resolve Settings/org/resolve/settingsThe service desk's own statuses and workflows — unrelated
Orbit Resolve has its own statuses and workflows

Resolve tickets do not use task statuses, and configuring one does nothing to the other. If you are looking at a ticket, you want Statuses & Workflows in Resolve Settings.


8. Troubleshooting​

SymptomCause
Access Denied on the whole pageMissing Page Access of Task Configuration
Every section says "no permission to manage"You hold Page Access of Task Configuration but none of the five manage permissions
"Select a Project" and nothing elseNo project chosen in the rail
Workflow section is blank on a phoneThe canvas is desktop-only and renders a fallback
A change did not appear on the tasks screenConfiguration is per project — check you configured the same project you are viewing
No Task Configuration entry in the header gearMissing Show Task Configuration in the header settings menu.; the page is still reachable from Projects