There's no need to shout.
I'm afraid your question is far too vague for us to give you an answer. What do you mean by "connect"? The obvious answer is that you want to run Jira as part of your Intranet, in which case, create a Jira installation and make it available on an internal URL. If it's not that, then you're going to need to tell us more about what you mean.
sry Nic but i m not shouting at you....the thing what i want to do is that i want to create a intranet in PYTHON language and want to intregate that intarnet with JIRA.i.e i want to use jira information in my intranet (which is written in PYTHON)..nd thnx for the answer
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Well, shouting in general - easy on the CAPS LOCK :-)
Anyway, you're writing something in Python, and you've got a Jira somewhere, and you want to pull data from that Jira to be used by your Python application. The best thing to do is use REST to talk to Jira.
https://developer.atlassian.com/display/JIRADEV/JIRA+REST+APIs
A basic Python example can be found under: https://confluence.atlassian.com/display/DOCSPRINT/The+Simplest+Possible+JIRA+REST+Examples
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.