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

#912 Add field iteration into IssueFilter #913

Merged
merged 1 commit into from
Mar 29, 2023
Merged

Conversation

DoubleDPro
Copy link
Contributor

@DoubleDPro DoubleDPro commented Feb 15, 2023

Add iterationTitle in IssueFilter for filtration issues by this field

Fixes #912

Add iterationTitle in IssueFilter for filtration issues
by this field
Copy link
Collaborator

@jmini jmini left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The iteration_title is one of the filter that can be used. Mentioned in the docs here:
https://docs.gitlab.com/ee/api/issues.html#list-project-issues

I am wondering if it makes sense to continue to grow the number of createIssue(..) methods.
In some other area pattern with an object with a builder pattern is used.

But I think it is fine for now.

@jabby
Copy link
Collaborator

jabby commented Mar 29, 2023

@jmini I think it's fine to add a new createIssue(..) method. In a future major update maybe we will remove this kind of overload but it's not in a near future.

@jabby jabby merged commit 0b32741 into gitlab4j:master Mar 29, 2023
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.

Add field iteration into IssueFilter
3 participants