_**What is the problem that needs to be solved?**_ Ops Manager's Org ID/Org Name/Project Name attributes needs to be added to Project (`GET /groups/{PROJECT-ID}/alerts`) / Global (`GET /globalAlerts`) Alerts API calls and Alert Webhooks.
_**Why is it a problem? (the pain)**_ Ops Manager's Org ID/Org Name/Project Name attributes are currently missed in Project (`GET /groups/{PROJECT-ID}/alerts`) / Global (`GET /globalAlerts`) Alerts API calls and Alert Webhooks. Operator who watch Monitoring System (the one that receive Ops Manager Alerts) needs to see Ops Manager's Organization ID/Organization Name/Project Name in order to quickly understand to where that Ops Manager's Alert is related to. Monitoring System (the one that receive the alert from Ops Manager) needs to do additional work for alert received (via `GET /groups/{PROJECT-ID}` `GET /orgs/{ORG-ID}` API calls (if possible at all)) in order to resolve Ops Manager's Project ID (which is included into every alert) into Ops Manager's Organization ID/Organization Name/Project Name.