La liste d'utilisateurs n'est pas rendue car vous ne possédez pas les droits d'accès nécessaires pour afficher les profils utilisateur.

Arborescence des pages

Comparaison des versions

Légende

  • Ces lignes ont été ajoutées. Ce mot a été ajouté.
  • Ces lignes ont été supprimées. Ce mot a été supprimé.
  • La mise en forme a été modifiée.
Commentaire: Migrated to Confluence 5.3
Sommaire

See also: Customizing the initial properties of managers

The properties below are set in /properties/config.properties and are used to set the properties of new managers just after their creation.Most of these properties can be changed later through the web interface by the managers themselves of authorized managers.

Availability

Set this property to false to make the new managers not available:

Bloc de code
#departmentManagerConfigurator.available=true
Remarque

When setting this property to false, a manual operation through the web interface is needed in order to make the managers available.

Management of the properties of the department

Setting this property to true grants the new managers to manage the properties of the department:

Bloc de code
#departmentManagerConfigurator.manageProperties=false

Management of the other managers

Setting this property to true grants the new managers to manage the properties of the other managers:

Bloc de code
#departmentManagerConfigurator.manageManagers=false

Management of the categories

Setting this property to true grants the new managers to manage the categories of the department:

Bloc de code
#departmentManagerConfigurator.manageCategories=true

Management of the FAQ

Setting this property to true grants the new managers to manage the categories of the department:

Bloc de code
#departmentManagerConfigurator.manageFaq=true

Ticket assignment

Setting this property to true grants the new managers to assign tickets to other managers:

Bloc de code
#departmentManagerConfigurator.assignTicket=true

Ticket moves to other departments

Setting this property to true grants the new managers to move tickets to other departments:

Bloc de code
#departmentManagerConfigurator.modifyTicketDepartment=true

Ticket refusal

Setting this property to true grants the new managers to refuse tickets:

Bloc de code
#departmentManagerConfigurator.refuseTicket=true

Ticket reopening

Setting this property to true grants the new managers to reopen tickets they are not in charge of:

Bloc de code
#departmentManagerConfigurator.reopenAllTickets=true

Ticket taking in charge

Setting this property to true grants the new managers to take in charge tickets already in charge of another manager:

Bloc de code
#departmentManagerConfigurator.takeAlreadyAssignedTicket=true

Availability rate

The availability rate of managers is an integer between 0 and 100, it can be used by assignment algorigthms. This property gives the initial availability rate of new managers:

Bloc de code
#departmentManagerConfigurator.rate=100

Management of its own availability

Setting this property to true grants the new managers to change their own availability:

Bloc de code
#departmentManagerConfigurator.setOwnAvailability=false

Ticket monitoring

The properties below are used to initialize the way new managers monitor tickets (these properties can be changed at any time by the managers themselves through the web interface).

Accepted values are::

  • Never: no email sent
  • Creation: email sent on ticket creation
  • Always: email sent on any ticket event

This property defines the policy for any ticket:

Bloc de code
#departmentManagerConfigurator.ticketMonitoringAny=Never

This property defines the policy for a ticket of a category of which the manager is member of:

Bloc de code
#departmentManagerConfigurator.ticketMonitoringCategory=Creation

This property defines the policy for a ticket in charge of the manager:

Bloc de code
#departmentManagerConfigurator.ticketMonitoringManaged=Always