Details
-
Spike
-
Status: Closed
-
Major
-
Resolution: Done
-
None
-
None
-
XPORTERCLOUD 2020 Sprint 8
Description
As a user, I should be able to export the custom fields with the translated name. But if you don't have a translation option it should export using the original name
Example:
Test steps to reproduce:
- Create a custom field called Work Value
- Add a translation option. Choose language = French and Field Name = valeur de travail
- Associate the custom field to issue type and screen scheme
- Go to an issue and write something in that custom field
- Create a template with these mappings UK - ${Work Value}, FR - ${valeur de travail}
- Go to the issue that you choose in step 4 and export the template created in step 5
Error: The FR - $ {valeur de travail} mapping is blank. Doesn't export anything.
Should export in all translation options.