Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project Labels Enhancement Request #974

Open
Domandrenog opened this issue Dec 18, 2024 · 0 comments
Open

Project Labels Enhancement Request #974

Domandrenog opened this issue Dec 18, 2024 · 0 comments

Comments

@Domandrenog
Copy link

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:

projects:
  - name: "676"
    labels:
      team: backend
      environment: production
      priority: high
  - name: "123"
    labels:
      team: backend2
      environment: dev
      priority: low

Benefits

  1. Better project organization through multiple categorization dimensions
  2. Enhanced filtering and searching capabilities
  3. More descriptive project metadata
  4. Easier project management and identification
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant