HOW TO CONNECT COMPANY'S INTRANET WITH JIRA?

swaraj jaiswal March 25, 2013

I WANT TO CREATE AN INTRANET FOR MY COMPANY AND LATER WANT TO CONNECT THAT INTRANET WITH JIRA .PLZ GUIDE ME ,

THANKS IN ADV.

1 answer

1 vote
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 25, 2013

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.

swaraj jaiswal March 25, 2013

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

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 25, 2013

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

Suggest an answer

Log in or Sign up to answer