Copy issues from another project

Hello,

In our team, we would like to gather all the issues we are working on from different GitLab projects.

We created a dedicated project on our GitLab, named kanban, in which we have created several tasks.

We are all working on different projects, and we would like the issues from these other GitLab projects appear together in our kanban project. Currently, we create manually new tasks on our kanban and copy/paste the issue link.

How can we do this automatically?

Regards

Hi,

You would have to most likely use the Gitlab API to do that. Check out all the possibilities in the Gitlab docs: REST API | GitLab

Thank you !

Alternatively to copying issues, you could also use a group issue board which has access to all issues in projects in the group. If the projects are spread across multiple top level groups, maybe consider reorganizing them into a central group.