Skip to content

Notifications: Unable to get group notifications #1175

Closed
@terencenjr

Description

@terencenjr

Describe the bug

Group notifications are not showing for users belonging to the target group of the notification when viewed through the personal tab.

Expected Behavior

Group notifications should be shown together with the user's personal notifications.

What are the steps to reproduce this bug?

  1. Used Insomnia API platform to send a request to backend to create a group notification. The payload is as such:
{
    "title": "Group Notification",
    "message": "Testing",
    "origin": "example",
    "topic": "Notice",
    "targetGroups": [
        "default/example"
    ]
}
  1. Logged in to a user belonging to the example group
  2. Click on the notifications sidebar item

Versions of software used and environment

Backstage Version: 1.19.6

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions