-
Type:
Suggestion
-
Resolution: Unresolved
-
Component/s: Import/Export - PbP Import API
-
13
-
35
Issue Summary
JQL filters with non-English custom field names fail to function after migration
Steps to Reproduce
- Create a brand new Jira Software instance
- Unlock all custom fields following Unlock a locked Jira Software custom field
- Delete all custom fields
- Change admin user language to Chinese (or any non-English language)
- Create a new project with sample data
- Observe board has default JQL
project = KAN ORDER BY 等级 ASC
等级 is the Jira Software generated rank custom field
- Migrate board using JCMA
- Observe Jira filter in Cloud
project = KAN ORDER BY 等级 ASC
JCMA has migrated the data as is.
When running the filter, the filter returns an error - Not able to sort using field '等级'.
This is due to JRACLOUD-72294: Ability to allow JQL to use translated fields in Advanced Searching Query
Expected Results
- JQL sorted by translated custom fields should continue to sort, OR
- JCMA updates JQL from 'ORDER BY 等级' with 'ORDER BY Rank'
such that the JQL continues to function.
Actual Results
Error is returned - Not able to sort using field '等级'.
Workaround
- Update all JQL filters prior to migration.
These may be detected with:SELECT * FROM searchrequest WHERE reqcontent LIKE '%ORDER BY 等级%'
Replace "等级" as necessary
- Contact Atlassian support after your production migration
Generic Workaround for any translated custom fields referred in JQLs
- Identify all JQL filters prior to migration in the source.
- Update the JQLs such that the CFs are in English.
- Migrate to cloud and verify if the filters work fine.
- is related to
-
JRACLOUD-72294 Ability to allow JQL to use translated fields in Advanced Searching Query
- Gathering Interest
- is parent of
-
MOVE-130459 Loading...
- mentioned in
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...