Hi Guys,
Trying to refactor my add-on to get rid of the deprecation warnings. I found some of the modules I need by browsing the code but I could not find a list of the modules and their API anywhere. I did find some references to AMD modules in Bitbucket and Stash doc but nothing concrete.
Does a list of JIRA javascript modules exist anywhere?
For example, instead of using JIRA.bind, one needs to require the ‘jira/util/events’ module and use it’s bind function. Found that by browsing the code but there should be an official doc somewhere.
Thanks