Styling Issue Collector Template

Teresa Payne April 30, 2018

Is there any way to remove the emoji symbols from the Feedback Form?

3 answers

1 vote
Arthur Gonçalves
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 2, 2018

Hi Teresa,

An alternative would be following the instructions on this knowledge article and edit the feedback.vm template file, removing the following lines:

 <div id="feedback-rating" class="matrix rating">
<div class="jic-radio">
<input class="radio triggerPosition" type="radio" id="rating-awesome" name="rating" value="AWESOME" />
<label for="rating-awesome"><img src="$baseurl/images/icons/emoticons/biggrin.gif"/><span class="rating-label">$i18n.getText("collector.plugin.template.awesome")</span></label>
</div>
<div class="jic-radio">
<input class="radio triggerPosition" type="radio" id="rating-good" name="rating" value="GOOD"/>
<label for="rating-good"><img src="$baseurl/images/icons/emoticons/smile.gif"/><span class="rating-label">$i18n.getText("collector.plugin.template.good")</span></label>
</div>
<div class="jic-radio">
<input class="radio triggerPosition" type="radio" id="rating-meh" name="rating" value="MEH"/>
<label for="rating-meh"><img src="$baseurl/images/icons/emoticons/wink.gif"/><span class="rating-label">$i18n.getText("collector.plugin.template.meh")</span></label>
</div>
<div class="jic-radio">
<input class="radio triggerPosition" type="radio" id="rating-bad" name="rating" value="BAD"/>
<label for="rating-bad"><img src="$baseurl/images/icons/emoticons/sad.gif"/><span class="rating-label">$i18n.getText("collector.plugin.template.bad")</span></label>
</div>
<div class="jic-radio">
<input class="radio triggerPosition" type="radio" id="rating-horrible" name="rating" value="HORRIBLE"/>
<label for="rating-horrible"><img src="$baseurl/images/icons/emoticons/thumbs_down.gif"/><span class="rating-label">$i18n.getText("collector.plugin.template.horrible")</span></label>
</div>

 

Regards,
Arthur Gonçalves | Atlassian Support

1 vote
Earl McCutcheon
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 2, 2018

Hello Teresa,

When Creating the Issue collector select either "Raise a Bug" or "Custom", and the "Rate this page" option with the emoji's will not be included on the template.

Then for additional customization options check out the Advanced use of the JIRA issue collector documentation.

0 votes
Heiko Gerlach November 26, 2019

Hi @Teresa Payne 

there is a brand new App called "ReVitalized Issue Collector for Jira" in Atlassian Marketplace, you can style the Form with your own CSS and it even adds a Google reCAPTCHA feature for better security and anti spam.

It is reusing the existing Jira Issue Collector.

https://marketplace.atlassian.com/apps/1221494/revitalized-issue-collector-for-jira?hosting=server&tab=overview

Cheers

Heiko

Suggest an answer

Log in or Sign up to answer