<div dir="ltr">Ben,<div><br></div><div>Thanks for the reply. I had already tried the API, but alas it fails with a 404 because I'm not a member of the VTK project.... I've an outstanding request on Gitlab for access to the project - perhaps you know who might expedite that so that I can access the issues via the API?</div></div><div class="gmail_extra"><br><div class="gmail_quote">On 21 March 2017 at 14:03, Ben Boeckel <span dir="ltr"><<a href="mailto:ben.boeckel@kitware.com" target="_blank">ben.boeckel@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Tue, Mar 21, 2017 at 09:22:53 +0000, Kevin Dixon wrote:<br>
> I've had no replies on this issue, so I'm assuming there is no way of<br>
> extract a list of known issue by VTK version.<br>
> The alternative for me is to export the issue list and go through issue by<br>
> issue (or commit by commit) to understand if a particular issue is relevant<br>
> to a version and my use of VTK. However, the gitlab issue list has no<br>
> apparent way of exporting issues at all (e.g. to XML or CSV).<br>
> Can anyone help with exporting a list of known issues - either all issue,<br>
> or only those relevant to a particular version of VTK?<br>
<br>
</span>You can use the Gitlab API to extract issue information in JSON format:<br>
<br>
    <a href="https://gitlab.kitware.com/help/api/issues.md" rel="noreferrer" target="_blank">https://gitlab.kitware.com/<wbr>help/api/issues.md</a><br>
<br>
There are multiple Gitlab API libraries out there, but this is the one<br>
we've used the most:<br>
<br>
    <a href="https://gitlab.kitware.com/utils/mantis-to-gitlab/blob/master/gitlab.py" rel="noreferrer" target="_blank">https://gitlab.kitware.com/<wbr>utils/mantis-to-gitlab/blob/<wbr>master/gitlab.py</a><br>
<br>
As for the information you're looking for, we haven't been the best<br>
about tagging issues and merge requests with milestones which they apply<br>
to. There is a task to get the Kitware Robot (@kwrobot) to put<br>
milestones on merged MRs and the issues they close, but I haven't gotten<br>
there yet. That issue is here:<br>
<br>
    <a href="https://gitlab.kitware.com/utils/rust-ghostflow/issues/20" rel="noreferrer" target="_blank">https://gitlab.kitware.com/<wbr>utils/rust-ghostflow/issues/20</a><br>
<span class="HOEnZb"><font color="#888888"><br>
--Ben<br>
</font></span></blockquote></div><br></div>