Skip to content

feat: Add account selector to the service mappings table#142

Open
sandornagy517 wants to merge 4 commits intoservice_mappigns_featurefrom
feat/add_account_selector_to_mappings_table
Open

feat: Add account selector to the service mappings table#142
sandornagy517 wants to merge 4 commits intoservice_mappigns_featurefrom
feat/add_account_selector_to_mappings_table

Conversation

@sandornagy517
Copy link
Contributor

@sandornagy517 sandornagy517 commented Feb 26, 2026

Description

Added account filter to the mappings table.

image image

Affected plugin

  • backstage-plugin
  • backstage-plugin-backend
  • backstage-plugin-scaffolder-actions
  • backstage-plugin-entity-processor

Type of change

  • New feature (non-breaking change which adds functionality)
  • Fix (non-breaking change which fixes an issue)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist

  • I have performed a self-review of this change
  • Changes have been tested
  • Changes have been tested in dark theme
  • [] Changes are documented
  • Changes generate no new warnings
  • PR title follows conventional commit semantics

If this is a breaking change 👇

  • I have documented the migration process
  • I have implemented necessary warnings (if it can live side by side)

Acknowledgement

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Disclaimer: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.

@sandornagy517 sandornagy517 requested a review from a team as a code owner February 26, 2026 16:48
} else if (annotations['pagerduty.com/integration-key']) {
const integrationKey = annotations['pagerduty.com/integration-key'];
const account = entity.metadata?.annotations?.['pagerduty.com/account'] || '';
const entityAccount = entity.metadata?.annotations?.['pagerduty.com/account'] || '';
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

renamed this since the parent scope we already have a variable called account

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

Successfully merging this pull request may close these issues.

1 participant