Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

JMWE Plugin HTML body script

Ash
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 30, 2023

Hi Team,

 

Is there any way we can print values like below using the JMWE plugin?

 

CRQ-128 - New Application Development

CRQ-133 - New Shopping experience and enrollment

 

I was able to print side by side as shown.

 

Snag_2ad102ad.png

TIA!

1 answer

1 accepted

1 vote
Answer accepted
David Fischer
Community Champion
August 30, 2023

Hi @Ash 

You can do something like this:

<% issue.getLinkedIssues("Associated CR").each{ %>
${it.key} - ${it.summary}
<% } %>
Ash
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 30, 2023

Thank you!

Suggest an answer

Log in or Sign up to answer