Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add opt property to use schedule name #125

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

LauraMoraB
Copy link

We use multiple on-call schedules for the same team and would like to show the Schedule Name instead of the ownerName in the on-call card.

The PR introduces a new (optional) property to specify whether to use the schedule name or keep the default value of schedule.ownerTeam.name.

The usage is as follows:

  <Route 
      path="/opsgenie"
      element={
        <OpsgeniePage 
            onCallUseScheduleName
        />
      } 
    />

@metallaw
Copy link

Any chances to getting this merged? Would appreciate this capability as we also have multiple schedules by some teams and this would make the "WHO IS ON-CALL" page more informative.

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.

2 participants