fotingo icon indicating copy to clipboard operation
fotingo copied to clipboard

A CLI to ease the interaction between git, github and jira when working on tasks.

Results 58 fotingo issues
Sort by recently updated
recently updated
newest added

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...