Question

I'm working on a web application that I need to Integrate with Jira bug tracking tool. I have successfully integrated with the applications hosted at jira, but now I have to integrate with the JIRA hosted on other server (not the .atlassian ones).

Was it helpful?

Solution

The hosted solution will have the same capabilities as a REST API. So just point to the appropriate URL and it should work.

OTHER TIPS

If you are just trying to integrate with the REST API, just try hitting it to see if its enabled.

If it isn't enabled, make sure the 'Allow Remote API Calls' is turned ON under Administration > General Configuration.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top