git-issue icon indicating copy to clipboard operation
git-issue copied to clipboard

Looking for Minimal Example of Syncing GitLab/GitHub Issues

Open ProfessorManhattan opened this issue 2 years ago • 1 comments

Hey, I tried running the following:

git issue init
git issue import gitlab megabyte-labs%2Fnpm%2Fconfigs release
git issue import gitlab megabyte-labs semantic-release-config
git issue new -s 'Testing'
git issue exportall gitlab megabyte-labs%2Fnpm%2Fconfigs release

But, it's giving me an error that looks like this:

❯ git issue exportall gitlab megabyte-labs%2Fnpm%2Fconfigs release
Creating issue 5cc260f...
gitlab API communication failure
URL: https://gitlab.com/api/v4/projects/megabyte-labs%2fnpm%2fconfigs%2Frelease/issues
Data: {
  "title": "Testing",
  "description": ""
}
fatal: ambiguous argument '': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
Operation aborted

Any idea on what is going wrong? I really like this project - thanks for making it. fingers crossed

ProfessorManhattan avatar Apr 08 '22 16:04 ProfessorManhattan

Do you have an issue with an empty description? This could be the problem.

dspinellis avatar Apr 10 '22 21:04 dspinellis