Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/vonsteer/tick
- Owner: vonsteer
- License: mit
- Created: 2023-03-06T15:19:18.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T15:33:11.000Z (almost 2 years ago)
- Last Synced: 2024-10-27T17:49:46.066Z (2 months ago)
- Topics: atlassian, atlassian-bitbucket, atlassian-jira, cli
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.