-
Notifications
You must be signed in to change notification settings - Fork 1
Managing dsu Projects
With the advent of dsu
v3.0.0, Projects have been introduced.
A dsu
Project is a way of grouping DSU entries together. All DSU entries belong to a Project. Consequently, projects allow you manage DSU entries for different teams. For example, if you belonged to multiple agile development teams, you would want to keep your DSU entries for these teams separate.
When you install dsu
3.0.0, any entries you may have had prior, are added to the dsu
default project. The dsu
default project can be renamed to something more meaningful (see dsu project help rename
).
You can create dsu
"projects" to manage DSU entries. Typically you would want to use dsu
projects to segregate your DSU entries to be shared with different agile teams.
dsu project create PROJECT_NAME [PROJECT_DESCRIPTION]
dsu project create "GSA" "General Services Administration"
dsu p c "GSA" "General Services Administration" # Equivalent to the above, only using shortcuts
PROJECT_DESCRIPTION is optional. If omitted, a project description of "<PROJECT_NAME> project" is used, where PROJECT_NAME is the name of the project entered.
dsu project create "DHS"
dsu p c "DHS"