<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic JIRA: API REST CONNECTOR in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/JIRA-API-REST-CONNECTOR/m-p/1987263#M11454</link>
    <description>&lt;P&gt;Hi, I am trying to create a REST connector in order to get all the issues from the JIRA site of my company.&lt;/P&gt;
&lt;P&gt;I succesfully created a connection to get some information, like projects information:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://......atlassian.net/rest/api/3/project/search" target="_blank"&gt; https://......atlassian.net/rest/api/3/project/search &lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or a certain Issue:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://.....atlassian.net/rest/api/3/issue/PP-1116" target="_blank"&gt; https://.....atlassian.net/rest/api/3/issue/PP-1116 &lt;/A&gt;&lt;/P&gt;
&lt;P&gt;And the authentication is my email and the api key generated in Jira site.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The problem is that I only get 50 rows of data, startAT 0..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to get all the issues, any idea how I can achieve that? Thanks in advance!&lt;/P&gt;</description>
    <pubDate>Thu, 29 Sep 2022 18:41:05 GMT</pubDate>
    <dc:creator>Fq95</dc:creator>
    <dc:date>2022-09-29T18:41:05Z</dc:date>
    <item>
      <title>JIRA: API REST CONNECTOR</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/JIRA-API-REST-CONNECTOR/m-p/1987263#M11454</link>
      <description>&lt;P&gt;Hi, I am trying to create a REST connector in order to get all the issues from the JIRA site of my company.&lt;/P&gt;
&lt;P&gt;I succesfully created a connection to get some information, like projects information:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://......atlassian.net/rest/api/3/project/search" target="_blank"&gt; https://......atlassian.net/rest/api/3/project/search &lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or a certain Issue:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://.....atlassian.net/rest/api/3/issue/PP-1116" target="_blank"&gt; https://.....atlassian.net/rest/api/3/issue/PP-1116 &lt;/A&gt;&lt;/P&gt;
&lt;P&gt;And the authentication is my email and the api key generated in Jira site.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The problem is that I only get 50 rows of data, startAT 0..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to get all the issues, any idea how I can achieve that? Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2022 18:41:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/JIRA-API-REST-CONNECTOR/m-p/1987263#M11454</guid>
      <dc:creator>Fq95</dc:creator>
      <dc:date>2022-09-29T18:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: JIRA: API REST CONNECTOR</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/JIRA-API-REST-CONNECTOR/m-p/1999549#M11526</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/194029"&gt;@Fq95&lt;/a&gt;&amp;nbsp;, thanks for posting!&lt;BR /&gt;&lt;BR /&gt;Having a look at the Jira REST API reference there is a pagination section:&lt;BR /&gt;&lt;A href="https://developer.atlassian.com/server/jira/platform/rest-apis/#pagination" target="_blank"&gt;https://developer.atlassian.com/server/jira/platform/rest-apis/#pagination&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Clients can use the&amp;nbsp;&lt;SPAN class="sc-htoDjs eujlDE"&gt;&lt;CODE&gt;startAt&lt;/CODE&gt;&lt;/SPAN&gt;,&amp;nbsp;&lt;SPAN class="sc-htoDjs eujlDE"&gt;&lt;CODE&gt;maxResults&lt;/CODE&gt;&lt;/SPAN&gt;, and&amp;nbsp;&lt;SPAN class="sc-htoDjs eujlDE"&gt;&lt;CODE&gt;total&lt;/CODE&gt;&lt;/SPAN&gt;&amp;nbsp;parameters to retrieve the desired number of results. Note that each API resource or method may have a different limit on the number of items returned, which means you can ask for more than you are given. The actual number of items returned is an implementation detail and this can be changed over time.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;There is an example listed there that should help get this working as you intend.&lt;/P&gt;
&lt;P&gt;I hope that helps!&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2022 11:42:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/JIRA-API-REST-CONNECTOR/m-p/1999549#M11526</guid>
      <dc:creator>Jay_Brown</dc:creator>
      <dc:date>2022-11-02T11:42:30Z</dc:date>
    </item>
  </channel>
</rss>

