I am using the JIRA connector on Data Factory to connect to my Jira Projects.
Copy data from Jira using Azure Data Factory or Synapse Analytics
I am looking for the full data set library so I can find a data set I specifically missing.
Current I am using "Extra"."Api_Issue" which give me all the info I need per Jira Issue - except the Parent of the Issue.
Trying to find a secondary dataset I can ingest to obtain the Parent/Child or Epic/Task/SubTask relationship.
Found it!
"Extra"."Agile_Board_Issue"
This entity contain 3 fields that hold the parents ID, KEY and even URL
Issues_fields_parent_id
Issues_fields_parent_key
Issues_fields_parent_self