Hi All,
I want to generate a report in PDF format on a workflow transition using groovy script ,
in a JIRA Cloud environment.
Kindly help me with this.
Thanks,
Lipun
Hi @Lipun ,
You can solve this use case by implementing a custom template for the PDF View Plugin.
It supports writing Groovy scripts, so you can get full access to all properties of the workflow, transition, node objects, and format into your preferred layout.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.