Closed karanpopat closed 1 year ago
@misraved Findings:
epic_key
is a part of the custom fields. Have raised an issue for the same - https://github.com/andygrunwald/go-jira/issues/636Have modified the list call in this PR to use the rest/api/2/search
endpoint.
Example query results
Results
``` > select key, id, epic_key, project_key from jira_issue where key in ('SBT-1', 'SBT-2', 'SBT-3') +-------+-------+----------+-------------+ | key | id | epic_key | project_key | +-------+-------+----------+-------------+ | SBT-3 | 10052 | SBT-1 | SBT | | SBT-1 | 10050 |