Hi,
I try to export a kcf single autocomplete field with Xporter, but the result is
[SocOptionImpl{label='PO-212044', value='PO-212044'}]
How can I get "PO-212044" for answer?
I tried ${value:#ITEM}, but it doesn't work
any idea?
Thanks
Hi Laetitia Labranche,
The Xporter for JIRA allows you to use Javascript, as you can see on our documentation into your templates and with this, you're able to get only the information you need on your template.
So, I already prepare a solution for your request:
{code}
%{var text = “${<FieldName>}”.match(/value='(.*)'/)[1];text;}
{code}
So, can you try it and give me the feedback, please?
If you have any doubts, please, don't hesitate to contact us
Best regards,
André Fernandes Rodrigues
Xpand Add-ons Team
It works!
thank you reaaly much
Laetitia
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Laetitia Labranche,
The Xporter for JIRA allows you to use Javascript, as you can see on our documentation into your templates and with this, you're able to get only the information you need on your template.
So, I already prepare a solution for your request:
%{var text = “${<FieldName>}”.match(/value='(.*)'/)[1];text;}
So, can you try it and give me the feedback, please?
If you have any doubts, please, don't hesitate to contact us
Best regards,
André Fernandes Rodrigues
Xpand Add-ons Team
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Laetitia Labranche,
The Xporter for JIRA allows you to use Javascript, as you can see on our documentation into your templates and with this, you're able to get only the information you need on your template.
So, I already prepare a solution for your request:
%{var text = “${<FieldName>}”.match(/value='(.*)'/)[1];text;}
So, can you try it and give me the feedback, please?
If you have any doubts, please, don't hesitate to contact us
Best regards,
André Fernandes Rodrigues
Xpand Add-ons Team
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Time to up your Loom game! The new Loom Essentials Certification is here! Show off your skills, learn pro tips, and get officially recognized. Perfect for taking your video messaging to the next level.
Learn moreOnline forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.