I'm writing a gadget for Jira and since I'm not really good at Javascript I was wondering if it is possible to refer to data in a .java file. It would make handling information so much easier for me.
I'm thinking about writing code similar to a report.
Is that possible?
Data handling can be done in Java, in a rest plugin. The UI rendering will still be javascript.
Lots of Javascript!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So, do I need to add a rest pluginmodule to my plugin?
and how do I access the code?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
check the following doc to develop rest plugin
https://developer.atlassian.com/display/DOCS/REST+Plugin+Module
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.