Skip to content

Draft Work Items

Not every work item is ready to be created in one sitting. You might start writing a title and description but need to gather more details before submitting. SetGet handles this with drafts — incomplete work items that are automatically saved so you can return to them later without losing your progress.

How drafts are created

Drafts are created automatically in two situations:

Auto-save on dismissal

When you open the work item creation form, begin entering information, and then close the form without clicking Create Work Item, SetGet saves your input as a draft. This happens when you:

  • Press Esc to close the creation modal
  • Click outside the modal to dismiss it
  • Navigate to another page while the form is open
  • Close the browser tab

As long as you have entered at least a title, the draft is preserved.

Manual save as draft

You can also explicitly save a draft:

  1. Open the work item creation form.
  2. Fill in whatever fields you have ready.
  3. Click the Save as Draft button (next to the Create Work Item button).
  4. The form closes and the draft is saved.

TIP

Use manual save when you know you are not ready to create the item but want to be certain the draft is stored. Auto-save handles accidental dismissals, but an explicit save is always reliable.

What gets saved in a draft

A draft preserves all fields that you have filled in at the time of saving:

FieldSaved in draft
TitleYes
DescriptionYes (including formatting)
StateYes
PriorityYes
AssigneesYes
LabelsYes
Due dateYes
Start dateYes
EstimateYes
ParentYes
CycleYes
ModuleYes
ProjectYes

Drafts are saved locally to your account. Other workspace members cannot see your drafts.

Access drafts from the sidebar

To view your saved drafts:

  1. Open the project sidebar.
  2. Look for the Drafts section below the work items list, or click the Drafts link in the navigation.
  3. Your drafts are listed with their title, the project they belong to, and when they were last edited.

If you have drafts across multiple projects, they are grouped by project.

The draft count badge on the sidebar shows how many unsaved drafts you have. This helps you remember to come back and complete them.

Continue editing a draft

To pick up where you left off:

  1. Navigate to the Drafts section in the sidebar.
  2. Click on the draft you want to continue.
  3. The work item creation form opens with all previously saved fields restored.
  4. Add or modify any fields.
  5. Click Create Work Item to submit, or close the form to update the draft.

Every time you modify a draft and close the form, the draft is updated with the latest changes. Drafts do not have version history — only the most recent state is retained.

Convert a draft to a full work item

Converting a draft means creating the work item from it:

  1. Open the draft from the Drafts section.
  2. Review and complete all necessary fields (at minimum, the title is required).
  3. Click Create Work Item.
  4. The draft is removed from the drafts list and the work item appears in the project's active items.

Once converted, the work item behaves like any other work item — it has an identifier, appears in views and filters, can be assigned to cycles and modules, and triggers notifications for subscribers.

WARNING

Creating a work item from a draft is a one-way action. The draft is deleted upon successful creation. If you need to create similar items repeatedly, consider using Templates instead.

Delete a draft

If you no longer need a draft:

  1. Navigate to the Drafts section.
  2. Hover over the draft you want to remove.
  3. Click the trash icon or right-click and select Delete Draft.
  4. The draft is permanently removed.

Deleting a draft does not require confirmation and cannot be undone. Since drafts are not yet created work items, no activity is logged.

Delete all drafts

To clear all your drafts at once:

  1. Open the Drafts section.
  2. Click the three-dot menu at the top of the drafts list.
  3. Select Delete All Drafts.
  4. Confirm the action.

Draft vs. created work item

It is important to understand the differences between a draft and a created work item:

CharacteristicDraftCreated work item
IdentifierNone — drafts do not have a project ID like WEB-42Assigned on creation
Visible to teamNo — only you can see your draftsYes — visible to all project members
Appears in viewsNoYes
SearchableNo — drafts are not included in global searchYes
Activity feedNo activity is trackedAll changes are logged
NotificationsNo notifications are sentSubscribers are notified of changes
RelationsCannot have relationsCan be linked to other work items
Cycles/ModulesCan be pre-assigned but not countedCounted in progress metrics
PersistentSaved to your account until converted or deletedPermanent until archived or deleted

Draft limits

There is no hard limit on the number of drafts you can have. However, having too many drafts often indicates that items should either be created or discarded. Review your drafts periodically and clean up items that are no longer relevant.

Best practices

  • Use drafts for items that need research — Start the work item with what you know, save it as a draft, and come back after gathering requirements or reproduction steps.
  • Review drafts weekly — Set a habit of reviewing your drafts during planning sessions. Convert what is ready, delete what is stale.
  • Do not use drafts as a personal backlog — If an item is real work that the team should see, create it. Drafts are invisible to the rest of the team.
  • Prefer templates for repeated patterns — If you find yourself creating similar drafts frequently, set up a template instead.
  • Keep draft titles descriptive — Even if the draft is incomplete, a clear title helps you remember its purpose when you return to it.