Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Is it possible to edit satisfaction survey results?

Every so often a user mistakenly gives a bad rating, and will mention in the option comments that they meant to give a different rating. Is it possible to change it after they chose the first time? Some of these really throws off our reporting.

2 answers

4 votes
Maurice
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Oct 17, 2017

Hi Jarrod,

 

Jira doesn't have the ability to change satisfaction survey results. You would need to find the data in the database and make the changes there.

The satisfaction data is stored within the customfieldvalue tables corresponding to the Satisfaction and Satisfaction date customfield tables, in JSON format.

Database queries needed to find the satisfaction data:

select id, cfname, description from customfield where cfname like '%Satisfaction%';

select * from customfieldvalue where CUSTOMFIELD=(select id from customfield where cfname like 'Satisfaction');

select * from customfieldvalue where CUSTOMFIELD=(select id from customfield where cfname like 'Satisfaction date');


Hope this helps!

Best regards,
Brian

0 votes
Johnny Mon
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Oct 18, 2023

The feature to change or delete an issue's satisfaction score in Jira Data Center is tracked by the ticket JSDSERVER-5514 "Customer Satisfaction: Allow Admins to Edit/Remove Scores."

I added a comment in the ticket with a workaround to update or delete the satisfaction using database queries.  There is a video recording demonstrating the steps in the comment.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events