Service Desk usage ping

Resources

PM @victorwu

Part of

#1675 (closed)

Description

  • Usage ping (#892 (closed)) to record Service Desk usage.
  • Count how many projects have activated Service Desk usage, i.e. the checkbox has been checked in #149 (moved).
  • Count number of service-desk-created issues across all projects.

JSON design

  • This will be included in the JSON for the usage ping if the feature is available (i.e. if the instance is running EEP with license enabled.)
  • For example:
{
...
    "service_desk_enabled_projects": 3,
    "service_desk_issues": 123
...
}
Edited by Coung Ngo