I am using Jira Project Automation (Project Settings > Automation) to create a template for issues. This template is set up as follows:
When creating issues that meet the criteria for this template, it does not display all formatting that is set in the automation rule:
Would appreciate any assistance to help get this working.
Thank you :)
Hi @mon33h and welcome to the community!
I've struggled with this as well and found that it works best when you don't have carriage returns in your formatting. For example, it could start something like this:
{{issue.description}}\\ \\h2.Description / Purpose\\ \\----h2.Scope\\*\\
You'll need to play around with it a bit because it can be very picky with markdown.
Thanks for the advice Mark. Unfortunately that did not work either. I managed to get around it by using panels for the top sections:
{{issue.description}}
{panel:title=Purpose / Description / Background|bgColor=#deebff}
{panel}
{panel:title=Scope|bgColor=#fefae6}
[Insert link to Scope of Work Document]
{panel}
{panel:title=Acceptance Criteria|bgColor=#eae6ff}
#
{panel}
*Working Group Members*
Please see Scope of Work Document for Responsibility Matrix.
||*Name*||*Title*||*Business Unit*||
| | |
*To do list*
||*ID*||*Task*||*Completed Date/By*||
| | |
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.
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.