Hi Team,
I want to integrated JIRA Service Desk (Data centre ) version with Service now.
Are there any add-ons ? Also is there any other way of integrating them.
Start by defining what you want from "integration" - the word only tells us you want the two systems to work together, but nothing about what you want it to actually do. So we can't begin to talk about any particular way to do it.
Best we can do is tell you "yes, look in the marketplace for Jira and the equivalent for Service Now" and "if you don't do it with apps, you can do it by coding for their remote APIs (REST in Jira's case)"
Thanks for the quick reply, here is below requirement could you please suggest the best possible way -
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'd reach for the marketplace apps for Jira to do this, given your list of requirements (especially the last line). But I'd also be looking to add functions to Service Now, as "change in Service Now triggering change in Jira" is best done on that side, rather than relying on Jira scraping Service Now regularly, looking for change.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Nic,
Could you please brief i am unable to understand by add functions to Service Now, as "change in Service Now triggering change in Jira" are we talking about "JIRA Spoke" here .
Also as i described there are multiple Service Now instances so in that case making changes in every Service Now instance will be difficult.
Is there any add-on or Plug-in in JIRA by which we can get the data from different SNOW instances like below -
https://www.idalko.com/servicenow-jira-integration/
Or is there any 3 party like Exalate or Jitterbit which can fulfill the above requirement
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't understand what you mean by "Jira spoke".
Your "integration" list boils down to two processes we can describe in general:
You need to look at how each system is going to know that the other one changes, and there are only really two ways to do this. There's all sorts of stuff you could talk about with middleware, automation, third party layers, message buses and so-on, but they're all based on the same two principles - oversimplified, these are "push" and "pull"
Note that the first one is usually a lot easier to implement (and more reliable, faster, cheaper and better than the second)
One of the things you need to do is think about where you want to build your integration. If you only want to do push, you'll need something on Jira and ServiceNow that can send those messages to the other system. If you only want to implement it in Jira, you'll need something that can push to ServiceNow AND pull from it as well.
So, in short, yes there are loads of apps on the Jira side that can help the "Jira tells ServiceNow to change", but not many that will do it by monitoring ServiceNow and assuming change from the result of the scraping it does. I know less about the ServiceNow marketplace.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online 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.