-
Suggestion
-
Resolution: Unresolved
-
None
-
None
-
23
-
Issue Summary
Currently, when using JCMA to migrate a JSW project to the cloud the JQL board filter using project id gets broken showing this error message on the filter query:
A value with ID 'XXX' does not exist for the field 'filter'.
Steps to Reproduce
- Create a Scrum project.
- Go to Backlog -> Board -> Configure
- Add a condition with a filter ID to the Filter JQL
- Check that the filter continues to function normally.
- Migrate this project via JCMA.
- On the Board filter query setting in Jira Cloud you will find the error:
A value with ID '10100' does not exist for the field 'filter'.
Expected Results
The expected behavior here should be this JQL board filter using "filter ID" is updated with the new filter ID when migrated to the cloud.
Actual Results
Filters do now show no results after migrating and checking the JQL board filter associated we can see the error message, as explained before.
This happens because the "filter id" in the cloud database is different from the original one.
Workarounds
None.