Categorygithub.com/Brialius/jira2trello
repositorypackage
1.15.2
Repository: https://github.com/brialius/jira2trello.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

jira2trello

CIGo Report Card

Usage

Usage:
     jira2trello [command]
   
   Available Commands:
     configure     Ask configuration settings and save them to file
     help          Help about any command
     report        Report based on trello cards or jira query
     sync          Jira to Trello sync
     update        Update jira2trello
     weekly-report Weekly report based on jira query
   
   Flags:
         --config string   config file (default is $HOME/.jira2trello.yaml)
         --debug           write debug info to logs and files
     -h, --help            help for jira2trello
   
   Use "jira2trello [command] --help" for more information about a command.   

Screenshots

Sync command

image

Build

make goals

GoalDescription
build (default)build binaries
setupdownload and install required dependencies
testrun tests
installinstall binary to $GOPATH/bin
lintrun linters
cleanrun go clean
generaterun go generate ./...
mod-refreshrun go mod tidy and go mod vendor
cirun all steps needed for CI
versionshow current git tag if any matched to v* exists
releaseset git tag and push to repo make release ver=v1.2.3