<?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: Import JIRA Custom Fields using Powerbi's JIRA Connector in Service</title>
    <link>https://community.fabric.microsoft.com/t5/Service/Import-JIRA-Custom-Fields-using-Powerbi-s-JIRA-Connector/m-p/365621#M40586</link>
    <description>&lt;P&gt;Thanks Gavin,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This was very helpful. I added the "developer" field in both places as you illustrated. However, when the query finished refreshing the developer column is blank.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the Expanded fields step other similar fields such as assignee, creator and reporter appear as a record that can be expanded.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, the developer field does not have this.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have advice for how to bring in developer in such a way that&amp;nbsp;we can get the user's name?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sincerely, Jodi&lt;/P&gt;</description>
    <pubDate>Mon, 26 Feb 2018 23:29:39 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-02-26T23:29:39Z</dc:date>
    <item>
      <title>Import JIRA Custom Fields using Powerbi's JIRA Connector</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Import-JIRA-Custom-Fields-using-Powerbi-s-JIRA-Connector/m-p/93088#M15947</link>
      <description>&lt;P&gt;I used the Jira connector provided by Powerbi web app. It only imports &lt;STRIKE&gt;20&lt;/STRIKE&gt; 29 custom fields.&amp;nbsp;Is this a limitation of the PowerBi App?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ok Guys, So i downloaded the PowerBI JIRA Template file from the below link&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A title="JIRA Template File (pbit)" href="https://disq.us/url?url=https%3A%2F%2F1drv.ms%2Fu%2Fs%21Aj8CVlXNweLnh48ffj_o4dfLqyITvg%3AYF5KS-Du0OJZqFtTLCiPf7VS5CA&amp;amp;cuid=3987094" target="_blank"&gt;https://disq.us/url?url=https%3A%2F%2F1drv.ms%2Fu%2Fs%21Aj8CVlXNweLnh48ffj_o4dfLqyITvg%3AYF5KS-Du0OJZqFtTLCiPf7VS5CA&amp;amp;cuid=3987094&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I entered the url and authentication information and waited for it to download the data from my jira url. As expected, it only showed 29 custom fields. So i went into edit query and noticed that there is a step named expand fields defined for the GetIssues Table. When i edited that step, i noticed that only&amp;nbsp;certain custom fields were selected, athough i could see additional custom fields as well. it seems that if all values for a given column are null, the expand field ignores it. Or the expand field step is configured in such a way that it only selects 29 customfields. I suspect this where the problem lies and this is the reason most of us only see 29 custom fields.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyways, it had an option to expand the search to more rows, but it could only scan 1000 rows. If we can scan more than 1000 rows, probably it will find that certain customfield dont always have null values.&amp;nbsp; I did some reseacrch on the internet and found that there is a jira-config.properties file that resides on the JIRA Application folder on the server . This file has a configurable parameter called jira.search.views.default.max whose value is set to 1000. Any application that uses the rest/api/2/search url to pull issues can import not more than 1000 issues. If you look at the fetchpage function in the edit data window, you will notice that Powerbi uses the rest/api/2/search url. Now i dont have access the our JIRA server and therefore, i cannot test this theory. If anyone has access to the server, can they please confirm this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The rest/api/2/search also accept queries. So i am going to modify the function to pull only issues that are of type epic (because i am interested in custom field that are mapped to epic issues only) and see if it imports all custom field. [Update] So i was able to modify the function to include my jql query and have been able to import all costum fields related to those issues in the desktop version. Note that my query return around 550 results so the above case is yet to be verified.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any other feedback or finding will be highly appreciated&lt;/P&gt;</description>
      <pubDate>Sat, 21 Oct 2017 11:06:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Import-JIRA-Custom-Fields-using-Powerbi-s-JIRA-Connector/m-p/93088#M15947</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-21T11:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: Import JIRA Custom Fields using Powerbi's JIRA Connector</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Import-JIRA-Custom-Fields-using-Powerbi-s-JIRA-Connector/m-p/93566#M15995</link>
      <description>&lt;P&gt;Hi Anonymous﻿&lt;/LI-USER&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Based on test, I can import more than 20 fields to power bi. So I think there is no&amp;nbsp;limitation&amp;nbsp;on power bi app.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Xiaoxin Sheng&lt;/P&gt;</description>
      <pubDate>Thu, 24 Nov 2016 07:14:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Import-JIRA-Custom-Fields-using-Powerbi-s-JIRA-Connector/m-p/93566#M15995</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-24T07:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: Import JIRA Custom Fields using Powerbi's JIRA Connector</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Import-JIRA-Custom-Fields-using-Powerbi-s-JIRA-Connector/m-p/94117#M16077</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous﻿&lt;/LI-USER&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you count how many fields you were able to import? I rechecked and its giving me not more than 29 fields. I have corrected the number in my question&lt;/P&gt;</description>
      <pubDate>Fri, 25 Nov 2016 21:52:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Import-JIRA-Custom-Fields-using-Powerbi-s-JIRA-Connector/m-p/94117#M16077</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-25T21:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: Import JIRA Custom Fields using Powerbi's JIRA Connector</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Import-JIRA-Custom-Fields-using-Powerbi-s-JIRA-Connector/m-p/94473#M16144</link>
      <description>&lt;P&gt;Hi Anonymous﻿&lt;/LI-USER&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;Can you count how many fields you were able to import? I rechecked and its giving me not more than 29 fields. I have corrected the number in my question&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My workbook has 50 columns, after I import to power bi service, it has more than 50 columns(these new columns are created by JIRA).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Xiaoxin Sheng&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2016 00:51:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Import-JIRA-Custom-Fields-using-Powerbi-s-JIRA-Connector/m-p/94473#M16144</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-28T00:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: Import JIRA Custom Fields using Powerbi's JIRA Connector</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Import-JIRA-Custom-Fields-using-Powerbi-s-JIRA-Connector/m-p/103347#M17107</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Xiaoxin Sheng,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;same issue am also facing, yes am also imported only 29 fields.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;your Quetion is Right according to the count of fields.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;anyone please help me on this issue.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Vinod&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2016 10:24:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Import-JIRA-Custom-Fields-using-Powerbi-s-JIRA-Connector/m-p/103347#M17107</guid>
      <dc:creator>vinod</dc:creator>
      <dc:date>2016-12-16T10:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: Import JIRA Custom Fields using Powerbi's JIRA Connector</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Import-JIRA-Custom-Fields-using-Powerbi-s-JIRA-Connector/m-p/210832#M28134</link>
      <description>&lt;P&gt;Were you able to get the custom fields data into power bi? All mines are empty.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If so, let me know what you did.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2017 21:09:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Import-JIRA-Custom-Fields-using-Powerbi-s-JIRA-Connector/m-p/210832#M28134</guid>
      <dc:creator>rventura</dc:creator>
      <dc:date>2017-07-12T21:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: Import JIRA Custom Fields using Powerbi's JIRA Connector</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Import-JIRA-Custom-Fields-using-Powerbi-s-JIRA-Connector/m-p/219670#M28932</link>
      <description>&lt;P&gt;I just gave up. The issue still exists and no one from the Powerbi seems to care..&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2017 17:13:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Import-JIRA-Custom-Fields-using-Powerbi-s-JIRA-Connector/m-p/219670#M28932</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-26T17:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: Import JIRA Custom Fields using Powerbi's JIRA Connector</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Import-JIRA-Custom-Fields-using-Powerbi-s-JIRA-Connector/m-p/220621#M29034</link>
      <description>&lt;P&gt;This is an issue. I have 64 custom fields and only 29 show up in power bi.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;MICROSOFT, LISTEN PLEASE AND FIX IT!!!!&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2017 22:24:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Import-JIRA-Custom-Fields-using-Powerbi-s-JIRA-Connector/m-p/220621#M29034</guid>
      <dc:creator>nitsud1</dc:creator>
      <dc:date>2017-07-27T22:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: Import JIRA Custom Fields using Powerbi's JIRA Connector</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Import-JIRA-Custom-Fields-using-Powerbi-s-JIRA-Connector/m-p/244754#M31189</link>
      <description>&lt;P&gt;Same issue. Only 29 Custom fields being imported from an on-premise JIRA instance.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Sep 2017 04:01:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Import-JIRA-Custom-Fields-using-Powerbi-s-JIRA-Connector/m-p/244754#M31189</guid>
      <dc:creator>doyleg_OEH</dc:creator>
      <dc:date>2017-09-04T04:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: Import JIRA Custom Fields using Powerbi's JIRA Connector</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Import-JIRA-Custom-Fields-using-Powerbi-s-JIRA-Connector/m-p/247435#M31429</link>
      <description>&lt;P&gt;Is someone in Microsoft going to handle it??&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2017 13:00:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Import-JIRA-Custom-Fields-using-Powerbi-s-JIRA-Connector/m-p/247435#M31429</guid>
      <dc:creator>Yaniv</dc:creator>
      <dc:date>2017-09-07T13:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: Import JIRA Custom Fields using Powerbi's JIRA Connector</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Import-JIRA-Custom-Fields-using-Powerbi-s-JIRA-Connector/m-p/307257#M35583</link>
      <description>&lt;P&gt;Hello Microsoft... Are you listening to this request? This is a serious pain as 29 custom fields is nothing.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When will this be resolved?&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2017 23:48:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Import-JIRA-Custom-Fields-using-Powerbi-s-JIRA-Connector/m-p/307257#M35583</guid>
      <dc:creator>nitsud1</dc:creator>
      <dc:date>2017-11-20T23:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: Import JIRA Custom Fields using Powerbi's JIRA Connector</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Import-JIRA-Custom-Fields-using-Powerbi-s-JIRA-Connector/m-p/307277#M35587</link>
      <description>&lt;P&gt;All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Solution is to modify the "Expanded Fields" step of the import query to include the additional fields.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my modified query step as an example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;= Table.ExpandRecordColumn(#"Expanded Column1", "fields", {"issuetype", "timespent", "project", "fixVersions", "customfield_10110", "customfield_10111", "aggregatetimespent", "resolution", "customfield_10112", "customfield_10113", "customfield_10114", "customfield_10104", "customfield_10105", "customfield_10106", "customfield_10107", "customfield_10108", "customfield_10109", "resolutiondate", "workratio", "lastViewed", "watches", "created", "priority", "customfield_10100", "customfield_10101", "customfield_10102", "customfield_10103", "labels", "timeestimate", "aggregatetimeoriginalestimate", "versions", "issuelinks", "assignee", "updated", "status", "components", "timeoriginalestimate", "description", "customfield_10006", "customfield_10009", "aggregatetimeestimate", "summary", "creator", "subtasks", "reporter", "customfield_10000", "aggregateprogress", "customfield_10001", "customfield_10004", "customfield_10115", "customfield_10116", "customfield_10117", "environment", "customfield_10118", "customfield_10119", "duedate", "progress", "votes", "parent", "customfield_10005", "customfield_10007", "customfield_10008", "customfield_10002", "customfield_10003", "customfield_10505", "customfield_10303", "customfield_10305", "customfield_10507", "customfield_10504", "customfield_10300", "customfield_10219", &lt;FONT color="#FF0000"&gt;"customfield_10217"&lt;/FONT&gt;},&lt;/P&gt;&lt;P&gt;{"issuetype", "timespent", "project", "fixVersions", "customfield_10110", "customfield_10111", "aggregatetimespent", "resolution", "customfield_10112", "customfield_10113", "customfield_10114", "customfield_10104", "customfield_10105", "customfield_10106", "customfield_10107", "customfield_10108", "customfield_10109", "resolutiondate", "workratio", "lastViewed", "watches", "created", "priority", "customfield_10100", "customfield_10101", "customfield_10102", "customfield_10103", "labels", "timeestimate", "aggregatetimeoriginalestimate", "versions", "issuelinks", "assignee", "updated", "status", "components", "timeoriginalestimate", "description", "customfield_10006", "customfield_10009", "aggregatetimeestimate", "summary", "creator", "subtasks", "reporter", "customfield_10000", "aggregateprogress", "customfield_10001", "customfield_10004", "customfield_10115", "customfield_10116", "customfield_10117", "environment", "customfield_10118", "customfield_10119", "duedate", "progress", "votes", "parent", "customfield_10005", "customfield_10007", "customfield_10008", "customfield_10002", "customfield_10003", "Directed_to", "Escalated_to", "IT_System", "Organisation_type", "Source", "Time_to_allocated", "Time_to_close_after_Res", &lt;FONT color="#FF0000"&gt;"Time_to_Res"&lt;/FONT&gt;})&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You do this by by adding in the Jira field details you want to include i.e.&amp;nbsp;&lt;SPAN&gt;"customfield_10217" at the end of the first set of parentheses and give it a more useful name at the end of the second set of parentheses i.e.&amp;nbsp;"Time_to_Res". Do this in pairs for each additional custom field (or Standard field) you want to include in the query. To find the custom field ID use this guide: &lt;A href="https://confluence.atlassian.com/jirakb/how-to-find-id-for-custom-field-s-744522503.html" target="_self"&gt;https://confluence.atlassian.com/jirakb/how-to-find-id-for-custom-field-s-744522503.html&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Gavin&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2017 00:44:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Import-JIRA-Custom-Fields-using-Powerbi-s-JIRA-Connector/m-p/307277#M35587</guid>
      <dc:creator>doyleg_OEH</dc:creator>
      <dc:date>2017-11-21T00:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: Import JIRA Custom Fields using Powerbi's JIRA Connector</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Import-JIRA-Custom-Fields-using-Powerbi-s-JIRA-Connector/m-p/307924#M35655</link>
      <description>&lt;P&gt;Well, it's not really Power BI's fault. It's how jira sends the fields to Power BI. If you actually create a new data source, and use the RESTful API, you can get all the fields, then just expand those custom fields to see the data and actual field names. Now, the only problem is that Jira changed their API and they will only send back 100 records.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You will need to do pagination in order to be able to get all Jira issues. Look at this:&amp;nbsp;&lt;A href="https://jira.atlassian.com/browse/JRACLOUD-67570" target="_blank"&gt;https://jira.atlassian.com/browse/JRACLOUD-67570&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, i did this and that's how i got all my data:&amp;nbsp;&lt;A href="http://datachix.com/2014/05/22/power-query-functions-some-scenarios/" target="_blank"&gt;http://datachix.com/2014/05/22/power-query-functions-some-scenarios/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2017 14:42:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Import-JIRA-Custom-Fields-using-Powerbi-s-JIRA-Connector/m-p/307924#M35655</guid>
      <dc:creator>rventura</dc:creator>
      <dc:date>2017-11-21T14:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: Import JIRA Custom Fields using Powerbi's JIRA Connector</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Import-JIRA-Custom-Fields-using-Powerbi-s-JIRA-Connector/m-p/340865#M38575</link>
      <description>&lt;P&gt;I tried doing it and I'm getting the new column, but it doesn't seem to get the actual values, but only "[Record]".&lt;/P&gt;&lt;P&gt;I thought I had to expand the column, but in the query editor I have not the possibility to expand it (by using the two diverging arrows).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to add this row to the query in the end " #"DigitalProperty" = Table.ExpandRecordColumn(#"Expanded Column1", "fields", {"customfield_xxxxx"},{"xxxxxxxxx"})" but it does not work.&lt;BR /&gt;&lt;BR /&gt;Have you experienced something similar?&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jan 2018 14:34:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Import-JIRA-Custom-Fields-using-Powerbi-s-JIRA-Connector/m-p/340865#M38575</guid>
      <dc:creator>MaxItaly</dc:creator>
      <dc:date>2018-01-18T14:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: Import JIRA Custom Fields using Powerbi's JIRA Connector</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Import-JIRA-Custom-Fields-using-Powerbi-s-JIRA-Connector/m-p/365621#M40586</link>
      <description>&lt;P&gt;Thanks Gavin,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This was very helpful. I added the "developer" field in both places as you illustrated. However, when the query finished refreshing the developer column is blank.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the Expanded fields step other similar fields such as assignee, creator and reporter appear as a record that can be expanded.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, the developer field does not have this.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have advice for how to bring in developer in such a way that&amp;nbsp;we can get the user's name?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sincerely, Jodi&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2018 23:29:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Import-JIRA-Custom-Fields-using-Powerbi-s-JIRA-Connector/m-p/365621#M40586</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-26T23:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: Import JIRA Custom Fields using Powerbi's JIRA Connector</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Import-JIRA-Custom-Fields-using-Powerbi-s-JIRA-Connector/m-p/365627#M40587</link>
      <description>&lt;P&gt;Not sure but two things I would check are:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Is there data in that field in your Jira instance. I would build a filter in Jira to check that there is data in that field for&amp;nbsp;the issues you are looking at in Power BI&lt;/LI&gt;&lt;LI&gt;Have you got the right custom field ID. Pretty easy to get this messed up, particulalrly if you are doing a lot of them together&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;If not one of these two causes then I am no help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;&lt;P&gt;G&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2018 23:54:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Import-JIRA-Custom-Fields-using-Powerbi-s-JIRA-Connector/m-p/365627#M40587</guid>
      <dc:creator>doyleg_OEH</dc:creator>
      <dc:date>2018-02-26T23:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: Import JIRA Custom Fields using Powerbi's JIRA Connector</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Import-JIRA-Custom-Fields-using-Powerbi-s-JIRA-Connector/m-p/365628#M40588</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just comparing your query step to mine I would suggest you change it to:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;= Table.ExpandRecordColumn(#"Expanded Column1", "fields", {"&lt;FONT color="#FF0000"&gt;value&lt;/FONT&gt;"},{"xxxxxxxxx"})&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Here is an example of one of my Expand Record query steps:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;= Table.ExpandRecordColumn(#"&lt;FONT color="#FF0000"&gt;Expanded Organisation_type&lt;/FONT&gt;", "&lt;FONT color="#339966"&gt;Source&lt;/FONT&gt;", {"&lt;FONT color="#3366FF"&gt;value&lt;/FONT&gt;"}, {"&lt;FONT color="#FF00FF"&gt;Source&lt;/FONT&gt;"})&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Where:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;SPAN&gt;The previous step in the applied steps list&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;SPAN&gt;The name you gave to the Jira custom field in the "Expand Fields" step&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#3366FF"&gt;&lt;SPAN&gt;This is one of the Record parameters. "Value" is the actual field text from the Jira data model that appears in Jira and is the most useful (for me anyway) in Power BI&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF00FF"&gt;&lt;SPAN&gt;The name of the expanded field in the Power BI query, in this case it over rights the original to keep my query clean.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;Hope this is of some help.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;G&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2018 00:08:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Import-JIRA-Custom-Fields-using-Powerbi-s-JIRA-Connector/m-p/365628#M40588</guid>
      <dc:creator>doyleg_OEH</dc:creator>
      <dc:date>2018-02-27T00:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: Import JIRA Custom Fields using Powerbi's JIRA Connector</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Import-JIRA-Custom-Fields-using-Powerbi-s-JIRA-Connector/m-p/366530#M40656</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After following your guide on&amp;nbsp;obtaining the&amp;nbsp;&lt;SPAN&gt;field ID, it appears the problem was&amp;nbsp;the second one.&amp;nbsp;&amp;nbsp;Once the custom field ID was corrected, the query editor showed the new column and I was able to expand the record.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you for your help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Jodi&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2018 23:15:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Import-JIRA-Custom-Fields-using-Powerbi-s-JIRA-Connector/m-p/366530#M40656</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-27T23:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: Import JIRA Custom Fields using Powerbi's JIRA Connector</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Import-JIRA-Custom-Fields-using-Powerbi-s-JIRA-Connector/m-p/2788488#M173959</link>
      <description>&lt;P&gt;Hi Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For the Custom Fields export you might want to try out our app - Power BI Connector for Jira: &lt;A href="https://marketplace.atlassian.com/apps/1221150/power-bi-connector-for-jira?hosting=cloud&amp;amp;tab=overview" target="_blank" rel="noopener nofollow noreferrer"&gt;https://marketplace.atlassian.com/apps/1221150/power-bi-connector-for-jira?hosting=cloud&amp;amp;tab=overvie...&lt;/A&gt; it's available for Jira Cloud / Server / Data Center.&lt;/P&gt;&lt;P&gt;We have a handy User/Admin Guide &lt;A href="https://aserve.atlassian.net/wiki/spaces/PBCFJC/overview" target="_blank" rel="noopener nofollow noreferrer"&gt;https://aserve.atlassian.net/wiki/spaces/PBCFJC/overview&lt;/A&gt; and fast/responsive support team at &lt;A href="mailto:support@alpha-serve.com" target="_blank" rel="noopener nofollow noreferrer"&gt;support@alpha-serve.com&lt;/A&gt;. Please let us know if you need any assistance.&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;P&gt;Anton&lt;/P&gt;&lt;P&gt;===&lt;BR /&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Sep 2022 04:02:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Import-JIRA-Custom-Fields-using-Powerbi-s-JIRA-Connector/m-p/2788488#M173959</guid>
      <dc:creator>antonstorozhuk</dc:creator>
      <dc:date>2022-09-23T04:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: Import JIRA Custom Fields using Powerbi's JIRA Connector</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Import-JIRA-Custom-Fields-using-Powerbi-s-JIRA-Connector/m-p/3543782#M212302</link>
      <description>&lt;P&gt;Hi, I'm trying to connect my jira project using JIRA connector in powerBI and export and data. But there was a column with the keyvalue pairs, but when PowerBi connector tried importing this data, the values are displayed null. Can anyone kindly help me, I was so stuck for this from few days. I tried using the REST Api url, but no luck.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2023 05:36:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Import-JIRA-Custom-Fields-using-Powerbi-s-JIRA-Connector/m-p/3543782#M212302</guid>
      <dc:creator>Alex_Hunter</dc:creator>
      <dc:date>2023-11-21T05:36:01Z</dc:date>
    </item>
  </channel>
</rss>

