Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support requesting board configuration Fixes #1242 #1276

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

jswetzen
Copy link

It's previously not possible to get configuration (and hence the JQL) for a board. This PR adds that new resource and supports fetching configuration by board ID using the /rest/agile/1.0/board/{boardId}/configuration endpoint.

@jswetzen jswetzen changed the title Support requesting board configuration #1242 #1242 Support requesting board configuration Jan 11, 2022
@jswetzen jswetzen changed the title #1242 Support requesting board configuration Support requesting board configuration Fixes #1242 Jan 11, 2022
self,
board_id: int,
) -> BoardConfiguration:
"""Get configuration for a board.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it would be super if you could extend this doc a bit. Sorry it took so long for review, but hey, better late than never.
Thx for the contribution

Copy link
Collaborator

@studioj studioj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please add a test to complete this PR we really want to only move tested code in. Thank you

@studioj studioj added the feature label Feb 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants