Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Warning

Work in Progress

Problem Statement

You want to use JIRA as a helpdesk solution. You have a multi-tier support structure (first, second, third-level support) and you need to support multiple services/products.

...

  • Intuitive zones-UI for managing Teams and Teammembers
  • Selectbox or Autocomplete to select members of an already selected Team
  • One single personalized dashboard for all developers (reduced maintenance for changes on dashboard or Teams)

Configuration

For details on how to configure Zones Plugin take a look at the Zones Administration Guide. In each configuration section below we provide links to the documentation on how to configure.

Customfields

Customfield NameCustomfield TypeConfiguration
TeamZone Field 
Team AssigneeZone User PickerDepends on Team, No Zone Role restriction

You may want to take a look at:

Edit and Selectable Zones Permissions

JIRA Project RoleEdit PermissionZones in Zone Field
AdministratorsAllowAll Zones
DevelopersDenyOwn Zones
UsersDeny

Own Zones

You may want to take a look at:

Zone Role Mapping

JIRA Project RoleZone Role "Team Member"
Administrators-
DevelopersMap
UsersMap

You may want to take a look at:

Dashboards and Filters

You can probably reuse most of your already defined filters. You just need to replace your currently used team selector with the following snippet:

Code Block
languagesql
Team in myZones()

You may want to take a look at:

Team/Zone management

You may want to take a look at:

...