Skip to content
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

[bug] jira.SearchOptions {MaxResults: 100}, but it does not work, it still returns 50 by default #273

Open
younglifestyle opened this issue Apr 16, 2020 · 4 comments
Labels
needs triage Ticket that needs triage (a proper look for classification) waiting for feedback

Comments

@younglifestyle
Copy link

this problem appeared after commit 19d3fc0..., this problem occurred when I used the latest code. It should be a bug, not a feature.

@andygrunwald
Copy link
Owner

Hey @younglifestyle,

do you have a piece of sample code that we can reproduce this issue?

@younglifestyle
Copy link
Author

younglifestyle commented May 9, 2020

	jql := fmt.Sprintf("project = \"%s\"", projectName)
	options := &jira.SearchOptions{MaxResults: 1000}
	issues, _, err := client.Issue.Search(jql, options)
	if err != nil {
		fmt.Printf("search %s project error %v", projectName, err)
		continue
	}

@github-actions
Copy link

github-actions bot commented Jul 9, 2020

This issue has been automatically marked as stale because it has not had recent activity in the last 60 days. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the stale label Jul 9, 2020
@andygrunwald andygrunwald reopened this Jul 18, 2020
@andygrunwald andygrunwald added the needs triage Ticket that needs triage (a proper look for classification) label Aug 20, 2022
@andygrunwald
Copy link
Owner

Hey,

I am very sorry that this issue has been open for a long time with no final solution. We work on this project in our spare time, and sometimes, other priorities take over. This is the typical open source dilemma.

However, there is news: We are kicking off v2 of this library 🚀

To provide visibility, we created the Road to v2 Milestone and calling for your feedback in #489

The development will take some time; however, I hope you can benefit from the changes.
If you seek priority development for your issue + you like to sponsor it, please contact me.

What does this mean for my issue?

We will work on this issue indirectly.
This means that during the development phase, we aim to tackle it.
Maybe in a different way like it is currently handled.
Please understand that this will take a while because we are running this in our spare time.

Final words

Thanks for using this library.
If there is anything else you would like to tell us, let us know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs triage Ticket that needs triage (a proper look for classification) waiting for feedback
Projects
None yet
Development

No branches or pull requests

2 participants