K-Phoen / backstage-plugin-opsgenie

OpsGenie plugin for Backstage
MIT License
35 stars 39 forks source link

Add schedule's name to OnCallForScheduleCard #97

Closed drankou closed 2 years ago

drankou commented 2 years ago

It would be great to add a schedule's name next to the team owner on the OnCallForScheduleCard as one team could own multiple schedules and there are cards with the same name in this case which could be misleading.

It could be as simple as:

{schedule.ownerTeam.name} | {schedule.name}

here

Or you could add the "Team:" and "Schedule:" labels so it's more explicit.

drankou commented 2 years ago

Also noticed that the search is done by schedule's name, not the Team(as the placeholder says)

drankou commented 2 years ago

@K-Phoen Could you please take a look? :)

K-Phoen commented 2 years ago

Hey!

You might be interested in https://github.com/K-Phoen/backstage-plugin-opsgenie/pull/98 :)

drankou commented 2 years ago

Also noticed that the search is done by schedule's name, not the Team(as the placeholder says)

@K-Phoen Doesn't seem that this one was fixed as a part of #98 🤔