<?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 Extract XML data from web query (JQL - JIRA query language) in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Extract-XML-data-from-web-query-JQL-JIRA-query-language/m-p/2203493#M4777</link>
    <description>&lt;P&gt;HI,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am&amp;nbsp;using JIRA from atlassion. We can use query in JIRA and get the reports in XML format. I want to get the XML input in Talend using web address. Which component is suitable for this. My link is like this -&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://jira.abcd.com/sr/jira.issueviews:searchrequest-xml/temp/SearchRequest.xml?jqlQuery=project+%3D+%22FUEL+DAILY+SUPPORT%22+and+fixVersion+%3D+null&amp;amp;tempMax=1000" target="_blank" rel="nofollow noopener noreferrer"&gt;https://jira.abcd.com/sr/jira.issueviews:searchrequest-xml/temp/SearchRequest.xml?jqlQuery=project+%3D+%22FUEL+DAILY+SUPPORT%22+and+fixVersion+%3D+null&amp;amp;tempMax=1000&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Please advise.&lt;/P&gt;</description>
    <pubDate>Thu, 13 Apr 2017 11:33:31 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-04-13T11:33:31Z</dc:date>
    <item>
      <title>Extract XML data from web query (JQL - JIRA query language)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Extract-XML-data-from-web-query-JQL-JIRA-query-language/m-p/2203493#M4777</link>
      <description>&lt;P&gt;HI,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am&amp;nbsp;using JIRA from atlassion. We can use query in JIRA and get the reports in XML format. I want to get the XML input in Talend using web address. Which component is suitable for this. My link is like this -&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://jira.abcd.com/sr/jira.issueviews:searchrequest-xml/temp/SearchRequest.xml?jqlQuery=project+%3D+%22FUEL+DAILY+SUPPORT%22+and+fixVersion+%3D+null&amp;amp;tempMax=1000" target="_blank" rel="nofollow noopener noreferrer"&gt;https://jira.abcd.com/sr/jira.issueviews:searchrequest-xml/temp/SearchRequest.xml?jqlQuery=project+%3D+%22FUEL+DAILY+SUPPORT%22+and+fixVersion+%3D+null&amp;amp;tempMax=1000&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Please advise.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2017 11:33:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Extract-XML-data-from-web-query-JQL-JIRA-query-language/m-p/2203493#M4777</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-13T11:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: Extract XML data from web query (JQL - JIRA query language)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Extract-XML-data-from-web-query-JQL-JIRA-query-language/m-p/2203494#M4778</link>
      <description>Hi 
&lt;BR /&gt;Take a look at tJiraInput component that can be used to extract jira issues and returns the records in json format, afterwards, use a tExtractJsonFields to extract data from the response. 
&lt;BR /&gt; 
&lt;BR /&gt;Regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Thu, 13 Apr 2017 13:20:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Extract-XML-data-from-web-query-JQL-JIRA-query-language/m-p/2203494#M4778</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-13T13:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: Extract XML data from web query (JQL - JIRA query language)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Extract-XML-data-from-web-query-JQL-JIRA-query-language/m-p/2203495#M4779</link>
      <description>&lt;P&gt;Hi Shong,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks for your response. I have used tJiraInput component for this purpose. But it is not creating correct Json file.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;It is created like this:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;{"data":[{"json":"{&amp;amp;quot;value&amp;amp;quot;:&amp;amp;quot;\\&amp;amp;quot;Acceptance Criteria\\&amp;amp;quot;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;IMG src="https://community.qlik.com/" border="0" alt="" /&gt;In the Host URL field, the address should be till what level? Login Page or the page where we put JQL in JIRA. Please help.&lt;/P&gt;</description>
      <pubDate>Sat, 15 Apr 2017 18:13:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Extract-XML-data-from-web-query-JQL-JIRA-query-language/m-p/2203495#M4779</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-15T18:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: Extract XML data from web query (JQL - JIRA query language)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Extract-XML-data-from-web-query-JQL-JIRA-query-language/m-p/2203496#M4780</link>
      <description>Hi 
&lt;BR /&gt;The screenshot is not available, can you try to upload it again? 
&lt;BR /&gt;What data do you want to extract the response? In addition, can you have a try to use tHttpRequest to access the link? Let me know if it returns the response. 
&lt;BR /&gt;Regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Mon, 17 Apr 2017 09:40:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Extract-XML-data-from-web-query-JQL-JIRA-query-language/m-p/2203496#M4780</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-17T09:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Extract XML data from web query (JQL - JIRA query language)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Extract-XML-data-from-web-query-JQL-JIRA-query-language/m-p/2203497#M4781</link>
      <description>&lt;P&gt;also (in addition to above)&lt;/P&gt;
&lt;P&gt;if any system haven't pre-defined component, but support REST API, like Jira -&amp;nbsp;&lt;A href="https://developer.atlassian.com/jiradev/jira-apis/jira-rest-apis" target="_blank" rel="nofollow noopener noreferrer"&gt;https://developer.atlassian.com/jiradev/jira-apis/jira-rest-apis&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use tRESTClient for&amp;nbsp;direct work with system&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2017 02:38:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Extract-XML-data-from-web-query-JQL-JIRA-query-language/m-p/2203497#M4781</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2017-04-18T02:38:30Z</dc:date>
    </item>
  </channel>
</rss>

