Open AmitNaveh23 opened 4 years ago
We'll look at this when we are addressing some issues regarding linking.
The Issue keys of all retrieved items can be found like this:
issue.Revisions[0].LinkActions[0].Value.SourceItem
(string)
Where issue
has the type JiraItem
.
Solution will have to be implemented in JiraProvider.EnumerateIssues
, where ProcessItem()
would need to be called on each related issue, regardless of link type and regardless of whether the link has been added or deleted.
Another suggestion for an enhancement, Add to the download options, an option to download also linked work items and not just parent-child relationships.