Versions Compared

Key

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


Warning

Thebuilt-in Pie Chart gadget does not work with the new CSAT Score custom field. From CSAT 5.2.0, please use the new CSAT Pie Chart gadget


Expand
titlePie Chart gadget for CSAT Rate custom field

Image Modified




Available Widgets

Image RemovedImage Added


Info

Tip: Create 2 separate JQL to keep track of the categories that make your customers happy and upset

e.g. 

Happy Categories JQL for project "test"

project = test AND "CSAT Token" is not EMPTY AND "CSAT Category" is not EMPTY AND "CSAT Rate" > 3


Upset Categories JQL for project "test"

project = test AND "CSAT Token" is not EMPTY AND "CSAT Category" is not EMPTY AND "CSAT Rate" <= 3


Note: To ensure that only rated tickets are included in our queries use:
"CSAT Token" is not EMPTY AND "CSAT Category" is not EMPTY

...