Skip to content

add 'expand' parameter to searchJira method and update documentation link #116

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

Merged
merged 1 commit into from
Nov 3, 2015

Conversation

watters
Copy link
Contributor

@watters watters commented Oct 4, 2015

In some situations, it's nice to be able to fetch more issue data than the search API returns by default. JIRA's REST API search method supports an expand parameter that allows one to request more detail for each issue, but this library didn't support it.

This adds that support.

@watters
Copy link
Contributor Author

watters commented Oct 4, 2015

#88 appears to add this same behavior with slightly different syntax

@billbuckley
Copy link

+1 to adding this feature

@KanoYugoro
Copy link

+1 What's the ETA on this getting in?

steves added a commit that referenced this pull request Nov 3, 2015
add 'expand' parameter to searchJira method and update documentation link
@steves steves merged commit fceb2b6 into steves:master Nov 3, 2015
@mtscout6
Copy link

For those of you waiting on this feature to get released @KanoYugoro and I forked this repo and pushed it to a new npm module jira-client We've changed up the API a bit to use ES6 Promises but this feature is there.

@digiguru
Copy link

Added a PR to update the documentation in the comments for this in #151

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants