You are viewing the old version of the documentation. See the latest version here: HelpDesk for Jira Server Home

Page tree

Versions Compared

Key

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

...

There is an example of issue with a negative SLA Karma after closing:

Image RemovedImage Added

SLA Karma custom field

To use SLA Karma we should add a new custom field to Issue Screens. Go to the Administration /CustomFields > CustomFields and add field (type Number):

Image RemovedImage Added

SLA Karma post-function

SLA Karma field is updating if we do a transition. So, we should add special SLA Karma post-function to transition. For example, to "Close Issue":

Image RemovedImage Added

We must define a SLA field (SLA normative is stored here) and SLA Karma (SLA Karma will be stored here) field here:

Image RemovedImage Added

Although, we could add a special listener "Issue Assignee" to catch assign events. If SLA normative is violated, negative Karma will store to first assignee, but a new assignee. To do it, go to the Administration/HelpDesk/SLA Settings and choose affected by listener Projects and SLA fields:

Image RemovedImage Added

SLA Karma Gadget

We can view karma summary in the SLA Karma Gadget:

Image RemovedImage Added

here is:

  • Karma is a current balance of user. [Karma] = [Count of violations] + [Count successfully events]. For example, a user have closed 5 issues with violation and 10 without. His Karma will be equal 5.
  • Karma cases is a summary of all events (negative and positive).

...

We should add SLA Karma field to any JIRA Gadgets, something like that:

Image RemovedImage Added