Forums

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

Why satisfaction changed does not display in issue change history?

Ming P
Contributor
April 21, 2020

I found only "sactisfaction date" display in jira issue change history view.

And is there any way to show that? I need to know the reporter of issue what rate he had changed

2 answers

0 votes
Andy Heinzer
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 24, 2020

Hi Ming,

I understand that you're looking to be able to find the CSAT (customer satisfaction rating) in a Jira Service Desk project from a historical data perspective.  Since this feature let's customers submit their ratings multiple times, it is possible for the customer to change their rating.

Unfortunately, Jira is not storing/keeping their previous rating values.  If you take a look at the SQL database tables about this feature,

select id, cfname, description from customfield where cfname like '%Satisfaction%';  -- finds custom fields

select * from customfieldvalue where CUSTOMFIELD=(select id from customfield where cfname like 'Satisfaction'); -- contains the actual rating

select * from customfieldvalue where CUSTOMFIELD=(select id from customfield where cfname like 'Satisfaction date'); -- contains all the date/times when a rating was provided

you can see that the date/time values are tracked and there can be multiple ratings for a single request. But Jira's database is only storing a single rating entry per request.  And since this is a custom field value is not shown in the changelog or issue history directly, there is no current way to be able to see what the previous ratings were for a request.

I can certainly see why this would be information you would want to see.  So I created a feature request for this in JSDSERVER-6827.  Sorry there is not a way to see these historical values for CSAT within Jira.

Perhaps if you had a database backup of Jira from before the change, and after the initial CSAT rating was provided, you might be able to use a SQL query from above to find that rating in the database backup.  But that is potentially a lot of work to recover a single value from that backup.

Regards,

Andy

Ming P
Contributor
April 27, 2020

Hi Andy,

       Thanks for your professional replay  and now I know.I appreciate your time again.

 

Ming

Like Andy Heinzer likes this
0 votes
Ming P
Contributor
April 23, 2020

Can I user groovy script to add changehistoryitem ?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events