Versions Compared

Key

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

...

Once the plugin is installed, you'll see Ovyka Satisfaction in the User-installed add-ons list.

Workflow Requirements

By default, Ovyka Satisfaction for JIRA sends the satisfaction mail when a workflow transition triggers a "resolved" event or "closed" event.

Since version 1.6.0 you can choose to change this behaviour with the global configuration, see Notificationtriggerselection

If you use event based notification triggers

Please make sure to fix your workflow if you only use "generic events" in transitions, which are the default event for new transitions when creating workflows in JIRA.

...

  • Edit the relevant workflow (for the projects/issue types you wish to cover with Satisfaction surveys)
  • Edit the last transition postfunctions. The last transition is usually going the one going to "Resolved" or "Closed", or whatever your final statuses are
  • Edit the "generic event" postfunction, replace it with a "issue resolved" event (or "closed issue" event)
  • save / publish your workflow
  • finish activating / configuring the global & project configuration for Satisfaction for JIRA

Global Administration

In the administration area, in the left menu bar, you'll find a new section called Ovyka Satisfaction containing two links : Configuration and Email Template. Clicking the Configuration link will open the administration page for Ovyka Satisfaction plugin.

Ovyka Satisfaction plugin administration allows you to configure :

  • the maximum evaluation value (5 or 10 stars);
  • the global satisfaction survey fields available for projects.

Maximum evaluation value

To select between 5 or 10 stars as a maximum evaluation value, just select one of the radio buttons (default is 5). The modification is persisted immediatly, and a message informs you that your choice has been saved.

Image Removed

Minimum evaluation value and value display

  • JIRA$

For finer control, you can also add post function based notification triggers

Step by step instructions :

  • Edit the relevant workflow (for the projects/issue types you wish to cover with Satisfaction surveys)
  • Add the Satisfaction Survey Sending Post Function to the transition in which you want to send the notification

(lightbulb) Please note the Satisfaction Survey Sending Post Function can also work in parallel to event based notification triggers.

Survey resending

Please note that the survey will be resent to the reporter if another resolved/closed event or postfunction is triggered and the reporter hasn't answered yet.

(lightbulb) Example use case: You can use this to make sure that the reporter receives another notifications when "closing" the ticket 7 days after it has been "resolved".

Global Administration

In the administration area, in the left menu bar, you'll find a new section called Ovyka Satisfaction containing two links : Configuration and Email Template. Clicking the Configuration link will open the administration page for Ovyka Satisfaction plugin.

Ovyka Satisfaction plugin administration allows you to configure :

  • the maximum evaluation value (5 or 10 stars);
  • the global satisfaction survey fields available for projects.

Maximum evaluation value

To select between 5 or 10 stars as a maximum evaluation value, just select one of the radio buttons (default is 5). The modification is persisted immediatly, and a message informs you that your choice has been saved.

Image Added

Minimum evaluation value and value display

Warning

These features are available since plugin version 1.3.4.

Since version 1.3.4, it is possible to allow users to vote 0 star (instead of a minimum value of 1). This 0-based evaluation can be allowed by checking the miminum rating option reading 'Allow zero evaluations'.

Image Added

The numeric value checkbox, reading 'Display numeric value', allows to display the value of each rating star in the satisfaction form, instead of only displaying stars. Here are two screenshots, showing the difference with the numeric value display turned off and on.

Numeric value display : OFFNumeric value display : ON
Image AddedImage Added

Allow JIRA decoration

Anchor
decoration
decoration

Warning

These features are available since plugin version 1.3.4.

Since version 1.3.4, it is possible to allow users to vote 0 star (instead of a minimum value of 1). This 0-based evaluation can be allowed by checking the miminum rating option reading 'Allow zero evaluations'.

Image Removed

...

version 1.4.0

The Survey Decoration option allows to choose wether the JIRA header (navigation bar with menus) and footer must be displayed on the satisfaction survey page presented to your customers.

Image Added

Here are two screenshots, showing the difference with the numeric value display turned off and on.

Numeric value display : OFFNumeric value display : ON
Image RemovedImage Removed

Allow JIRA decoration

...

Warning

These features are available since plugin version 1.4.0

The Survey Decoration option allows to choose wether the JIRA header (navigation bar with menus) and footer must be displayed on the satisfaction survey page presented to your customers.

Image Removed

Here are two screenshots, showing the difference with the decoration allowed or not.

Allow JIRA decoration : ONAllow JIRA decoration : OFF
Image RemovedImage Removed

...

decoration allowed or not.

Allow JIRA decoration : ONAllow JIRA decoration : OFF
Image AddedImage Added

Notification trigger selection

Warning

These feature is available since plugin version 1.6.0

The default behaviour of Ovyka Satisfaction for JIRA is to send notification when a specific issue event (Resolved or Closed) is fired. You can choose to also add a post-function, or to only use post functions and completely disable issue events handling in the plugin. To do this, choose the notigcation trigger(s) you prefer in the global administration page, as shown below :

Image Added

JQL Context

Warning

These feature is available since plugin version 1.6.0

The default behaviour of Ovyka Satisfaction for JIRA is to send notification when a specific issue event (Resolved or Closed) is fired. You can choose to also add a post-function, or to only use post functions and completely disable issue events handling in the plugin. To do this, choose the notigcation trigger(s) you prefer in the global administration page, as shown below :

...

For finer control of which tickets need a satisfaction form to be sent, you can configure a JQL query.

(lightbulb) Here are a few example use cases :

  • only send the survey to reporters who are external customers:

    Code Block
    reporter in membersof("external customer group")
  • only for specific issue types:  e.g. if you want satisfaction surveys for bug resolution only

    Code Block
    issuetype = "Bug"
  • only for specific components, custom field values, etc.

Survey fields

The plugin comes with 4 preconfigured fields :

...