We have the Exporter which works great. However, I need a way to exclude the internal comments. Is there way to do that?
Hi @Ruth Coleman,
If you're using Xporter for JIRA you can do it. See the example below:
#{for comments}
#{if (%{‘${Comments[n].GroupLevel}’.equals(‘’)})}
${Comments[n].Author}
${Comments[n].Body}
#{end}
#{end}Cheers,
Rui Rodrigues
Hey Ruth,
Are you referring to the Xporter add-on?
https://marketplace.atlassian.com/plugins/com.xpandit.plugins.jiraxporter/server/overview
If yes, I am not sure if this is a feature but you can contact their support team at http://confluence.xpand-it.com/display/ADDONS/Add-ons+Welcome
I would also suggest you label the question with "com.xpandit.plugins.jiraxporter"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.