fotingo
fotingo copied to clipboard
A CLI to ease the interaction between git, github and jira when working on tasks.
Sometimes it may be easier to copy a ticket URL and run `fotingo start :pastedUrl` than having to manually type the ticket id.
If the commit message contains references to PRs or anything that may seem like a Jira issue but it is not, the process will fail
According to the documentation: ``` ❯ fotingo release -h Usage: fotingo-release [options] Options: -n, --no-branch-issue Do not pick issue from the branch name -i, --issue [issue] Specify more issues to...
This happens if the user doesn't have the right permissions on the repo. Fotingo should only fetch the labels if the `-l` option was specified. Also, it should fail with...
I don't know how reproducible this is: 1. I successfully checked out code via `fotingo start DUNLOP-4560` 2. I committed new code 3. I typed `fotingo review` 4. I saw...
It should do it the same way it checks the labels.
There is no problem with the `-n` option, but if this is not passed, then there should be an option that allows to specify the branch name.
It's generally accepted that keeping secrets on disk in unencrypted files is a _Bad Idea_™. Having secrets inside the fotingo configuration keeps me from publishing it alongside my other dotfiles....
Right now the error message is this one: ``` {"message":"Reviews may only be requested from collaborators. One or more of the users you specified is not a collaborator of the...