Skip to main content

Spaces

Learn about Dart spaces, their main components, and how to use them

Updated today

Spaces are an important part of the Dart hierarchy. Spaces are very flexible, but are typically used to contain the work of a particular team or project.

To create a new space, go to your lefthand column and hover over the SPACES title. Then click on the "+" icon:

making a space

A space contains two main items:

Dartboards organize various aspects of a project (and their respective tasks) all in one place. Doc folders centralize the docs associated with a project.

To create a new dartboard or doc folder in a space, hover over the tile of your space and click on the "+":

making a dartboard or doc folder

Making changes to spaces

If you would like to change anything about your space - including its name, settings, and more, hover over the space title and click on the "Space options" icon (three dots):

editing a space

Then click on "Configure space":

configuring a space

This will reveal an entire menu of options to help you customize your space:

spaces settings

There are four menus within space settings:

  • Basic (set your space's title and description)

  • Sprints (enable/disable sprints)

  • Reports (manage your automated reports)

  • Sharing (search and toggle on permissions to share your dartboard with certain team members)

From the space options, you can also replicate your space, or delete it entirely.

Did this answer your question?