Per-request override API

Applicable routes

All plugin servlets are covered (i.e. every request matching /plugins/servlet/*)

Request parameters

Supported parameters

Valid request query parameters are:

  • atlThemeColorMode which sets the initial color mode of the request. Valid values are: light or dark
  • atlThemeDark which sets the preferred dark theme. One valid value is dark which is provided by the system
  • atlThemeLight which sets the preferred light theme. One valid value is light which is provided by the system, original will become unavailable in future product releases
  • atlThemeMatchUa which enables switching of the color mode to match the user's web browser. Valid values are: true or false

Specified behavior

The following behaviors will not change between major versions of Atlassian Theme:

  • Omission of request parameters means there is no overriding
  • Invalid values will be ignored (i.e. is safe)
  • Passing the parameters on unsupported request paths is ignored (i.e. is safe)

Rate this page: