GitScrum / Docs
Available for Chrome, Edge, Brave, and Chromium browsersInstall from Web Store

Task Creation

Create tasks directly from your browser without leaving your current work.


Quick Create

The fastest way to create a task:

  1. Click the GitScrum icon
  2. Verify your workspace and project selection
  3. Type a task title
  4. Click Create

The task is created in your project with default settings. This takes under 5 seconds.


Full Task Form

For detailed task creation, expand the form options:

Title

Required field. Enter a clear, descriptive task title.

✅ Good: "Fix login button alignment on mobile"
❌ Poor: "Fix bug"

Description

Optional markdown-supported field for detailed task information:

  • Problem description
  • Acceptance criteria
  • Technical notes
  • Links and references

The current page URL is automatically available to paste into the description.


Task Options

Workflow Stage

Select the initial workflow stage:

StageUse Case
BacklogFuture work, not yet prioritized
To DoPrioritized, ready to start
In ProgressActively being worked on
ReviewAwaiting review or approval
DoneCompleted

Default: Backlog

Priority

Set task urgency:

PriorityWhen to Use
UrgentBlocking other work, needs immediate attention
HighImportant, should be handled soon
NormalStandard priority
LowNice to have, handle when time permits

Default: Normal

Task Type

Categorize the work:

TypeDescription
TaskGeneral work item
BugSomething is broken
FeatureNew functionality
ImprovementEnhancement to existing feature
ChoreMaintenance or housekeeping

Default: Based on project settings

Assignees

Assign team members to the task:

  1. Click the Assignees dropdown
  2. Select one or more team members
  3. Selected members appear as avatars

Leave empty to create an unassigned task.

Labels

Apply color-coded labels for categorization:

  1. Click the Labels dropdown
  2. Select applicable labels
  3. Labels appear as colored tags

Labels are defined in your project settings.

Time Estimate

Set an estimated time for the task:

FormatExample
Hours2h
Days1d
Weeks1w

This helps with sprint planning and workload distribution.

Board Selection

Choose which board the task appears on:

  1. Click the Board dropdown
  2. Select the target board
  3. Task is created on that board

Boards are configured in your project settings.


Create and Continue

After clicking Create:

  1. A success toast confirms creation
  2. The form clears for your next task
  3. Workspace and project selection persist

Create multiple tasks without reopening the extension.


Keyboard Shortcuts

ShortcutAction
Enter (in title)Create task
TabMove to next field
EscapeClose extension

Task Context

The extension automatically captures context:

DataSource
Page URLCurrent active tab
Page TitleCurrent active tab
TimestampCreation time
CreatorYour account

This context helps link tasks back to the source material.


Validation

The extension validates your input:

FieldRuleError Message
TitleRequired"Title is required"
Title1-500 characters"Title too long"
WorkspaceRequired"Select a workspace"
ProjectRequired"Select a project"

Fix validation errors before creating the task.


Offline Behavior

If you lose internet connection:

  1. The create button disables
  2. A connection error appears
  3. Reconnect to continue

Tasks are not queued offline. You must have an active connection.


Next Steps