load stories into JIRA generated by prolific
Go to file
Colin Henry 6520f77d86 updated to have a go module 2019-10-27 19:12:57 -07:00
.gitignore initial commit 2015-10-12 21:01:07 -07:00
LICENSE Create LICENSE 2015-10-30 14:16:55 -07:00
README.md Update README.md 2018-02-14 14:11:30 -08:00
go.mod updated to have a go module 2019-10-27 19:12:57 -07:00
issue.go stopped relying on globals; globals are bad 2015-10-24 18:19:24 -07:00
jira.go submits to jira 2015-10-29 21:02:04 -07:00
main.go removed bad readline which was causing issues 2015-10-30 13:08:11 -07:00

README.md

prolific2jira

load stories generated by onsi/prolific into JIRA

usage

prolific stories.prolific |  prolific2jira  -svr "http://jira.example.net" -user "user" -pass "NotAPassword1" -prj "PROJ"

building

go build ./...