mirror of
https://github.com/interviewstreet/go-jira.git
synced 2025-02-11 13:38:57 +02:00
* creates a GetAllSprintsOptions structure * adds a new GetAllSprintsWithOptions method to accept an int boardID and new options structure * adds filtering functionality to GetAllSprintsWithOptions method * adds SprintsList type for handling pagination results data from GetAllSprints request * updates tests