mirror of
https://github.com/documize/community.git
synced 2025-08-04 13:05:23 +02:00
parent
5b72da037c
commit
0419f3b7b3
18 changed files with 1734 additions and 1274 deletions
2
vendor/gopkg.in/andygrunwald/go-jira.v1/board.go
generated
vendored
2
vendor/gopkg.in/andygrunwald/go-jira.v1/board.go
generated
vendored
|
@ -35,7 +35,7 @@ type Board struct {
|
|||
type BoardListOptions struct {
|
||||
// BoardType filters results to boards of the specified type.
|
||||
// Valid values: scrum, kanban.
|
||||
BoardType string `url:"boardType,omitempty"`
|
||||
BoardType string `url:"type,omitempty"`
|
||||
// Name filters results to boards that match or partially match the specified name.
|
||||
Name string `url:"name,omitempty"`
|
||||
// ProjectKeyOrID filters results to boards that are relevant to a project.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue