Im trying to pull Jira issues and comments from one or multiple projects. Bot the get many comments and issues fields work, but there is no key to merge on that seems to match them together.
This seems to be a pretty common use case that someone would want to complete but as the issue key is not available I am trying to match on an issue ID and a json.issue ID but the outputs to an Enrich 1 is only ever just a map of node 1 even when the IDs match
So I dont have an issue.id coming from the get many comments node at all - I have {{ $json.id }} that I could refernce, but that is what I have been referencing downstream anyway.