Skip to content

Attributes

Every task in Orsane is described by a set of attributes. Some are built-in and always present (like Status or Assignee); others are custom attributes you define to match how your team works.

These come with every workspace and can’t be removed. They appear alongside custom attributes in filters, sort menus, and grouping options.

AttributeWhat it represents
StatusWorkflow state — driven by the configured task statuses.
PriorityLow, Medium, High, or Urgent.
AssigneeOne or more team members responsible for the task.
Due dateWhen the task is expected to be done.
ListsThe lists the task belongs to.
Parent taskThe task this one is nested under (see Subtasks).
Created byThe user who created the task.
Created atTimestamp of creation.

Custom attributes are workspace-scoped — defined once in Settings → Attributes and available on every task across the workspace. Each attribute has a name, a type, and (for dropdowns) a configurable list of options.

Settings → Attributes panel

There are four custom attribute types:

A free-form text field. Use it for short labels, ticket references, codes — anything that doesn’t fit a more structured type. There’s no length limit enforced in the UI, but keep entries short if you plan to display them as a column in lists.

A numeric field that accepts integers and decimals. Common use cases: story points, estimates that aren’t time-based, or counts.

A time field stored internally in minutes. The input parser is forgiving and accepts several formats — type whichever feels natural and Orsane normalises it to a canonical form when you tab out:

InputInterpreted as
55 hours
5.55.5 hours
5d5 days
5d 3h 20m5 days, 3 hours, 20 mins
01:331 hour, 33 minutes

Duration field accepting multiple formats

A single-select field with a configurable option list. Add the choices when you create the attribute, and pick one per task. Useful for categories, environments, channels, or any small fixed set of values.

Once defined, every attribute — built-in or custom — is available in a few places:

  • Task detail panel — listed under the task’s properties, where you can read or change the value.
  • Lists and boards — show any attribute as a column or hide it via Display options.
  • Filtering — narrow a list to tasks where an attribute matches a condition.
  • Sorting and grouping — most attributes can be used to sort or group a list. Grouping by a custom Dropdown attribute, for example, gives you a swimlane per option.