fotingo
fotingo copied to clipboard
A CLI to ease the interaction between git, github and jira when working on tasks.
Often an issue will span multiple PRs and we want to be able to work on an issue without closing the issue when we `fotingo review`. Right now we can...
something like this will be awesome ``` fotingo start -k SubTask -p DEVOPS-5600 -u DEVOPS-5805 -t "do something to help DEVOPS-5600" ``` ``` + -u, --upstream Parent task this sub-task...
Stop tagging me in backend PRs š
**Expected result:** When I run `fotingo review`, I expect it to work properly **Actual result:** ``` ā schumacher git:(f/schu-10551_add_translated_schedule_summary_from_backend_in_message_templates_view) ā fotingo review /usr/local/lib/node_modules/fotingo/node_modules/yoga-layout-prebuilt/yoga-layout/build/Release/nbind.js:53 throw ex; ^ Error: dlopen(/usr/local/lib/node_modules/fotingo/node_modules/better-sqlite3/build/Release/better_sqlite3.node, 0x0001): tried:...
Sometimes I prefer to use worktrees instead of new branches when dealing with a bug (e.g. I'm actively working on a feature and a bug in production appears that need...
When creating a new Jira ticket with `fotingo start` I need to make sure that the case matches the issue tracker. It would be nice if this check was case...
- This information is missing from the documentation - It would be great if it was part of `fotingo start --help` too
- This would be super convenient for organizing work in JIRA - This would go under `fotingo start` as a CLI option
That one is a more complete Jira client and can help simplify some of the codebase
Sometimes, I create a draft PR before the ticket is ready to review. Iād like to be able to do this, and then use `fotingo review` to update the issue...