From ed062cdb28a6f1caa15bc5433e631aa23db6ecea Mon Sep 17 00:00:00 2001 From: fossabot Date: Sun, 22 Jan 2023 12:15:47 -0800 Subject: [PATCH] Add license scan report and status Signed off by: fossabot --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 42ba204..01472f6 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ - # GO JIRA Migration Tool +# GO JIRA Migration Tool This tool can migrate team-managed project issues between two JIRA Cloud accounts. ## Usage +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fnatenho%2Fgo-jira-migrate.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fnatenho%2Fgo-jira-migrate?ref=badge_shield) + ``` -api-key string @@ -45,4 +47,7 @@ This example include some additional custom fields to be migrated, like issue "S ``` ./go-jira-migrate -workers=8 -sprints=true -delete-on-error=true -source https://SOURCE-JIRA.atlassian.net/ -target https://TARGET-JIRA.atlassian.net/ -user your-jira-user -api-key xxxxxxxxxxxxxxxxxxx -source-project SOURCE-PROJ -target-project TARGET-PROJ -query "status != Done" -field "Story Points" -field "Start date" -field "Due date" -field "due" -field "duedate" -field "Due Data" -field "Issue color" -``` \ No newline at end of file +``` + +## License +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fnatenho%2Fgo-jira-migrate.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fnatenho%2Fgo-jira-migrate?ref=badge_large) \ No newline at end of file