0

I'm looking for a programmatic way to export Maximo tickets and import them into Jira. The reason is we currently have two ticketing systems and I'd like to give my internal customers access to a single Kanban board (Jira), to give visibility into what the team is working on and where they fit into the queue. I've scoured the web and can't find an easy way to accomplish this.

shilovk
  • 11,718
  • 17
  • 75
  • 74
Rob
  • 1
  • You've looked at Maximo integration framework? You can export to xml, csv, or interface table. I don't know if it can be real time but you can definitely do in batches. I think there's a jira csv importer you can run from command line. That might allow you to automate ticket creation in jira. How you sync status changes though... That's a can of worms... :) – Sun Jul 16 '15 at 23:07
  • Can of worms is an understatement! :) Thanks for the suggestions all. Much appreciated. – Rob Jul 17 '15 at 14:05
  • @Sun is it possible to create communication between git and Maximo? For example if I commit a code to get evidention on Maximo that I've commited something? – Roxy'Pro Apr 15 '20 at 21:01
  • @Roxy'Pro you should create a separate question. Not enough details your in comment to give a good answer anyway. – Sun Apr 17 '20 at 15:02

1 Answers1

0

I'd use JIRA's import from CSV feature. You may need to modify the CSV in various ways to make it acceptable. If you have fewer than 100 tickets, retyping them is often faster

mdoar
  • 6,758
  • 1
  • 21
  • 20