1

I'm pushing my code to github and I have some tickets opened in IBM Maximo, is it possible somehow to make Maximo aware of that I'm working on some code, maybe if I name a branch in git same as it's ticket's name in Maximo IBM?

I've scoured the web and can't find an easy way to accomplish this.

Thanks!

Roxy'Pro
  • 4,216
  • 9
  • 40
  • 102

1 Answers1

1

If I understand your question correctly you are using Maximo Service Desk to manage service requests for a particular software product which also uses Git for its source code version control system and you are looking to relate work items in Git (e.g. issues or commits) to service requests in Maximo.

That being the case, there is no Out of the Box functionality to integrate Maximo and Git. It would potentially be feasible to achieve this using Maximo customisations (e.g. Jython automation scripts) and the Github API but it would not be a small task to do this.

One manual workaround would be to post the url to the work item in Git in the details of a new Work Log associated with the Service Request.

You could also request IBM include this in a future Maximo release.

Maximo.Wiki
  • 631
  • 5
  • 17