Board location

Ventsislav April 19, 2021

Hello,

 

I have set up a Jira Software (Data Center) locally and I'm trying to pull some data through jira-python library.

However, I believe the problem is that I cannot configure it properly.

jira_server_boards.png

First, I thought it's the fact that those boards are restricted, but it doesn't work with the All users one. There is an existing REST API endpoint, but it seems that the problem is that the configuration is incorrect - I can't add a location to a board.

jira_server_board_config.png

Any help would be highly appreciated.

EDIT: Here is the curl command to pull the board info

curl -H "Authorization: Bearer <token>" https://<jira_instance>/rest/agile/1.0/board/65

{"id":65,"self":"http://localhost:8080/rest/agile/1.0/board/65","name":"reretest","type":"scrum"}

1 answer

0 votes
John Funk
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 19, 2021

Hi @Ventsislav  - Seems like a bug. I would open a support ticket for it with Atlassian:

https://support.atlassian.com/contact/#/

Ventsislav April 19, 2021

Thanks for the response. I just opened one. Hopefully it's nothing too major.

Like John Funk likes this
John Funk
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 19, 2021

Great - please post back here with the resolution 

Like Ventsislav likes this
Ventsislav April 26, 2021

I managed to fix the issue using this

jira_auth.boards(projectKeyOrID=project.jira_project_id)

This exists in jira python tag 3.0. However, you can't install it (just yet) with pip, but I managed to overcome it

-e git://github.com/pycontribs/jira.git@7fa3a454c08a14e2d7d7670fcfa87482e16936ba#egg=jira

Hopefully this helps.

Suggest an answer

Log in or Sign up to answer