We are evaluating migration of our Server Jira installation to the cloud.
On one of the projects, migration fails on importing the Board of the project.
Error on the log is as shown below:
2020-05-26 18:59:19.252 ERROR KP project-import We couldn't import Board 'Kickbox board'. Reason: query: The value '1.40.0' does not exist for the field 'fixVersion'.. This caused 47341 other items to fail.
The value '1.40.0' is used on several issues as Fix Version value, also the swimlanes looks like working correctly in the Server installation.
Hi @Walter-42
The first thing I would check is the exact spelling of 1.40.0 in all instances as it is very easy to have something which looks like that but is actually different. Versions are just a text string and can be different without looking so....
1.40.0
1.40.O
1.4O.O
1.4O.0
may all appear the same but are very different with O and 0. But the one that often catches people out is where there is a trailing space.
1.40.0<space>
Once you have checked all these then I would make sure with a single issue import that the layout of the item in your import file does not contain any spurious characters (tabs, non-printing spaces, etc)
Hope this helps you to troubleshoot a bit further.
Phill
It will be kind of difficult to import a single issue, as we are using the "Jira Cloud Migration Assistant" from the available app list in jira, which only supports migration of full projects.
The swimlanes are configured on the board to be based on queries, where the Fixversion is defined. The editor there is automatically adding a space after the number, when entering, as it is expecting something like AND/OR/etc.. Strange thing is that the swimlanes on the board do function correctly with the defined queries.
For now, removed the trailing space, and trying again.. And know what? It works.. But, not because of my change.. There was an update on the app.. As, before updating the board, a copy was made.. And, forgot to update that one.. Arrghhh. Thanks anyway...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Walter-42
Well I am glad you have solved your problem it is amazing how often we can come across things that work when tried just one more time. Also do not expect consistency is something I learnt a long time ago with software written by different folk. One might remember to trim a string to remove trailing spaces whilst another might not and as the testers might also be different people/time they may not even pick up this subtle difference.
Phill
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.