Add customized gadget into Jira Cloud

Vi Phung December 21, 2017

Have anyone able to add a customized gadget into a Jira Cloud Instance? I've been trying the tutorial (link below) but I do not know why it would not work. Could someone please help me? If you have tried any other tutorials and it works for you, please share with me. thank you!

 

https://developer.atlassian.com/server/jira/platform/writing-gadgets-for-jira/

1 answer

1 vote
Gaston Valente
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.
December 28, 2017

Vi,

That documentation is for use with Jira Server.

To extend the cloud instance you need to go with Atlassian Connect:

https://developer.atlassian.com/cloud/jira/platform/extending-the-user-interface/

Atlassian Connect is the way you integrate your apps with cloud instances.

Hope it helps

Vi Phung January 3, 2018

Hello Gaston, thank you for your reply.

I followed the example from : https://developer.atlassian.com/cloud/jira/platform/modules/dashboard-item/ 

After cloning the example into my local computer, I'm still confused of how would I add into the Gadget List on Dashboard? 

 

I am successfully added in a add-on follow by this step: https://developer.atlassian.com/cloud/jira/platform/getting-started/

 

Thank you so much for your help!

Vi Phung January 3, 2018

updated note: I went into Manage add-ons and was able to add on the Atlassian Connect JIRA Dashboard Item Example. However, I cannot find it in the Gadget List (in Dashboard).

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.
January 3, 2018

That suggests your add-on doesn't actually implement anything.  Check the add-on definition file to make sure it tells Jira that there really is a gadget there.

Gaston Valente
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.
January 3, 2018

Vi,

Uploading your add on it's just a part of solutions.

You need to expose to the internet the services you develop and are consumed by your gadget.

Vi Phung January 3, 2018

https://bitbucket.org/atlassianlabs/atlassian-connect-jira-dashboard-item-example/overview

above is the source code for the example. Can you please take a look? thank you!

Vi Phung January 3, 2018

ohhh I see. So I need to write what the gadget does in the example?? I just want to do a simple hello world to see if the gadget would appear in the gadget list first. I'm very new to this so thank you for all your help.

Suggest an answer

Log in or Sign up to answer