Hi,
I want to -
Is it possible and if yes then can some one point out any documentation or example to achieve this?
OR else is there a way to extend dashboard functionality in plugin's webpage, to make it gadget container?
Thanks,
Parag
Hi Parag!
I am sure that it's possible to implement 1, 2 & 3 however it will not be an easy task.
I advise you to check how it's done in JIRA (JIRA sources are open to everyone who bought it and can be downloaded under atlassian account). I monitored actions that are invoked for "Create dashboard" and "Add gadgets" screens and noted mappings for you:
Action URL Class Create dashboard https://MY-JIRA/secure/AddPortalPage!default.jspa com.atlassian.jira.web.action.user.AddPortalPage Add gadgets https://MY-JIRA/secure/Dashboard.jspa com.atlassian.jira.web.action.Dashboard
You need to examine the appropriate classes and copy - paste and then adjust the code. It could be useful to debug appropriate JIRA actions.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.