I am looking to automatically create an issue in JIRA Service Desk - when a BMC Control-M Job fails. Has anyone done this?
I had to complete with writing scripts - had a developer assist -and was able to get it to work. No app available for the integration.
hey Dave is it possible to integrate both the apps, does it works for you by writing scripts. let me know some idea please.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi even i have same question, is there any way of integration of jira and control M
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello, Dave. Thanks for reaching out to the Atlassian Community!
My suggestion is to use Jira's REST API, use the following REST call:
POST /rest/api/2/issue
I don't know if Control-M has a way to make an HTTP call(with payload) when a job fails. I understand that it also has a REST API, so you could create an application in the middle that connects Control-M to Jira, although it would be easier to just make the POST request when something fails.
Kind regards,
Maurício Karas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register NowOnline forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.