Skip to content

How to get the history of issue, like the history of due date or assignee #1507

Answered by nejch
guoguoguilai asked this question in Q&A
Discussion options

You must be logged in to vote

You can export the entire project using https://python-gitlab.readthedocs.io/en/stable/gl_objects/projects.html#import-export.

This will give you a tarball with the following structure: https://docs.gitlab.com/ee/development/import_export.html#project

Look for ./tree/project/issues.ndjson and see if the historical data is there. The ndjson is not very readable but give it a try. But I can't promise anything, this is really up to GitLab whether they store the information, I think it's very limited, but the EE version might actually have everything.

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@nejch
Comment options

Answer selected by nejch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1503 on June 09, 2021 20:45.