Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

JIRA Service Desk: Customer Satisfaction Surveys

Renee' Finlay
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 14, 2018

Can JIRA Customer Satisfaction Survey results be pushed back to an "on-premise instance" of Microsoft Dynamics CRM and tied to the original Case that generated the survey??

1 answer

1 vote
Brant Schroeder
Community Champion
May 14, 2018

Renee,

Unfortunately there is no way of doing this without building your own service that hits or is triggered by the DB.  The current JIRA Service Desk API does not have any support for accessing customer satisfaction.  You could query the DB and use a batch load to your CRM or create your own service to pull the information you are looking for until Atlassian adds customer satisfaction to their API.

You can also check the marketplace as there are a number of add-ons for surveys that may provide the functionality you are seeking.

The following DB query will give you all issues (and the issues project) that have a Satisfaction Comment added.

select p.pkey, i.reporter, ep.json_value from entity_property ep
join jiraissue i
on (i.id = ep.entity_id)
join project p
on (i.project = p.id)
where ep.property_key = 'service-request-feedback-comment'

Anita Dzik
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 19, 2018

Hi Brant,

Do you know how can I get from database all issues with number of satisfaction stars?

kembles05
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 31, 2018

I'm also interested in how to grab the satisfaction number from the db

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events