Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

how to access data from Jira from a gadget?

Eugenio Leyton April 13, 2015
This is de gadget's body


<Module>
 
 <ModulePrefs author="Eugenio Leyton C." title="BurnUp Mantenciones" description="Esto es un Gadget para graficar el BurnUp de Mantenciones"author_email="eugenio.leyton@lan.cl" directory_title="BurnUp Mantenciones" screenshot="http://certschool.com/blog2/wp-content/uploads/2012/12/Burnup.png"thumbnail="http://certschool.com/blog2/wp-content/uploads/2012/12/Burnup.png">
 
<Require feature="minimessage"/>
 
<Optional feature="dynamic-height"/>
 
 <!--
se agregan estas caracteristicas para incluir Open authorization
-->
 
<Require feature="oauthpopup"/>
  
</ModulePrefs>
 
<UserPref name="show_date" display_name="Show Dates?" datatype="bool" default_value="true"/>
 
<UserPref name="show_summ" display_name="Show Summaries?" datatype="bool" default_value="true"/>
 
<UserPref name="num_entries" display_name="Number of Entries:" default_value="5"/>
 
 <Content type="html">
 
 <![CDATA[
<h1>Codigo para extraer datos</h1>
]]>
</Content>
 
</Module>

3 answers

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Answer accepted
Timothy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 13, 2015

The best way from a gadget is to call JIRA's REST API as you don't need to mess with authentication (https://docs.atlassian.com/jira/REST/latest/). If the current REST API is not what you need, just create your own REST endpoints.

0 votes
Eugenio Leyton April 13, 2015

thanks

0 votes
Volodymyr Krupach
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 13, 2015

What data do you want to access? You can access JIRA REST https://docs.atlassian.com/jira/REST/latest/ by making appropriate ajax calls.

TAGS
AUG Leaders

Atlassian Community Events