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

Add support for releases endpoint #54

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

cmcpeek17
Copy link

@cmcpeek17 cmcpeek17 commented Jul 7, 2023

I ran into a situation where I needed to get all of the releases in a project so I could update test runs with the current software release being tested. Although releases are essentially a pick list, they are a separate field type and do not show up when you GET all of the pick lists in a project.

Changes:
ADD: Function that returns all releases for a project
ADD: endpoint explanation to readme
ADD: test for releases endpoint

@cmcpeek17 cmcpeek17 marked this pull request as draft July 7, 2023 21:33
@cmcpeek17 cmcpeek17 marked this pull request as ready for review July 7, 2023 21:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant