Project attributes
Project attributes are static and non-configurable fields that allow you to add attribute values to a Project. Attributes have a predefined list of values you can select from. Attribute values can be applied to and removed from Projects and can be used to group, prioritize, and filter Projects.
On the Projects listing, use Group by none (ungrouped) for optimal Project visibility and to apply tags and filtering attributes at the Project level.

Project level filtering attributes
The available Project attributes are summarized in the following table.
Attribute | Attribute options |
---|---|
Business criticality |
|
Environment |
|
Lifecycle stage |
|
You can apply attributes to Projects and remove attributes using the Snyk API v1 endpoint Applying attributes.
You can also apply and remove attributes using Snyk CLI options,
--project-business-criticality
, --project-environment
, and --project-lifecycle
. Refer to the CLI commands and options summary for the commands that support these options.- 1.On the Project detail page, click the + icon below the attribute for which you want to apply a value to the Project.
- 2.Select a value from the list.

Select an attribute value to apply to the Project
After you have selected a value for the attribute, it appears on the Project detail page. You can apply multiple values for an attribute and multiple attributes to a Project.

Project detail page showing attribute values applied
- 1.Select the attribute with an applied value that you want to remove from the Project.
- 2.Click the x icon for the value you want to remove.

Removing Frontend attribute value
The attribute value is removed from the Project.

Project detail showing only Mobile attribute value
On the left of the Projects listing page, when Projects are grouped by none (ungrouped), select the values for the attributes that you want to filter Projects by.
When you filter by multiple values on a single attribute, Snyk returns a list of Projects to which one or more of the values in the filter have been applied.
When you filter by multiple attributes, Snyk returns a list of Projects to which values of both attributes have been applied.
Last modified 12d ago