RefractTrack Tasks: Difference between revisions
Nerdofepic (talk | contribs) Created page with "== Tasks == A task is the core unit of work in RefractTrack, always scoped to a single Project and identified by a task code like <code><nowiki>RPG-12</nowiki></code> (its project's prefix plus a sequential number). === Fields === Every task has: * '''Title''' and '''Description''' (description supports the Markdown Formatting subset) * '''Type''' — <code><nowiki>Normal</nowiki></code> or <code><nowiki>..." |
Nerdofepic (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
== Tasks == | == Tasks == | ||
A task is the | A task is the basic unit of work in RefractTrack — a single feature, fix, art request, or to-do, always living inside one [[RefractTrack_Projects|Project]] and identified by a short code like ''RPG-12''. | ||
=== | === What's on a task === | ||
* '''Title''' and '''Description''' — the description supports light [[RefractTrack_Markdown_Formatting|text formatting]], so you can bold, italicize, list, and add code snippets. | |||
* '''Type''' — either a regular task or a Bug. | |||
* '''Priority''' — Low, Medium, High, or Critical. | |||
* '''Stage''' — which column the task currently sits in on the board. See [[RefractTrack_Stages|Stages]]. | |||
* '''Assignee''' — who's working on it. Optional, unless the column it's in requires one. | |||
* '''Due date''' — optional. | |||
* '''Groups''' — any number of color-coded tags. See [[RefractTrack_Groups|Groups]]. | |||
* '''Review status''' — whether it's still pending sign-off, approved, or marked "won't do." See [[RefractTrack_Approvals_and_Review|Approvals and Review]]. | |||
* '''Archived''' — whether it's been tucked away off the active board. See [[RefractTrack_Archiving|Archiving]]. | |||
=== Bug reports get extra fields === | |||
Switch a task's Type to Bug and three extra fields appear: '''Expected behavior''', '''Actual behavior''', and '''Steps to reproduce'''. They show up on the task detail page in their own dedicated panel, and they're also available as fill-in-the-blank templates when creating a batch of bug reports at once (see [[RefractTrack_Bulk_Task_Creation_and_Saved_Lists|Bulk Task Creation]]). | |||
=== Task codes link themselves === | |||
Mention a task code like ''FE-12'' anywhere formatted text appears — a description, a comment, another task — and RefractTrack automatically turns it into a clickable link to that task, as long as it's a real task and you're allowed to see it. No extra steps needed. | |||
=== Creating tasks === | |||
=== | |||
There are a few ways to add a task, depending on who's adding it and how much detail they need to provide: | |||
* ''' | * '''The full task form''' — the everyday way to create a task, with every field available. | ||
* ''' | * '''The reporter form''' — a stripped-down "submit a ticket" form for teammates (like playtesters or QA) who should be able to flag something without full access to the board. Tickets submitted this way land automatically in the project's first column, unassigned, at Medium priority. | ||
* '''Bulk create''' — | * '''Bulk create''' — for generating a whole batch of similar tasks at once. See [[RefractTrack_Bulk_Task_Creation_and_Saved_Lists|Bulk Task Creation]]. | ||
* '''Clone''' — any existing task | * '''Clone''' — duplicate any existing task as a starting point for a new one. | ||
=== Editing and moving tasks === | === Editing and moving tasks === | ||
You can move a task between columns from its detail page, from the edit form, or simply by dragging it across the board — see [[RefractTrack_Board_and_List_Views|Board and List Views]]. If the column you're moving it into is one that requires an assignee (In Progress and In Review, by default), you'll be asked to pick one first. | |||
=== Deleting tasks === | === Deleting tasks === | ||
Deleting a task removes it for good — a quiet backup record is kept behind the scenes for audit purposes even after it's gone from the board, but there's no everyday "undo." If you just want to clear finished or abandoned work off the board without losing it, [[RefractTrack_Archiving|Archiving]] is almost always the better choice. | |||
=== Related pages === | === Related pages === | ||
| Line 54: | Line 45: | ||
* [[RefractTrack_Stages|Stages]] | * [[RefractTrack_Stages|Stages]] | ||
* [[RefractTrack_Groups|Groups]] | * [[RefractTrack_Groups|Groups]] | ||
* [[RefractTrack_Comments_and_Activity_Log|Comments and Activity | * [[RefractTrack_Comments_and_Activity_Log|Comments and Activity]] | ||
* [[RefractTrack_Attachments|Attachments]] | * [[RefractTrack_Attachments|Attachments]] | ||
* [[RefractTrack_Markdown_Formatting| | * [[RefractTrack_Markdown_Formatting|Formatting Text]] | ||
* [[RefractTrack_Export_and_Import|Export and Import]] | * [[RefractTrack_Export_and_Import|Export and Import]] | ||
Revision as of 13:46, 28 August 2026
Tasks
A task is the basic unit of work in RefractTrack — a single feature, fix, art request, or to-do, always living inside one Project and identified by a short code like RPG-12.
What's on a task
- Title and Description — the description supports light text formatting, so you can bold, italicize, list, and add code snippets.
- Type — either a regular task or a Bug.
- Priority — Low, Medium, High, or Critical.
- Stage — which column the task currently sits in on the board. See Stages.
- Assignee — who's working on it. Optional, unless the column it's in requires one.
- Due date — optional.
- Groups — any number of color-coded tags. See Groups.
- Review status — whether it's still pending sign-off, approved, or marked "won't do." See Approvals and Review.
- Archived — whether it's been tucked away off the active board. See Archiving.
Bug reports get extra fields
Switch a task's Type to Bug and three extra fields appear: Expected behavior, Actual behavior, and Steps to reproduce. They show up on the task detail page in their own dedicated panel, and they're also available as fill-in-the-blank templates when creating a batch of bug reports at once (see Bulk Task Creation).
Task codes link themselves
Mention a task code like FE-12 anywhere formatted text appears — a description, a comment, another task — and RefractTrack automatically turns it into a clickable link to that task, as long as it's a real task and you're allowed to see it. No extra steps needed.
Creating tasks
There are a few ways to add a task, depending on who's adding it and how much detail they need to provide:
- The full task form — the everyday way to create a task, with every field available.
- The reporter form — a stripped-down "submit a ticket" form for teammates (like playtesters or QA) who should be able to flag something without full access to the board. Tickets submitted this way land automatically in the project's first column, unassigned, at Medium priority.
- Bulk create — for generating a whole batch of similar tasks at once. See Bulk Task Creation.
- Clone — duplicate any existing task as a starting point for a new one.
Editing and moving tasks
You can move a task between columns from its detail page, from the edit form, or simply by dragging it across the board — see Board and List Views. If the column you're moving it into is one that requires an assignee (In Progress and In Review, by default), you'll be asked to pick one first.
Deleting tasks
Deleting a task removes it for good — a quiet backup record is kept behind the scenes for audit purposes even after it's gone from the board, but there's no everyday "undo." If you just want to clear finished or abandoned work off the board without losing it, Archiving is almost always the better choice.