You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, projects can only be identified by their ID, which results in losing meaningful label information.
Proposed Enhancement:
Allow multiple labels to be assigned to each project using a nested labels structure. This would improve project organization and filtering capabilities.
Example Configuration:
projects:
- name: "676"
labels:
team: backend
environment: production
priority: high
- name: "123"
labels:
team: backend2
environment: dev
priority: low
Benefits
Better project organization through multiple categorization dimensions
Enhanced filtering and searching capabilities
More descriptive project metadata
Easier project management and identification
The text was updated successfully, but these errors were encountered:
Current Behavior:
Currently, projects can only be identified by their ID, which results in losing meaningful label information.
Proposed Enhancement:
Allow multiple labels to be assigned to each project using a nested labels structure. This would improve project organization and filtering capabilities.
Example Configuration:
Benefits
The text was updated successfully, but these errors were encountered: