mozilla / bugzy

A bugzilla client for the Activity Stream Team
https://www.bugzy.org
10 stars 13 forks source link

[FR] Show current triage owner on the Triage tab #312

Closed aminomancer closed 5 months ago

aminomancer commented 5 months ago
await fetch("https://bugzilla.mozilla.org/rest/component?product=Firefox&component=Messaging System").then(m=>m.json()).then(j=>j.triage_owner)

This request allows us to see who the current triage owner is, and we can then display the triage owner directly on the page. So, we don't need to keep the triage calendar visible in google calendar, and we can free up a row at the top then.