The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

gadget

Padmasree P
Contributor
November 21, 2018

where is Jira gadget stored , is it stored in filesystem or in the db. how do we ensure gadgets are intact when we migrate jira servers

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Nic Brough -Adaptavist-
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 Champions.
November 22, 2018

Both.

The distributable parts of gadgets (the deployed "code") live in the file system, either as part of the Jira install or in the <jira home>/plugins directory as part of the add-on that provides them.

The data for the gadgets, including their config lives in the database.  (There's a couple that have config outside the database, but that's called out in the upgrade and install docs for them)

Padmasree P
Contributor
November 22, 2018

Hi Nic,

thanks for sharing the details.. there are few gadgets missing after server migration and Jira update. how do we get those gadgets back.

Nic Brough -Adaptavist-
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 Champions.
November 22, 2018

You probably need to re-install or upgrade the Apps that provide the gadgets.  Check in the UPM (admin -> manage add-ons) to see what might need doing.

If there are gadgets missing that you can't identify, let us know what they're called and we can have a go at finding them.  But check the marketplace and docs for them first.