mirror of
https://github.com/interviewstreet/go-jira.git
synced 2025-05-23 22:30:05 +02:00
Go docs
This commit is contained in:
parent
de4984d92a
commit
083961b1b6
2
issue.go
2
issue.go
@ -277,6 +277,8 @@ type CommentVisibility struct {
|
|||||||
Value string `json:"value,omitempty"`
|
Value string `json:"value,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// SearchOptions represents options you can apply
|
||||||
|
// at a Search functionality (JQL in JIRA).
|
||||||
type SearchOptions struct {
|
type SearchOptions struct {
|
||||||
StartAt int
|
StartAt int
|
||||||
MaxResults int
|
MaxResults int
|
||||||
|
Loading…
x
Reference in New Issue
Block a user