Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Archive-Epic: Added script to help moving project items. #143

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

minosgalanakis
Copy link

This this a simple utility script that allows migration of projects from the Epics Board to the Past Epics.

It wraps aroud the github cli so it requires a valid token. In some cases it has added complexity because the newly introduced gh project api is inconsistent on the argument requirements, and had to manually use graphQL querries to extract the information.

@gilles-peskine-arm
Copy link
Contributor

Does this still work after the GitHub board migration?

@minosgalanakis
Copy link
Author

I have not tried it to be honest, but we will definately need to retrofit it, since it was moving inbetween legacy to v2 type of projects.

Ideally we could replace it with something using pygithub, and it can be done in phases, since it was hacked around in a flat structure where each function does not depend to the others.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In Development
Development

Successfully merging this pull request may close these issues.

2 participants