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 !
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!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Merci @Maxime Lefebvre _Okapya_ ,
We will consider your advices and try to apply them for the next update.
Thank you again!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.