Connector Improvement: JIRA Connector Links
AnsweredIt would appear that the JIRA connector is missing a link between component <> issue and we're unable to join the two.
Component can be joined to a project, but that doesn't tell us what component goes with the respective issue.
-
Official comment
Hi Ronnie - Thanks for submitting this feature request.
We are confirming if this data is available via the Jira API. From our understanding currently we can only see the count of issues for a given component, but not the exact issues themself. We will look into this further, but as of right now we don't know if this is data we can retrieve from Jira.
Thanks,
Erin
-
Hi Ronnie -
You should be able to get this data using a query like the one below.
SELECT h.issue_id FROM `jira.issue_multiselect_history` h WHERE h.field_id = 'components' and h.is_active and h.value = '{component_id}';
Please sign in to leave a comment.
Comments
2 comments