-
Suggestion
-
Resolution: Unresolved
-
None
-
14
-
31
-
Issue Summary
This is reproducible on Data Center: yes
Filters that reference a team by its id are not updated during the migration to point to the new team id.
For example this JQL:
Team = 277 ORDER BY status ASC
277 is the team id on the server but this id is different in the cloud.
Steps to Reproduce
- Create an AR team
- Use the team in a JQL filter
- Migrate the filter to the cloud
Expected Results
The filter is updated with the new team id
Actual Results
The filter remains pointing to the wrong team id. The filter displays invalid or incorrect data.
Workaround
Update the filter manually.