Dependency
This issue needs to be completed in order to execute and complete #8752 and #8751
Overview
We need to add a new project status option for "closed" projects and a new status label color scheme to ensure accuracy and distinction between the projects lifecycle.
Details
We are adding a 'Closed' project status to accurately reflect retired projects that did not make it to completion. This is different from 'completed' projects status.
Action Items
Instructions
New Project Status Label
- Create a new status label called 'Closed'
Project Status Color Palette Update: for each project status label, do the following to the HEX number
- Keep 'Active' as $color-lightgreen: #BBFFBB
- Keep 'On Hold' as $color-lightyellow: #FFFF97
- Update 'Closed' status to #D9D9D9
- Update 'Completed' from
.status-Completed {
background-color: $color-salmon;
}
to #B8D9FF
Resources
Here is an example
Ignore the shape of the labels. This is an example of what it should look like.

Dependency
This issue needs to be completed in order to execute and complete #8752 and #8751
Overview
We need to add a new project status option for "closed" projects and a new status label color scheme to ensure accuracy and distinction between the projects lifecycle.
Details
We are adding a 'Closed' project status to accurately reflect retired projects that did not make it to completion. This is different from 'completed' projects status.
Action Items
Instructions
New Project Status Label
Project Status Color Palette Update: for each project status label, do the following to the HEX number
.status-Completed {
background-color: $color-salmon;
}
to #B8D9FF
Resources
Here is an example
Ignore the shape of the labels. This is an example of what it should look like.