Home > lhissuesextract

lhissuesextract

Lhissuesextract is a project mainly written in Groovy, it's free.

Lighthouse Issues query groovy script that outputs Markdown

Generates Markdown formatted text from Lighthouse Issues

author: Greg Schueler, [email protected] date: 12/16/2010

This is a simple groovy script that grabs the list of issues for a project and milestone that you specify, and prints it out in Markdown format.

Usage:

groovy lhextract.groovy <url> [project [milestone]] [keyword=value ...]

Final arguments of the form keyword=value are used as additional ticket query parameters. See the Lighthouse Search Documentation for info on types of searches.

Examples

groovy lhextract.groovy http://rundeck.lighthouseapp.com 'Rundeck Development' 'Rundeck 1.0' state=resolved
Previous:firefight