Giter VIP home page Giter VIP logo

task_tracker's Introduction

Jira Task tracker

Overview

  • So, do you suck at tracking, updating or moving your tasks in Jira because you live in the CLI? ✅
  • Do you usually forget to open Jira? ✅
  • Do you hate when you need to click all over Jira just to write a comment? ✅

Prerequisites

Before you get started, ensure you have the following prerequisites:

  1. Python 3.x: Make sure you have Python 3.x installed on your system.
  2. Pip: You'll need the Pip package manager to install required Python packages.

Installation

  1. Clone or Download: Begin by cloning this repository to your local machine or downloading it as a ZIP archive.

  2. Install Dependencies: Open your terminal and navigate to the project directory. Run the following command to install the required Python packages:

    pip install -r requirements.txt

Configure Jira Credentials

Create a .env file in the same directory as the script. Add your Jira credentials in the following format:

 JIRA_URL=YOUR_JIRA_URL
 USERNAME=YOUR_USERNAME
 API_TOKEN=YOUR_API_TOKEN

Make the Script Executable

 chmod +x task_tracker.py

Optional: Create Symbolic Link (macOS/Linux)

ln -s /path/to/task_tracker.py /usr/local/bin/task_tracker

Usage

Execute the script using various flags to perform different actions:

  • -m TASK_KEY COMMENT: Add a comment to a task.
  • -n SUMMARY DESCRIPTION ISSUE_TYPE: Create a new task on a board.
  • -l BOARD_ID: List tasks on a board.
  • -b: List all available boards.
  • -s BOARD_ID: Display a simplified board view.
  • -u BOARD_ID: Use a specific board when creating a new task.
  • -ip TASK_KEY: Transition a task to 'In Progress' status.
  • -bk TASK_KEY: Transition a task to 'Blocked' status.
  • -cl TASK_KEY: Transition a task to 'Closed' status.

task_tracker's People

Contributors

chuleh avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.