Take the 2-minute tour ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm building a client application in Node.js for creating new JIRA issues and I want to authenticate users using OAuth. The Atlassian docs are pretty bad for Jira and Oauth newcomers. So, I'm looking for a single example that describes exactly how to set up the JIRA application link, and the how to build a basic app in node that connects to Jira via OAuth. After a couple days of struggling with this, I'm not sure where else to look. Thanks. (I'm using JIRA v6.0.4)

share|improve this question
1  
Have you had any success? There is a Node.js example on Atlassian's Bitbucket, which is here: bitbucket.org/atlassian_tutorial/atlassian-oauth-examples. –  BrianV Sep 11 '13 at 17:45
1  
Take a look at this answer - might be helpful for you: stackoverflow.com/a/19116334/129815 –  Serge Broslavsky Oct 1 '13 at 14:30

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.