I am not able to see all custom fields in the Power BI workspace.
Can someone help me to enable viewing custom-fields from Jira into Power BI Reports/Dashboard.
If you can't see a field, then your Power BI data dictionary is incomplete. You will need to work through every field you want to see on there, work out how it is stored and used in Jira and build the SQL to get what you want
As SQL is the worst possible way to query Jira, this is going to be complex, slow and inefficient for you, as well as potentially needing a change every time someone reconfigures something, and major overhauls on upgrade. Because the SQL is usually inefficent and poor, you should never connect to the production database, and only every connect to a replicated copy, so you at least offload the worst of the resource problems to a non-production server.
Anyway. If you insist on using it. What are the missing fields?
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.