Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mention that priority is a built-in UDA now in docs/udas.md #878

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions content/docs/udas.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The `project` attribute has a lot of functionality associated with it, and this

Other attributes, such as `priority` do not have much associated functionality.
In fact, beyond storing the value, allowing modification, sorting and inclusion in reports, the `priority` field contributes nothing.
This is why `priority` is not really a core attribute, and will be migrated out of the code and into configuration.
This is why `priority` is not really a core attribute, but a built-in UDA.

Occasionally people will ask for new attributes, because their workflow includes more metadata than Taskwarrior supports.
A very common request is for an
Expand Down Expand Up @@ -104,8 +104,6 @@ A report containing an attribute that is an orphan UDA is not a valid report.

## Other UDA Uses

The `priority` attribute is soon to be replaced by a UDA equivalent.
This is not something that anyone will notice, but it will make for a smaller, more stable core product.
UDAs are useful for other capabilities though.
UDAs are useful for other capabilities.
An example would be the import of bugs from a Request Tracker.
The additional metadata in the Request Tracker could be created as UDAs in taskwarrior, which will then allow for a full import without data loss.