Class MauApplicationKey

java.lang.Object
com.atlassian.jira.event.mau.MauApplicationKey

@ExperimentalApi public final class MauApplicationKey extends Object
Represents the application type that will be sent along side an eyeball event to track MAU (monthly active users).

This could be one of:

  • family - for common platform functionality (e.g. viewing a global dashboard)
  • unknown - for new pages that have not been classified yet
  • jira-core - for any business related pages (e.g. viewing an issue in a business project)
  • jira-software - for any software related pages (e.g. viewing a software board)
  • jira-servicedesk - for any servicedesk related pages (e.g. view agent queues)
  • future applications...
Since:
v7.0.1