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.

This is how to Please refer to

Sommaire
to create and configure an SLA custom field :field 

Sommaire

Create the custom field

 We choose 'Processing Time' as the name of the custom field.


Configure the SLA custom field

After the creation, we configure the custom field

1. Configure the indicators

The start date is configured in the field 'Starting date'

The End date/time is configured by default to current date

We create 3 levels of indicator

  • Green between 0 and 2 days
  • Orange between 2 and 4 days
  • Red between 4 days and undefined value ( >4 days)


2. Assign the calendar

we will find need first to lookup for the calendar that we create created in the first step ( I. Create a working calendar)


The screen of the chosen calendar will be displayed


3. Configure the scheduler

Image Removed

Image Removed


in the tab 'scheduler', we will configure the scheduler

Image Added


Click on 'Configuration', and the screen of the Scheduler will be displayed ( or access to the path: Administration > Manage Apps > SLA Monitoring scheduler > Scheduler configuration >Click on "Add a scheduler".  )


Image Added


4. Add an action to

...

be executed for each

...

level


In the tab 'Actions', we will configure the action to execute for each level


For the green level, we will add a notification action




For the orange level, we will add a custom action following the stepsas follows::

 1. create the groovy file in the following path: Atlassian/Jira/KeplerTechnologies/custom-actions, The groovy filename is: ActionToDo


2. Come back Back to the configuration, and add the groovy filename in the new action. (the filename ='ActionToDo')


For the Red level, we will add both actions ( notification and custom action),.

Image Modified



By clicking on the button 'Done', the configuration of the SLA will be saved.


Image Added