want to create a customized page using JIRA functionality which can autorefresh it in say 15 sec interval any direction is appreciated
If it's the assigned to me gadget that you want to change the refresh rate, then there is a really simple answer if you also have Confluence. Edit a page, bring up the macro browser & insert the gadget you want. At the bottom should be an option to refresh, set it anything, it doesn't matter. Save.
Then look at the macro that has been created in your page. It should have a refresh parameter. Change this to be your new rate e.g. refresh=1 for every minute. If you put something like refresh=true then it will refresh as fast as it can & will massively increase the load on your jira server.
{gadget:url=http://jira.xxxxxx.com:8080/rest/gadgets/1.0/g/com.atlassian.jira.gadgets:filter-results-gadget/gadgets/filter-results-gadget.xml}filterId=filter-11027&num=10&columnNames=--Default--&isConfigured=true&refresh=1{gadget}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
but to embed the meta tag i need to figure out the source of "assigned to me" jsp right ? i tried but couldnt do the same. i have been doing research on this since wednesday so if i asking something silly am sorry,just to add i have not been able to add my own Custom page to JIRA as mentioned above so i am kinda stuck ..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
when you say altassian source tree you mean in Jira installtion which is at /opt/atlassian/jira right ??i have been trying to backtrace the xml file but no success yet .. will try harder .. thanks for your help .. any pointer to search the same will be really helpfull. Manish
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
no i mean the source code that you can get when you buy a commerical license. You will not find anything in the installed distribution since the gadget.xmls live in JAR files.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
okay cool .. i do have a commercial license , will look in to that . Thanks for your help
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is this a jira dashboard you are trying to get to refresh every 15s?
The old skool approach would be to have an HTML page with frames & a piece of javascript that reloaded your target page every 15s but that would be nasty!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
may be i will have my own gadget doint it for me .. but as of now i am facing another problem where i am able to see my gadget in plugins but not able to add it to the newly created dashboard.
can you also please help me in how can i add my own custom page to JIRA dashboard .. That would be in form a gadget right ?
also say i want to modify the "Assign to me" gadget providded by JIRA for a time less than a min rather than the options provided by JIRA which is atleast 15 mins.. how can i do that ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think you have to explain this a little bit more. I have no idea what you want to do... Sorry
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
actually i want to write a plugin which will ahev a customized landing page and the page needed to be be refresh at an interval of 15 sec .
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.