I wanna make jira plugin for fast commenting of Test cases and i want to use ComenntImpl(http://docs.atlassian.com/software/jira/docs/api/latest/) Is that possible,because i didn't find way to connect xml file which generates ui and java classes?
Community moderators have prevented the ability to post new answers.
A gadget is a light opensocial component, written in HTML, Javascript and styled with CSS. If you want to load data from the backend in your gadget, you could make some AJAX calls to the Jira REST API (http://docs.atlassian.com/jira/REST/latest/).
If you need to perform an action that is not available in this API, you can easily add your own by creating a REST service plugin (http://confluence.atlassian.com/display/REST/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.