Show JIRA gadgets third party web app

rcasares June 6, 2012

Hello! I'm integrating JIRA a PHP web app, and I want to show some JIRA gadgets inside of it. Much like this https://confluence.atlassian.com/display/GADGETS/Adding+an+Atlassian+Gadget+to+iGoogle+and+Other+Web+Sites

I'm wondering how to do this, and I'm asking for some directions. Looking around I found http://code.google.com/p/opensocial-php-client and I've been playing with this a bit, but I'm a bit confused right now.

Some concrete questions I have:

1. Is this possible?

2. When I configure an application link in JIRA, in the incoming OAuth tab I set the consumer key, consumer name, and public key. But, in order to use this php opensocial client from my application, I understand that I need a) consumer-key, and b) consumer secret, so my question is, where do I find this consumer secret?

Thank you very much!

1 answer

0 votes
EddieW
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 28, 2014

I dont think you need applinks, but a simple oauth consumer.

https://confluence.atlassian.com/display/JIRA042/Configuring+OAuth+Consumers

heres a tutorial that shows how to do it with igoogle, you should be able to find references to the rest of the info you need.

https://confluence.atlassian.com/display/GADGETS/Adding+an+Atlassian+Gadget+to+iGoogle+and+Other+Web+Sites

Suggest an answer

Log in or Sign up to answer