-
Notifications
You must be signed in to change notification settings - Fork 40
Issue #91: update search() to work with search/jql #97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see new parameters on function, mayby un update of doc is necessary ?
'jql' => $jql, | ||
]); | ||
|
||
$ret = $this->exec('search//approximate-count', $data, 'POST'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
propal : search/approximate-count
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@RomainMILLAN it's got a double slash because single slash gets stripped out. I'm not sure why but decided to just work around it.
@RomainMILLAN I could include the doc changes, if the approach in this PR is acceptable to the maintainer. |
Fixes #91