Pulasthi, Good work.. What are the advantage of these gadgets over the ones provided by JIRA itself? (apart from the fact these can run within our platform.. of course)... If these are going to the client portal, I would say we need to show more summarized view.
IMO, the idea is for a client to see a summary of their projects using the portal & the go to the client support jira for more details if required. Considering the user base, manager type of roles will be interested in getting the summarized view, where as engineers would like to go to the actual jira. Have you also considered the project summary view offered by JIRA itself? Have we considered the option of JIRA's gadgets rather than writing our own? /sumedha On Fri, Apr 1, 2011 at 1:52 PM, Pulasthi Supun <[email protected]> wrote: > HI All > > I created a new JIRA issue tracking gadget for the Gadget server under > client information portal which i am assigned for my internship. This was > developed since the existing JIRA gadget supply's very little functionality. > When developing the gadget i looked into a few JIRA API's including > SOAP, XML-RPC and REST. Since the JIRA REST API is still not complete and > was only supported in JIRA 4.2+ it was decided on retrieving the data needed > by gadget using the "searchrequest-xml". This request will send back and > XML containing the issue data filtered by the parameter that are set in the > request.The XML is parsed to generate the view. The view is generated using > JQuery and JavaScript. > > Features: > > 1.Users can browse the issues related to a project by selecting the project > from the drop down menu > > 2.Users can use the search option to search the issues in JIRA according to > the following parameters > > - project (one or many) > - issue type (one or many) > - status (one or many) > - resolution (one or many) > - priorities (one or many) > - reporter > - assignee > - users can also use a text search to find a specific string within > comments,summary, description and environment > > > 3. Users can specify the organization in the gadget settings to use the > gadget for an organization of their choice > > This gadget will be available with the next Gadget Server release. > > below are some snapshots of the gadget > > [image: snapshot01.PNG] > > > [image: snapshot2.PNG] > > > [image: snapshot3.PNG] > > > _______________________________________________ > Carbon-dev mailing list > [email protected] > http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev > >
_______________________________________________ Carbon-dev mailing list [email protected] http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
