Versions Compared

Key

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

...

Click on either link, and you'll access the plugin configuration page for your project.

JIRA Service Desk satisfaction deactivation

If your project is a JSD project, and you're using recent version of JIRA Service Desk, a customer satisfaction feature is provided, and your customers will receive two satisfaction surveys notifications - one for JIRA Service Desk, and one for Ovyka Satisfaction for Jira. You should disable JIRA Service Desk satisfaction surveys to make sure that only Ovyka Satisfaction for JIRA surveys notifications are sent to your customers. To do this, go to your project administration, select Satisfaction settings, and disable "Collect customer satisfaction feedback". See screenshot below for the target configuration.

 

Image Added

Plugin Activation

When the plugin is not activated for a project, this page only contains one tab, showing the activation status, and a button to activate/deactivate the plugin for the project. It will look like this :

...

Code Block
http://<jira_base_url>/rest/satisfaction/1.0/project/evaluations/all/<project_id>

Or to export the evaluations data as CSV, here is the URL to call :

Code Block
http://<jira_base_url>/rest/satisfaction/1.0/project/evaluations/csv/<project_id>

 

Here is an example call and the response (here there is only one evaluation :

...