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.
Hi guys,
I have created an automation rule in Jira that will automate my description templates. So far everything is working well, I can stylize the code as needed. However, I have run into an issue.
I want to try to add a line break using Jira's automation techniques. So far, I am only successful using Jira's rest API on Python with \n.
Is there any way to do it in the Automation settings of Jira?
try this "\n" (remove double quote) after text. it is work for me.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Christopher Lia and welcome to the community,
the characters \\ will result in a line break.
Best
Stefan
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.
Hi @Christopher Lia ,
Could you please add a screenshot of your automation rule? That may help analyzing the problem.
Best
Stefan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Here is the rule, whenever [RNG] is in the summary, it will trigger the description. However, it doesn't automate the line breaks.
Here is the result of this rule.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Could you try to add at the end of the line? (Tested this and that worked in my system)
Best
Stefan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm still facing the same issues, even after copying your adjustments. When I create new tickets, it's the same as before, no line breaks :(
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
😵😵 that looks really weird.
Unfortunately I´m running out of ideas :(
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.