GitLab: how to customize CSV structure when export issues

Viewed 26

I'm using GitLab 15.3.1 version and I've tried to use the export issues in CSV format and it's a very useful functionality.

I'd like to customize the CSV default structure that is, at the moment, this one

Title, Description, Issue ID, URL   State,  Author, Author Username, Assignee, Assignee Username, Confidential, Locked, Due Date, Created At (UTC), Updated At (UTC), Closed At (UTC), Milestone, Weight, Labels, Time Estimate, Time Spent

for example adding information about some labels that I've on the issues.

Is it possible? Is the CSV default structure stored somewhere as template (and, if yes, where ...),and is it possible to change it? As alternative, the only way that I've have is to write some code using GitLab API?

0 Answers
Related