-
Notifications
You must be signed in to change notification settings - Fork 472
EpicApi.getEpicIssues() returns models.Epic not models.EpicIssue #729
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
Comments
I totally agree with this issue. This is a little bit the same story as what I have described here: #964 (comment) We need an
I guess |
This was referenced Apr 26, 2023
jmini
added a commit
to jmini/gitlab4j-api
that referenced
this issue
Apr 27, 2023
jabby
pushed a commit
that referenced
this issue
May 5, 2023
* Fix Epic Issue link association Fixes #729 * Change return type
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Shouldn't the below code returning List ? Happy to contribute if the below isn't the intended behavior. There are several other epicIssue methods return epics.
List getEpicIssues
public Pager getEpicIssues.
public Stream getEpicIssuesStr.
The text was updated successfully, but these errors were encountered: