Dear, colleagues!
By XML export of an issue the all custom fields are get out in a cycle. We need to get the values some of them, not all. Wich variable could we use to get it by the piece like assegnee or status?
I tried different variants but they didn't help (e.g. for CF_10400):
#if ($issueXmlViewFields.isFieldRequestedAndVisible('customfield_10400'))
<MY_TAG_0>#xmlEscape($issue.customfield_10400))</MY_TAG_0>
<MY_TAG_1>#xmlEscape($issue.getCustomFieldXML('customfield_10400'))</MY_TAG_1>
<MY_TAG_2>$xmlView.getCustomFieldXML('$issue.customfield_10400')</MY_TAG_2>
<MY_TAG_3>#xmlEscape($layoutItem.orderableField.name)</MY_TAG_3>
... many of others ... )))
#endCould you suggest us the right variable.
Thanks in advance for your support!
Regards
Vyacheslav
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.