You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
When filling out a field in Jira to send out a notifications via automation, sometimes people copy and past red font words. example below:
When the email is sent the field shows the name as well as the HTML style. example below:
Package name:
{color:red}testing email notification{color}
Is there a way to either remove the HTML style from {color:red}testing email notification{color} when sending out a notification or get Jira automation to recognize the HTML style and set it as red. Below is the section that contain the place holder for Package names:
<b>Package name</b>:</span><span style='font-size:12.0pt;color:#201F1E'><o:p></o:p></span></p> <p style='line-height:11.55pt'><span style='font-size:10.0pt;color:#201F1E'>{{issue.Package name}}<o:p></o:p></span></p> <p style='line-height:11.55pt'>
Hi @Tory Dennis
I believe you can remove the field editor markup from the fields using the text format, such as with: {{issue.description.text}}
However, if you have actual HTML in the field that is not going to be removed using this method.
Kind regards,
Bill
@Bill Sheboy So the issue im finding is that the field for (Package name) is being used in a transition screen placed in the workflow our in the project we use for our jira tickets.
From reading the documentation for jira I am unable to edit those field, only add, remove or change the placement but I also see in the workflow where i can edit the options for that screen. Would that be where i need to make the change to see if i remove the field editor markup?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Perhaps I misunderstood your question...
I thought you had a Jira issue with a field that contained markup, and that you were then using an Automation for Jira rule to send an email. Is this what you are doing?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Bill SheboyYes that is what im doing, sorry for the confusion. I was only adding examples since im still new to Jira and im not sure where to correct this issue at.
I have added a screenshot as well of what the field looks like and how we are filling it out as well as highlighted the issue.
Due to people copy and pasting in the Package name i thought it should be able to handle any color and font but it does not convert the color in the package name field during the transition screen.
Only in the jira ticket itself as the example from my first post shows does it show the color change to red for testing email notification underneath the Package name field.
So when using an Automation for Jira rule to send an email it keeps the same format as plain text with the {color:red} added beside it instead of changing the plain text to red.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for confirming that. Let's try using that text format with your field in the rule's email action, such as with:
{{issue.Package name.text}}
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.