Open justinphelps opened 5 months ago
A little more information. This is what the API returns whether I choose a default board or None:
{"expand":"projects","projects":[]}
@justinphelps Try passing the --project <project> --board <board>
flags as well.
$ JIRA_API_TOKEN=$(echo -e "$JIRA_API_TOKEN") jira init \
--installation cloud \
--server <url> \
--login <email> \
--project <project> \
--board <board> \
--debug
I'm able to auth via an automated script successfully without and prompts for input using this method. In my case, I also had to echo the API key with escaping (-e
) to get the Jira API token to be read properly because it runs in kubernetes.
Describe the bug After logging in and scrolling through the boards, I choose my board and get: " Got response in unexpected format when fetching metadata. Please try again." The same happens when I choose "None" for default board.
Please provide following details
To Reproduce
Steps to reproduce the behavior:
Expected behavior Take me to the board/issues.
Screenshots Additional context