I've been able to export projects or individual issues to CSV files using the built-in functionality, however only the following headings are generated in the CSV file:
Id,Project,Reporter,Assigned To,Priority,Severity,Reproducibility,Product Version,Category,Date Submitted,OS,OS Version,Platform,View Status,Updated,Summary,Status,Resolution,Fixed in Version
There doesn't appear to be a way to export relationships between issues - is there something I am missing or is this something that is planned for a future release?
Exporting issues to CSV with relationships intact
Moderators: Developer, Contributor
Re: Exporting issues to CSV with relationships intact
Can you explain what contents you expect in csv?Konrad wrote: There doesn't appear to be a way to export relationships between issues
Re: Exporting issues to CSV with relationships intact
Perhaps a headings like the following listing MantisIDs : Duplicate Issues, Parent Issues, Related Issues (... etc, covering all possible interissue relationships).atrol wrote:Can you explain what contents you expect in csv?Konrad wrote: There doesn't appear to be a way to export relationships between issues
EDIT: At present, only the following headings are created in CSV files:
Id,Project,Reporter,Assigned To,Priority,Severity,Reproducibility,Product Version,Category,Date Submitted,OS,OS Version,Platform,View Status,Updated,Summary,Status,Resolution,Fixed in Version
Re: Exporting issues to CSV with relationships intact
Have a look at http://www.mantisbt.org/bugs/view.php?id=12475
Maybe the user jmonin will deliver his quick and dirty solution to you.
Maybe the user jmonin will deliver his quick and dirty solution to you.
Re: Exporting issues to CSV with relationships intact
I'd sooner not have to make code changes even if they were available.
This strikes me as a rather key omission from this functionality, are there no plans to introduce this into the existing CSV export?
This strikes me as a rather key omission from this functionality, are there no plans to introduce this into the existing CSV export?
Re: Exporting issues to CSV with relationships intact
Patches are welcome. (Fork on https://github.com/mantisbt/mantisbt and submit a pull request) It all depends on priority and a core developer or community member deciding to spend their time on a specific issue.Konrad wrote:are there no plans to introduce this into the existing CSV export?