Hi,
I'm trying to export UserStories with an custom Xporter template and have the epic name in the export if the UserStory belongs to an Epic.
The syntax bellow works if there the UserStory belongs to an Epic, but if not I get this text: '${Epic Link.Epic Name}'.
%{('${Epic Link.Epic Name}'.length > 0) ? '${Epic Link.Epic Name}': '-'}
Any ideas?
Many thanks!
Loredana
Hi @Loredana,
You can do this:
%{('${Epic Link.Epic Name}'.indexOf('Epic Link.Epic Name’) > 0) ? '-': '${Epic Link.Epic Name}'}
It's not a good solution but works.
Thanks.
Cheers,
RMRodrigues.
A New Feature(Issue) was created. The means is to provide a new property that indicates you if the issue has an Epic Link. You can follow its status here: http://jira.xpand-it.com/browse/XPORTER-306
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online 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.