Maximilian Zerbe
Maximilian Zerbe
Actually, just changing this line should fix it, as you can just query against the username and do not need the mail suffix. https://github.com/AxisCommunications/backstage-plugins/blob/ce0637c46b8e96491a419a619dd76b69dc61b967/plugins/jira-dashboard-backend/src/filters.ts#L37 ``` const assignedToMeFilter: Filter = {...
Have you set the `jiraDashboard.annotationPrefix` configuration to something like `jira`? If so, you must adjust your component annotation: ``` apiVersion: backstage.io/v1alpha1 kind: Component metadata: annotations: jira/project-key: "SDLC" ```