MichaelMure / git-bug

Distributed, offline-first bug tracker embedded in git, with bridges

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jira Bridge: Project doesn't exist

litetex opened this issue · comments

I tried to create a jira bridge with the following command line:

git bug bridge configure --name=jira --target=jira --base-url=https://DOMAIN.atlassian.net --project=PROJECT --login=MY_EMAIL --token=TOKEN

however the output is Error: Project TEST doesn't exist on https://DOMAIN.atlassian.net, or authentication credentials for (MY_EMAIL) are invalid.

I'm pretty sure that I entered everything correctly:

Is there a debug option which could tell me what is going wrong? (http request and reponse would help)
Otherwise there is likely a bug somewhere or something is missing in the documentation.