Mirantis / dataops-dataeng

A tool to scrape data from multiple integrations
MIT License
3 stars 1 forks source link

Jira Base Commands are Not Working Unsupported Protocol Schemes #12

Closed Richard-Barrett closed 3 years ago

Richard-Barrett commented 3 years ago

rbarrett@MacBook-Pro-2  ~/Git/dataeng/dataengctl   DOCUMENTATION-1  ./dataengctl jira board list --config-file ${HOME}/.dataeng/config.yaml  ✔  10400  15:38:46

Usage: dataengctl jira board list [flags]

Examples:

this will print list of the boards

dataengctl jira boards list

this will create output in a yaml format

dataengctl jira boards list --output yaml

Flags: -h, --help help for list -o, --output string use this flag to specify output (default "yaml")

Global Flags: --config-file string path to config file --debug specify debug level

No response returned: Get "/rest/agile/1.0/board": unsupported protocol scheme ""

We need to fix the Jira Base commands as they are not working.

Richard-Barrett commented 3 years ago

The issue has been resolved, modified the following files:

 rbarrett@MacBook-Pro-2  ~/Git/dataeng/dataengctl   DATAENG-3 ✚  git status                                                                  ✔  10542  19:52:20
On branch DATAENG-3
Changes to be committed:
  (use "git restore --staged <file>..." to unstage)
    modified:   cmd/jira/boards/boards.go
    modified:   cmd/jira/dashboards/dashboard.go
    modified:   cmd/jira/jira.go
    modified:   cmd/jira/projects/project.go
    modified:   cmd/jira/reports/reports.go
    modified:   pkg/jira-reporting/boards/list.go
    modified:   pkg/jira-reporting/dashboards/list.go
    modified:   pkg/jira-reporting/projects/list.go
    modified:   pkg/jira-reporting/reports/reports.go