Hi everyone,
I implemented a web panel plugin into Jira's issue page which loads some content from a remote source. The content will then be visualized via a vm-template. This is currently done if the issue page is loaded.
Now I have two questions:
I'm quite new in using web technics, so I hope my questions comprehensible.
1. Is it possible to load the view of the web panel idependently from the other page content? This is needed because the response of the remote side where the data for the web panel is comming from is a little bit slow and this currently blocks the whole page. For example showing the whole page and using a loading gif during getting the remote data inside the web panel?
I would like to use the "getContextMap" method and the vm-template for this too.
2. If the content is loaded idependently within the web panal area. Can this be done periodicly to refresh these data?
Kind regards,
Dennis
I guess you need to download a javascript with your panel which would do all the job. It will make ajax calls and fill up the necessary fields.
Hi Alexey,
thanks for your fast response.
I will checkout ajax calls in jira to send out a request (i.e. to a webwork action) and fill up a specified area.
Dennis
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.