This is a Singer tap that produces JSON-formatted data following the Singer spec.
This tap:
- Pulls raw data from the JIRA Cloud REST API
- Extracts the following resources:
- Outputs the schema for each resource
- Incrementally pulls data based on the input state
This repo provides a script for creating some data in JIRA. Use ./create.py --help
for details. Examples:
./create.py --config config.json project
./create.py --config config.json --num-issues 10 issue
Copyright © 2017 Stitch