I run into a variable (or library?) JIRA in the web console. It has many functions, like JIRA.IssueNavigator, JIRA.parseOptionsFromFieldset, etc.
Anyone knows what is this and if there is any documentation available?
Thanks in advance,
Hi Adolfo,
JIRA is an utility class, but you have already noticed that. I am not sure if there is any documentation available(I'll edit my answer if I'll find something), but the method names should be clear enough to safely use it. Additionally, if you're curious about what's happening behind the scenes, most of the functions are available if you just type the function(without invoking it), like this:
JIRA.parseOptionsFromFieldset
If this is not enough for you, try to search for Issue.js file in the Atlassian JIRA sources(freely available for any license bigger than 10 users)
Hope this helps,
Silviu
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.