Save a PDF copy of a ticket using Jira API?

Hi there!

I have been using the JIRA python library to automate some of the trival tasks I have to do. I now need to save a pdf of a ticket, and I cant find any documentation around that.

My desired output is the exact output you get when you print a ticket and save it as a pdf.

How do I do this?

Thanks.

I don’t think you can do that without using a browser and its “print to PDF” function.

If you want PDF exports using a new REST end-point added to the core JIRA REST API, our app can do that.

See: REST API - Better PDF Exporter for Jira | Midori

Thanks aron.gombas, I have the same problem and that has been resolved

1 Like