ActionableAgile / jira-to-analytics

This code extracts data from Jira based on a yaml config file, and outputs a properly formatted CSV that can be read by the ActionableAgile Analytics tool.
https://www.actionableagile.com
GNU General Public License v2.0
57 stars 36 forks source link

Feature/trello #33

Closed johnrjj closed 7 years ago

johnrjj commented 7 years ago

Initial Trello integration is now in beta!

# Sample Trello config.yaml
Key: b472fd0880809177487d25528237df3
Token: a8212fc320e11a006a631009cb77fd6a22c49d1d07792de47caebe7e1e42a0e1
BoardId: jcHHJRqw

# Describe the workflow. Each step can be mapped to either a single JIRA
# status, or a list of statuses that will be treated as equivalent
Workflow:
    Backlog: 
        - Backlog
    Planning:
        - Planning
    Analysis:
        - Analysis
    Testing:
        - Configuration/Unit Testing
    Production:
        - Production
    Done:
        - Done
        - CLOSED_IN_TRELLO_INTERNAL_SYSTEM