Hi
How to make a PDF form of entire ticket details, which includes standard & custom fields(Selected fields only).
Although, I have Plugin "Better PDF Exporter for JIRA"
When i export PDF facing below issues
1. Its printing all Custom fields. -- (below codes are performing the action by ForLoop -- it would be better if its selected custom fields)
2. Custom fields are printing in ascending order.
#if(!$exportAllCustomFields)
#set($fieldScreenRenderer = $fieldScreenRendererFactory.getFieldScreenRenderer($user, $issue, $viewIssueOperation, true))
#set($tabs = $fieldScreenRenderer.fieldScreenRenderTabs)
#foreach($tab in $fieldScreenRenderer.fieldScreenRenderTabs)
#set($tabOpened = false)
Output PDF Form: (I just erased some content )
Thanks
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.