Skip to content

LanderN/argos-jira-issues

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WIP: Issue Management for JIRA (Powered by Argos)

Requirements

Features

  • Transition from "Next" to "In Progress" and vice-versa
  • Resolve issues and re-assign for review
  • Link to browser
  • Automated time tracking: automatically log time when progress is stopped!

Screenshots

Usage

See the Argos README for general information about how Argos works.

  • Clone this repo wherever you like
  • Make a symlink to jiraManager.py in ~/.config/argos
  • Create .jira_credentials.json and .jira_reviewers.json wherever you cloned this repo:

.jira_credentials.json

This file contains your credentials to log into JIRA.

{
    "host": "https://<YOUR_JIRA>.atlassian.net",
    "username": "<YOUR_USERNAME>",
    "password": "<YOUR_API_KEY>"
}
  • Create an API key here.

.jira_reviewers.json

This file contains the usernames of users to display under "reassign for review".

["<USERNAME_1>", "<USERNAME_2>", ...]

Find usernames with ./jiraManager.py users

About

JIRA Issues management via Argos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages