https://github.com/theleoborges/jira-csv-bulk-upload
A small utility to batch create JIRA issues from a CSV file
https://github.com/theleoborges/jira-csv-bulk-upload
clojure jira
Last synced: over 1 year ago
JSON representation
A small utility to batch create JIRA issues from a CSV file
- Host: GitHub
- URL: https://github.com/theleoborges/jira-csv-bulk-upload
- Owner: theleoborges
- License: epl-1.0
- Created: 2017-02-02T04:18:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-02T04:28:10.000Z (over 9 years ago)
- Last Synced: 2025-01-29T06:48:44.609Z (over 1 year ago)
- Topics: clojure, jira
- Language: Clojure
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# jira-csv-bulk-upload
A small utility to batch create JIRA issues from a CSV file. Useful when you don't have Admin rights to use the import wizard.
## Usage
Either build from source or download a [release](https://github.com/leonardoborges/jira-csv-bulk-upload/releases) and run it like so:
$ java -jar jira-csv-bulk-upload-0.1.0-SNAPSHOT-standalone.jar issues.csv -H https://jira.myorg.com/ -u username -p password
For help:
$ java -jar jira-csv-bulk-upload-0.1.0-SNAPSHOT-standalone.jar --help
A sample issues file is provided under `resources/sample.csv`
## License
Copyright © 2017 FIXME
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.