How to get the issue object details of subtask in the template for Easy PDF Word Issue plugin

Sushma April 23, 2019

I want the issue details of the subtask of a particular issue and the image of an attachment which is attached to the subtask in the generated PDF  .How to get those details and image from the template using Easy PDF Word Issue .

Like in the template :

<p>issue Key : $issue.key</p>
<p>summary : $summary</p>
<p>description : $description</p>
<p>reporter : $reporter</p>
<p>$issue</p>
<p>$status.getSimpleStatus().getName()</p>
<p>$issue.issueType</p>
<p>List URG : $fieldRenderer.renderField("List URG")</p>
<p>Test Start Date : $fieldRenderer.renderField("Test Start Date")</p>
<p>Attachments : $attachments</p>
<p>$currentUser</p>
<p>$issue.subTaskObjects</p>
<p> Attachments : $attachments

#foreach ($attachment in $attachments)
$attachment.getFilename()
#end
</p>

 

is it possible to get the issue details of the subtasks and image in the generated PDF ?

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events