<?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 Re: Qlik Sense Rest API Connector for Jira/Getting custom fields with their names from jira to Qlik in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-Rest-API-Connector-for-Jira-Getting-custom-fields/m-p/1815409#M9155</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6748"&gt;@stevedark&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks you and appreciate your work . without your help it would not be possible .&lt;/P&gt;</description>
    <pubDate>Wed, 16 Jun 2021 09:04:48 GMT</pubDate>
    <dc:creator>ajayvermaida</dc:creator>
    <dc:date>2021-06-16T09:04:48Z</dc:date>
    <item>
      <title>Qlik Sense Rest API Connector for Jira/Getting custom fields with their names from jira to Qlik</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-Rest-API-Connector-for-Jira-Getting-custom-fields/m-p/1748461#M8426</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;Good Evening,&lt;/P&gt;&lt;P&gt;My source is jira, Loaded data from Jira through REST API into qlik sense, while loading Issue table &lt;STRONG&gt;custom fields&lt;/STRONG&gt; are loading into Qlik like Custom filed ids as lable, so its difficult to identify what is the actual filed name from jira.&lt;/P&gt;&lt;P&gt;Due to requirement in project few field were added in Jira by Jira developer those fields called custom fields. These newly added fields by Jira developer are coming into qlik as custom filed with id (ex: custom field 250,custom filed 340).&lt;/P&gt;&lt;P&gt;While creating the REST connection defined the filed names in the parameters, even though custom filed with ids are loading.&lt;/P&gt;&lt;P&gt;Do i missed something while loading,please help on this.&lt;/P&gt;&lt;P&gt;Thanks in Advance!!!!!!!!!!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Varsha.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Dec 2021 14:01:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-Rest-API-Connector-for-Jira-Getting-custom-fields/m-p/1748461#M8426</guid>
      <dc:creator>Qlik-Developer</dc:creator>
      <dc:date>2021-12-21T14:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Rest API Connector for Jira/Getting custom fields with their names from jira to Qlik</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-Rest-API-Connector-for-Jira-Getting-custom-fields/m-p/1748655#M8427</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/27961"&gt;@Qlik-Developer&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As you have identified the custom fields in Jira are a bit of a pain, as they are just given fieldnames custom_xxxxx, and it is not clear which number which custom field is given.&lt;/P&gt;&lt;P&gt;What I do with my Jira app is when I need to get a new custom field I enter a string into that field on a ticket and then select all data from the Jira connector into a new blank app and then use the global search to find the string I have input. This then gives me the fieldname I am looking for. I then go back into the load script for the whole Jira dataset and find the bit of the code that has the custom field. More often than not it is in a sub-table which joins to the main table with a foreign key. The code for that is then copied (carefully) into the load for my actual Jira QVD generator.&lt;/P&gt;&lt;P&gt;To get the custom fields into the main table (rather than hanging off the side) I create a mapping table for each custom field, using the FK fields to ApplyMap it back in. You need to be careful when doing this with a paged load to ensure you include the page number, as the FKs restart on 1 for each page. I inject the page number into the mapping table name, e.g. &lt;STRONG&gt;Map_$(iPage)BusinessReason&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Hope that points you in the right direction.&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 20:52:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-Rest-API-Connector-for-Jira-Getting-custom-fields/m-p/1748655#M8427</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2020-09-30T20:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Rest API Connector for Jira/Getting custom fields with their names from jira to Qlik</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-Rest-API-Connector-for-Jira-Getting-custom-fields/m-p/1748656#M8428</link>
      <description>&lt;P&gt;Can you provide me the sample app for better understanding&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 20:58:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-Rest-API-Connector-for-Jira-Getting-custom-fields/m-p/1748656#M8428</guid>
      <dc:creator>Qlik-Developer</dc:creator>
      <dc:date>2020-09-30T20:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Rest API Connector for Jira/Getting custom fields with their names from jira to Qlik</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-Rest-API-Connector-for-Jira-Getting-custom-fields/m-p/1748662#M8429</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/27961"&gt;@Qlik-Developer&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can't provide the app, but I can provide some code snippets from it. I am not connected to the right network to get the code at present, but will get it when I am next on that network. Feel free to remind me if I haven't found it for you by the weekend.&lt;/P&gt;&lt;P&gt;If you share your code here I can potentially give some pointers, even ahead of me getting my code.&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 21:30:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-Rest-API-Connector-for-Jira-Getting-custom-fields/m-p/1748662#M8429</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2020-09-30T21:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Rest API Connector for Jira/Getting custom fields with their names from jira to Qlik</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-Rest-API-Connector-for-Jira-Getting-custom-fields/m-p/1749292#M8430</link>
      <description>&lt;P&gt;Thanks for your explination.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Which jira connector you used to load data from jira to qlik sense.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Oct 2020 19:05:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-Rest-API-Connector-for-Jira-Getting-custom-fields/m-p/1749292#M8430</guid>
      <dc:creator>Qlik-Developer</dc:creator>
      <dc:date>2020-10-02T19:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Rest API Connector for Jira/Getting custom fields with their names from jira to Qlik</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-Rest-API-Connector-for-Jira-Getting-custom-fields/m-p/1749293#M8431</link>
      <description>&lt;P&gt;Yes please provide me the code for reference.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Oct 2020 19:20:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-Rest-API-Connector-for-Jira-Getting-custom-fields/m-p/1749293#M8431</guid>
      <dc:creator>Qlik-Developer</dc:creator>
      <dc:date>2020-10-02T19:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Rest API Connector for Jira/Getting custom fields with their names from jira to Qlik</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-Rest-API-Connector-for-Jira-Getting-custom-fields/m-p/1749296#M8432</link>
      <description>&lt;P&gt;I have loaded just issues table into qlik just for try but the issue is while loading through rest api&amp;nbsp; each field of jira is trearing as one table in qlik.&lt;/P&gt;&lt;P&gt;As u said how can i create mapping table for&amp;nbsp; my custom fileds to get all customs fields into maim table .as i dnt see main table while loading from jira beacuse each field of jira in qlik trearing as single table please see in below attached screenshot.&lt;/P&gt;&lt;P&gt;Only 14 fields are presnt in issues table of jira but while loading into qlik some extra fields are loading as table which creating confusion.&lt;/P&gt;&lt;P&gt;Thanks in advance......&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="IMG-20200929-WA0002.jpeg" style="width: 4128px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/41663i05A2B00870995283/image-size/medium?v=v2&amp;amp;px=400" role="button" title="IMG-20200929-WA0002.jpeg" alt="IMG-20200929-WA0002.jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Oct 2020 19:37:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-Rest-API-Connector-for-Jira-Getting-custom-fields/m-p/1749296#M8432</guid>
      <dc:creator>Qlik-Developer</dc:creator>
      <dc:date>2020-10-02T19:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Rest API Connector for Jira/Getting custom fields with their names from jira to Qlik</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-Rest-API-Connector-for-Jira-Getting-custom-fields/m-p/1749299#M8433</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/27961"&gt;@Qlik-Developer&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When you load from the REST connector all of the sub tables come into one large table, with nulls in some of the columns. You need to pull the right columns from the main table, where certain fields are not null, to get to the right individual tables. The connector wizard has a go at this for you, but I find it is better ignoring that and building it yourself a bit.&lt;/P&gt;&lt;P&gt;I've attached a redacted version of my load script. It has code in there for incremental load and paging. It only picks up the most recent few pages on most loads, but you can set a variable for it to refresh all.&lt;/P&gt;&lt;P&gt;Obviously, all of the custom fields will be different in your load and many of the standard fields will be also. Hopefully this will give you the pointer you need to build your own code.&lt;/P&gt;&lt;P&gt;To use this you need to create a filter in Jira and put the filter into the variable at the start of the script.&lt;/P&gt;&lt;P&gt;Please let me know if you have any further questions. Good luck!&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Fri, 02 Oct 2020 20:46:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-Rest-API-Connector-for-Jira-Getting-custom-fields/m-p/1749299#M8433</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2020-10-02T20:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Rest API Connector for Jira/Getting custom fields with their names from jira to Qlik</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-Rest-API-Connector-for-Jira-Getting-custom-fields/m-p/1750674#M8434</link>
      <description>&lt;P&gt;&lt;SPAN&gt;How the&amp;nbsp; mapping table&amp;nbsp; created for each custom field, using the FK fields to ApplyMap?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 11:51:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-Rest-API-Connector-for-Jira-Getting-custom-fields/m-p/1750674#M8434</guid>
      <dc:creator>Qlik-Developer</dc:creator>
      <dc:date>2020-10-08T11:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Rest API Connector for Jira/Getting custom fields with their names from jira to Qlik</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-Rest-API-Connector-for-Jira-Getting-custom-fields/m-p/1750677#M8435</link>
      <description>&lt;P&gt;Exactly that. It's all in the attached zip.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 12:01:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-Rest-API-Connector-for-Jira-Getting-custom-fields/m-p/1750677#M8435</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2020-10-08T12:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Rest API Connector for Jira/Getting custom fields with their names from jira to Qlik</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-Rest-API-Connector-for-Jira-Getting-custom-fields/m-p/1750681#M8436</link>
      <description>&lt;P&gt;After entering a string in Jira,When i load data into qliksense 100's of custom filed tables are appearing under select data to load ,so to find the string&amp;nbsp; what i entered in jira do i need to load all the custom tables appearing under&amp;nbsp;select data to load?&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 12:12:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-Rest-API-Connector-for-Jira-Getting-custom-fields/m-p/1750681#M8436</guid>
      <dc:creator>Qlik-Developer</dc:creator>
      <dc:date>2020-10-08T12:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Rest API Connector for Jira/Getting custom fields with their names from jira to Qlik</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-Rest-API-Connector-for-Jira-Getting-custom-fields/m-p/1750698#M8437</link>
      <description>&lt;P&gt;The thing to do is create a new app and use the Select Data wizard and load all of the data from the connector. Enter a unique value into all of the columns you want to take. Delete all of the residents loads from the load script before reloading. Once the data is in you can use the global search to find the custom_xxxx fields for all of the values you want. Once you have these you can build the statement you need to pull just the fields you want and create mapping tables to give them the right values with the right names.&lt;/P&gt;&lt;P&gt;It's a bit long winded, but hopefully you will be able to get to where you need to.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 12:57:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-Rest-API-Connector-for-Jira-Getting-custom-fields/m-p/1750698#M8437</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2020-10-08T12:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Rest API Connector for Jira/Getting custom fields with their names from jira to Qlik</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-Rest-API-Connector-for-Jira-Getting-custom-fields/m-p/1750705#M8438</link>
      <description>&lt;P&gt;Where the data wizard option will available? do you mean it is data manager?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 13:32:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-Rest-API-Connector-for-Jira-Getting-custom-fields/m-p/1750705#M8438</guid>
      <dc:creator>Qlik-Developer</dc:creator>
      <dc:date>2020-10-08T13:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Rest API Connector for Jira/Getting custom fields with their names from jira to Qlik</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-Rest-API-Connector-for-Jira-Getting-custom-fields/m-p/1750710#M8439</link>
      <description>&lt;P&gt;Just when you click&amp;nbsp;&lt;STRONG&gt;Select Data&lt;/STRONG&gt; next to the connector on the right hand side. You can select to bring in the root table and all tables beneath it in one go.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 13:25:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-Rest-API-Connector-for-Jira-Getting-custom-fields/m-p/1750710#M8439</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2020-10-08T13:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Rest API Connector for Jira/Getting custom fields with their names from jira to Qlik</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-Rest-API-Connector-for-Jira-Getting-custom-fields/m-p/1750717#M8440</link>
      <description>&lt;P&gt;we need to enter unique value in jira while creating a ticket.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 13:38:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-Rest-API-Connector-for-Jira-Getting-custom-fields/m-p/1750717#M8440</guid>
      <dc:creator>Qlik-Developer</dc:creator>
      <dc:date>2020-10-08T13:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Rest API Connector for Jira/Getting custom fields with their names from jira to Qlik</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-Rest-API-Connector-for-Jira-Getting-custom-fields/m-p/1750719#M8441</link>
      <description>&lt;P&gt;You don't need to, but it can make the column easier to find.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 13:40:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-Rest-API-Connector-for-Jira-Getting-custom-fields/m-p/1750719#M8441</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2020-10-08T13:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Rest API Connector for Jira/Getting custom fields with their names from jira to Qlik</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-Rest-API-Connector-for-Jira-Getting-custom-fields/m-p/1750733#M8442</link>
      <description>&lt;P&gt;then where we have to enter unique values into all of columns?&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 13:58:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-Rest-API-Connector-for-Jira-Getting-custom-fields/m-p/1750733#M8442</guid>
      <dc:creator>Qlik-Developer</dc:creator>
      <dc:date>2020-10-08T13:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Rest API Connector for Jira/Getting custom fields with their names from jira to Qlik</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-Rest-API-Connector-for-Jira-Getting-custom-fields/m-p/1750766#M8443</link>
      <description>&lt;P&gt;It's not a necessity to enter unique values anywhere, you just need some way of being sure that you have the correct custom field. By entering values into Jira that will pull through via the API you can be sure when you find that value in Qlik that you have the correct column.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 15:08:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-Rest-API-Connector-for-Jira-Getting-custom-fields/m-p/1750766#M8443</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2020-10-08T15:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Rest API Connector for Jira/Getting custom fields with their names from jira to Qlik</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-Rest-API-Connector-for-Jira-Getting-custom-fields/m-p/1750779#M8444</link>
      <description>&lt;P&gt;Thing is&amp;nbsp; "story points"&amp;nbsp; field is created by jira developer so its custom field from jira.but when i tried to create ticket "story points" filed&amp;nbsp; column is not coming to enter the string for easy identification of columns in qlik.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 15:29:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-Rest-API-Connector-for-Jira-Getting-custom-fields/m-p/1750779#M8444</guid>
      <dc:creator>Qlik-Developer</dc:creator>
      <dc:date>2020-10-08T15:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Rest API Connector for Jira/Getting custom fields with their names from jira to Qlik</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-Rest-API-Connector-for-Jira-Getting-custom-fields/m-p/1750793#M8445</link>
      <description>&lt;P&gt;Yes, I see the problem. In a feed I pull from the Story Points are in a custom field in the main body of the request (which means no ApplyMap is needed for that field):&lt;/P&gt;&lt;P&gt;alt(customfield_10026, 0) as [Story Points],&lt;/P&gt;&lt;P&gt;Obviously, the custom field will not necessarily have the same suffix.&lt;/P&gt;&lt;P&gt;As the field can only contain an integer value it will not be possible to put in a string that you can search for. In that case you will need to pick a ticket with story points on it and select it in the data. Then search for all of the fields that have that value. Then create a table with Ticket ID and all of the fields which were a match for that one ticket and find which of those fields are most likely to be the story points field.&lt;/P&gt;&lt;P&gt;The fact it is in the main body of the data, rather than joined with a FK, should make it a lot easier to find.&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 16:01:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Sense-Rest-API-Connector-for-Jira-Getting-custom-fields/m-p/1750793#M8445</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2020-10-08T16:01:20Z</dc:date>
    </item>
  </channel>
</rss>

