Skip to content

BlakeHyde/ytkt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ytkt: "YAML Tickets"

This utility converts a set of tickets defined in YAML into friendly Markdown or a Jira-formatted CSV.

Usage

To install its dependencies, clone the repository and run poetry install in the root directory.

To run the script, use the ytkt command:

ytkt [--csv] [--epic <Epic ID>] [--team <Team Name>] <yaml file>

Without --csv, the output will be Markdown.

Formatting Your Tickets

Use a YAML file with this structure:

tasks:
  - title: string
    description: string
    alias: optional string
    blocks: optional list of aliases
    blocked-by: optional list of aliases
    points: optional int

Note that the script does not (yet) export blocking relationships to the Jira CSV.

About

Converts YAML to JIRA tickets or markdown.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages