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

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,552,169
Community Members
 
Community Events
184
Community Groups

Checklist Item status has been reset after updating to JIRA 8.22.6

Edited

Hello everyone! 

We have recently updated the JIRA version to 8.22.6 and we have noticed that all the checklist item statuses have been reseted to "OFF". Has anyone encountered this problem before? Have I done something wrong? I would apreciate if someone could help me understand why this happened. Thank you !itemStatus.PNG

1 answer

1 accepted

0 votes
Answer accepted
Maxime Lefebvre _Okapya_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Oct 27, 2022

Bonjour @Cosmin Anton

I am a developer from Checklist for Jira. We have never seen a case of losing such parameters before.

- Which version of Jira and Checklist for Jira you had before the update?

- I suspect you lost all parameters, not just "Statuses", can you confirm that?

We store the parameters in the genericconfiguration database table, and it's linked to the Checklist custom field and field configuration IDs. I am not sure how/why, but maybe the record IDs for custom field / field config changed after the Jira update.

Kind regards

Bonjour @Maxime Lefebvre _Okapya_ ,

Merci for your quick answer. 

The version of JIRA before the update was 7.1.

The version of Checklist for Jira was and still is at 6.2.1.

And yes, I confirm that all parameters have been lost. (but we usually use "statuses" the most of the time).

Thank you again!

Maxime Lefebvre _Okapya_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Oct 28, 2022

Thank you for the information.

I am surprised you were using Checklist 6.2.1 with Jira 7.1, this version of Checklist only supports Jira 8 and up.

If you don't have many checklist fields, I would suggest you to update your parameters with their previous values manually.

 


 

Otherwise, if you have the possibility and knowledge to query your database, I would suggest you to query the genericconfiguration table, searching for datatype containing oChecklistParameters.

Example that should work on some databases:

SELECT * FROM genericconfiguration WHERE datatype LIKE 'oChecklistParameters%';

The datatype contains the custom field ID, while the datakey column contains the field configuration ID. If those IDs are not the right ones (because Jira would have changed them in the fields), you could correct them to get your configuration back.

 


 

I hope this helps!
Kind regards

Merci @Maxime Lefebvre _Okapya_ ,

 

We will consider your advices and try to apply them for the next update.

Thank you again! 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events