Jira Greenhopper Rapid Board client-side update event -


i created javascript solution show story points on rapid board.
see comment in: https://jira.atlassian.com/browse/ghs-6755.

i want process issues on rapid board when dynamically loaded or updated. possible receive event (javascript) when greenhopper finishes updating rapid board?

found it:

jquery().ready(function() {     ajs.$(gh).bind('workmodeuiready', function() {          // code here     }); }); 

Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -