princenyeche/jiraone

Export in .RST an project, issue

yboujraf opened this issue · 4 comments

Dear @princenyeche

I am looking to generate an .rst file including attachments and pictures for my issue reporting.

  • summary of
    • worklog
    • status
    • for each issue, the details including embedded pictures, attachments

Today, exporting in word is not enough and embedded pictures not included

image

Any idea the way to go ?

Best Regards

Hey @yboujraf
I think the best way to export this data is either CSV or JSON. Any other format would just be redundant because there have to be compatible systems which can process or read such data. Given that Jira supports the above two formats well, it would be prudent to follow suit. With that said, I think you should stick with the above two formats. For now jiraone only supports CSV format but I would be adding JSON format support soon and also other features for the issue_export() method. Which I believe will help with backup or data export by including attachment references locally and categorized by project keys.

Dear @princenyeche

Happy to hear that you will enhance the api.

Best Regards

Hi @yboujraf

Just want to let you know that a JSON version of the issue_export() method exists. So the method now supports CSV or JSON formats.

Dear @princenyeche
Thank you for you feedback.

Will check it and will back to you .

Best regards
Youssef