-
Notifications
You must be signed in to change notification settings - Fork 454
Open
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is neededworkspace/servicenow
Description
Workspace
servicenow
📜 Description
I have some opinionated suggestions for the incidents / tickets table:
👍 Expected behavior
- Latest tickets should be shown on top
- Resolved or closed tickets should be ignored by default
👎 Actual Behavior with Screenshots
- The table shows the oldest tickets first
- And it shows also all the resolved and closed tickets
👟 Reproduction steps
- I've created a test instance via the ServiceNow Developer Portal.
- Installed and configured the ServiceNow plugin and got this:

My experiments are available here:
- https://github.com/christoph-jerolimov/backstage-experiments/tree/main/servicenow
- https://github.com/christoph-jerolimov/backstage-experiments/tree/main/servicenow-nfs
I changed plugins/servicenow/src/components/Servicenow/index.tsx
to:
import { themes, UnifiedThemeProvider } from '@backstage/theme';
import { EntityServicenowContent as _EntityServicenowContent } from './EntityServicenowContent';
export const EntityServicenowContent = () => {
return (
<div>
<UnifiedThemeProvider theme={themes.dark}>
<_EntityServicenowContent />
</UnifiedThemeProvider>
</div>
);
};
And started my experiments with
yarn start --link ~/git/backstage/community-plugins/workspaces/servicenow
📃 Provide the context for the Bug.
No response
👀 Have you spent some time to check if this bug has been raised before?
- I checked and didn't find similar issue
🏢 Have you read the Code of Conduct?
- I have read the Code of Conduct
Are you willing to submit PR?
Yes I am willing to submit a PR!
Mohamed-E
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is neededworkspace/servicenow