You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This seems unusual. The API response seems fine. We're validating the board by its name internally so I was wondering if there could be an extra spaces, special characters, or something similar in the board name?
If I do not supply a board, the list of board available is None:
% jira setup --debug --installation local --server https://jira.robotics.a2z.com --login cpfoley@amazon.com --auth-type bearer --project COCO
...
? Default board: [Use arrows to move, type to filter, ? for more help]
> None
This makes me believe the issue isn't specific to the board. For sanity, I also copied&pasted the board name directly from the output attained by visiting the endpoint in a browser
--
If I run jira init and chose None as my default board, I can then use the tool to list all boards in the project. This fails too:
% jira boards list
Error: invalid character '<' looking for beginning of value
Describe the bug
The JIRA CLI cannot location boards within my team project, despite directly querying the endpoint reveals there are boards.
Please provide following details
Sonoma is casual name.
MacOS built-in Terminal.
To Reproduce
Run init
The output, with some redacted information:
Within FireFox, I can directly open the page: https://jira.robotics.a2z.com/rest/agile/1.0/board?projectKeyOrId=COCO . The raw truncated data results are
Expected behavior
The Jira CLI tool is able to display the various boards.
Additional context
The text was updated successfully, but these errors were encountered: