This repository has been archived by the owner on Feb 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Utilize v2 targetprocess API for GETs (#24)
* Utilize v2 targetprocess API for GETs Changes: - BREAKING: removed Include() filter as it is not available in the v2 targetprocess API - BREAKING: removed AssignedTeams from UserStory default struct (custom structs can still include any fields a user would like) - BREAKING: changed method signature of client.GetUserStories() to include a boolean to determine if it should automatically page through results - This was important for using the First() filter in this method. If the method automatically paged with the First() filter function it would return ALL results 1 UserStory at a time which is a lot of API calls and woulud take a really long time. - added ResponsibleTeam to the UserStory default struct - added Select() and Result() filters - added tests for each filter Co-authored-by: Andrew Suderman <[email protected]>
- Loading branch information
Luke Reed
and
Andrew Suderman
authored
Dec 4, 2020
1 parent
c22c3c7
commit 218d0b7
Showing
9 changed files
with
573 additions
and
104 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.