Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

BMC Remedy Integration

Where can I find a list of BMC Remedy 3rd party integrations? I have found nothing on their website, and their sales department put me in touch with the customer services which wouldn't take my call because I didn't have a customer number.

My company is looking into using BMC Remedy as a customer incident system, and it would be nice if I could integrate it with some software. For example, we could have an internal development tracking system such as Jira, Redmine, MantisBT, Trak, etc. which would integrate with Remedy. Or, have Rememdy itself integrate with something like Hudson or CruiseControl.

So far, I've found nothing that seems to integrate with Remedy -- even with software packages that have a ton of integrations like Hudson and Jira. I don't really care if there are third party proprietary integrations, but I'd like to make sure they already exist and not All you have to do is hire someone at $400 to program everything for you. I want to make sure that there is something now and not be promised it can be done, then find out you really can't do it.

like image 475
David W. Avatar asked Feb 03 '11 18:02

David W.


People also ask

Does Remedy have an API?

The BMC Remedy AR System server uses Jetty as a web server to service the REST API requests. BMC recommends to use Secure Sockets Layer (SSL) certificates with Jetty server to service the REST API requests. For more information, see Configuring the REST API.

What is BMC Remedy used for?

Overview. BMC Remedy ITSM is a service management tool that automates the ITIL process in the modern era. They support various forms of service tickets by which users can create requests that flow to other systems within an organization. Currently, RiskSense supports creating tickets in the form of Incidents.

Did BMC buy Remedy?

[ Keep up on the latest thought leadership, insights, how-to, and analysis on IT through Computerworld's newsletters. ] In a statement, BMC said that after the acquisition, Remedy will operate as a separate business unit.

What is difference between BMC Remedy and ServiceNow?

BMC Remedy operates on a Software-as-a-Service (SaaS) delivery model that uses third-party cloud vendors to deliver services. ServiceNow operates mostly on a Platform-as-a-Service (PaaS) model, allowing for a framework you can build on or customize applications from directly from the cloud.


1 Answers

I may be a bit late to the party here, but I wanted to make this info available for anybody who happened to be searching for this answer in the future. BMC Remedy has an API in Java, which uses a native library in C, as well as bindings for Perl and other languages capable of calling native code. If you can integrate with any of those languages, you can write a custom integration program and integrate with that. As 'Gary L' mentioned, Remedy can also expose any form as a web service, which, in my experience, have simple interfaces.

Since the original question was asked, BMC have created a doc with a wealth of information on their Wiki. A Swedish company, RRR, has also collected every version of the Remedy Java API and required native libraries on a single page. It appear that you no longer need a support ID to access these pages and download the API files.

Hopefully somebody finds this helpful!

like image 118
Devin R Avatar answered Sep 20 '22 22:09

Devin R