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.
TIA!
Hi @Ash
You can do something like this:
<% issue.getLinkedIssues("Associated CR").each{ %>
${it.key} - ${it.summary}
<% } %>
Thank you!
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.