mrjohndcarter / EvilCorpActivityTracker

JQL Query -> CSV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Evil Corp Activity Tracker

Executes a JQL query and exports insight about status changes of the query's results to a CSV file.

Requirements

Usage

ecat.py (JQL String) (States to Export) --config private.json --output sep2019.csv --prefix https://youilabs.atlassian.net/browse

  • JQL string : JQL
  • comma separated list of states to export (e.g: Doing,Test), be careful with spaces.
  • config : JSON file containing credentials (see below)
  • output : csv file to output to, will overwrite
  • prefix : URL to prepend to any issue to build a URL to the issue
  • page_size : Number of issues to fetch per query

Config

{ "jira_server" : "YOUR_SERVER", "jira_user" : "YOUR_USERNAME", "jira_apikey" : "see https://id.atlassian.com/manage-profile/security", "browse_url_prefix" : "https://company.atlassian.net/browse/" }

About

JQL Query -> CSV


Languages

Language:Python 100.0%