Hello, i am looking to export the "Precondition details" in my PreCondition using a custom template in Xporter and I cannot find the mapping to use in order to export this PreCondition's field. Can you help me pls ?
In Xporter for Jira Cloud, when working with Xray test entities such as Preconditions, you need to reference the Xray custom fields using the correct Velocity placeholders supported by the add‑on. A Precondition’s “Details” field is stored as part of the Xray Precondition object, not as a standard Jira field, so generic `${issue.FIELD_NAME}` mappings won’t return it. Xporter exposes these through the Xray context variables, for example `${xrayPrecondition.details}` when the issue type is a Precondition, as outlined in Xporter’s [Xray integration field reference](https://docs.getxporter.app/cloud/integration/xray/#precondition-fields).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.