redminegithub-api

Attach file to issue in GitHub via API


My requirement is to migrate issues from Redmine to GitHub issue tracker. I exported Redmine issues to a csv file. Using GitHub issue api I am able to create issues in github along with labels.

But I also need to attach file while creating issue, using GitHub REST apis. Is it possible to attach files while creating issue in github via API?

If anybody knows the solution for this please let me know.


Solution

  • No, it's not possible to attach files to issues via the GitHub API.