メインコンテンツへスキップ

How can I export my tickets? - ナレッジベース / Deskpro Legacy - Deskpro Support

WARNING: You're browsing documentation for an older version of Deskpro. For the most up-to-date version, see: Download/Export Ticket Results as CSV

How can I export my tickets?

作成者一覧

For up to about 20,000 tickets, you can run this query from the Report Builder:

 

DISPLAY TABLESELECT tickets.*FROM tickets

 

If you have added a lot of custom ticket fields, this may not work (Reports can only include up to about 55 fields). In that case, run a query which specifies the ticket fields individually. Replace SELECT tickets.* in the query above with:

 

SELECT tickets.id, tickets.subject 

 

The full list of ticket fields is available on the Reports Manual.

You will then be able to export the result in PDF or CSV format.

If you have more tickets than the Report Builder can output, you will need to export your tickets using the DeskPRO API (requires programming skills).

参考になった 役に立たない

87 人中 49 人がこのページは参考になったと答えました

コメントを追加

コメントを投稿するには、ログインまたは登録が必要です。

パスワードをお忘れですか?