The above works perfectly. The problem I am running into is with the formatting. When a team ends their Executive Summary in a Bullet, List, or Table, each Executive Summary that follows get's a weird treatment of either indenting or appending to the previous table.
Here is the code block I am using for formatting the text:
h2. {{now.jiraDate}}
*Total Days: {{issue.Total Days}} | Remaining Days {{issue.Remaining Days}}*\\
{{#lookupIssues}}{color:red}*{{key}} {{summary}}*:{color}\\
{{Executive Summary}} \\
---- \\
{{/}}\\
I've trie forcing line breaks, adding additional content to the end of each Executive Summary, but nothing seems to work. Any clever ideas out there to encase each Executive Summary so the formatting of a previous doesn't impact the subsequent Summaries?
Take a look at the images:
Maybe try adding an extra closer just in case?
...
{{Executive Summary}}
{{\}}
\\
...
(Corrected the above. The closer needs to be on its own line.)
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.