I am supporting a set of teams that have a large number of issues that need to be promoted to epics. I am working on a Python 3 script to do this using python-gitlab v3.14.0. However, i do not see a function offered for promoting an issue. (I do see capabilities for promoting labels and milestones.)
How can i promote issues via my python script and the GitLab Premium API?
The following question was similar but not quite what i am looking for.
How can I change the parent of an epic in GitLab?