Skip to content

Python script to export tasks from Mojo Help Desk in JIRA friendly format

Notifications You must be signed in to change notification settings

ezemtsov/mojohelpdesk-2-jira

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

mojo2jira

export your MOJO Helpdesk ticket data in jira-friendly CSV format with comments

How to use

python3 mojo2jira.py --key {YOUR API KEY} --id {MOJO QUEUE/GROUP ID} --mode {QUEUE || GROUP}

Successfull execution results in ticketData.csv file in same folder

Following options are available:

--key {YOUR API KEY} (mandatory)
--id {MOJO GROUP/QUEUE ID} (mandatory)
--mode {GROUP || QUEUE} (mandatory)
--max_comments {MAX COMMENTS PER TICKET}

Dependencies

pip3 install requests

Notes

  • Export progress is saved on disk, so that it can be continued on failure.
  • On start script creates ticketQueue.json file with all tickets to be exported.
  • Don't forget to delete ticketQueue.json file if you need to start a new export.
  • HTTP requests are executed in batches of 24 requests. This can be corrected if needed.

About

Python script to export tasks from Mojo Help Desk in JIRA friendly format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages