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 after text
\\ \\
it's works for me.
worked for me too, thanks !
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.