Export Only Public Comments

Ruth Coleman February 6, 2016

We have the Exporter which works great. However, I need a way to exclude the internal comments. Is there way to do that?

2 answers

1 vote
Rui Rodrigues
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 8, 2017

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

0 votes
Bhushan Nagaraj
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
February 8, 2016

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"

Suggest an answer

Log in or Sign up to answer