Xporter, how can I export value from KCF single autocomplete data?

Laetitia Labranche August 16, 2017

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

3 answers

1 accepted

1 vote
Answer accepted
André Rodigues August 24, 2017

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

Laetitia Labranche August 24, 2017

It works!

thank you reaaly much

Laetitia

0 votes
André Rodigues August 24, 2017

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

0 votes
André Rodigues August 24, 2017

 

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

 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events