andygrunwald / andygrunwald/go-jira
No query options for GetIssuesForSprint
- Lenguaje dominante
- Go
- Estrellas
- 1.6k
- Forks
- 500
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
## Describe the bug
`GetIssuesForSprint` and `GetIssueWithContext` are missing query options.
It prevents lot of useful filtering, like issue assignee, reported, etc..
## To Reproduce
Just try to filter issues by assignee or other filter
## Expected behavior
I would expect `GetIssuesForSprint` get a query options like others functions
## Possible Solution
Add query options to the function
## Your Environment
* go-jira version (git tag or sha): v1.13.0
* Go version (`go version`): 1.15
## Additional context
I'm trying to filter issues by assignee to create a custom board and I find myself needs to do it by code instead if using the filtering Jira is providing by it's API.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.