Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vonsteer/tick

Task Integration CLI (for Atlassian Products)
https://github.com/vonsteer/tick

atlassian atlassian-bitbucket atlassian-jira cli

Last synced: 19 days ago
JSON representation

Task Integration CLI (for Atlassian Products)

Awesome Lists containing this project

README

        

Task Integration CLI

Initial concept will only cover Atlassian Apps, specifically Jira and Bitbucket. Things to do:
- tick configure
- tick task -w --workon (work on a task if key provided, if not presents list of unresolved tasks, moves task
to In Progress if chosen, starts timer )
- tick status (Provides the status of Tasks, what's in progress and what was recently worked on.)
- tick task -m --move (Moves task to status specified, if no task is specified current task is used.)
- tick task -r --request (Creates a Pull request for associated task and provides link.)
- tick task -s --stop (Stops timer for task and moves to To Do if in progress)
- tick task -i --init (Initialises the repo, creates the branch and pulls latest changes)

We should integrate this with git, maybe with pre-commit/new-branch hooks, plus when you start a new task it should
automatically create the branch if it's not already associated.