Skip to content

gitlab4j#1023 Add Field Iteration to Issue. #1027

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

Conversation

KoCoder
Copy link
Contributor

@KoCoder KoCoder commented Aug 31, 2023

  • Iteration Class
  • Getter and Setter for Iteration field

closes #1023

+ Iteration Class
+ Getter and Setter for Iteration 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 change looks good to me. Just a test case is missing.

private Long groupId;
private String title;
private String descripion;
private IterationState state;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Copy link
Collaborator

Choose a reason for hiding this comment

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

private Long sequence;
private Long groupId;
private String title;
private String descripion;
Copy link
Collaborator

Choose a reason for hiding this comment

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

There is a typo: Should be description

jmini added a commit to jmini/gitlab-experiments that referenced this pull request Sep 13, 2023
@jmini
Copy link
Collaborator

jmini commented Sep 14, 2023

@KoCoder you did not grant Maintainers are allowed to edit this pull request on this PR.

I made the requested changes in jmini@f3cb01c

Can you add that to this PR (on the branch heek-feature-gitlab4j-1023-iterations)?

Or should I re-create an other PR to get this change integrated?

@KoCoder
Copy link
Contributor Author

KoCoder commented Sep 18, 2023

Hey, I've just cherry-picked your changes onto our feature branch.

@jmini jmini merged commit 55d3f92 into gitlab4j:main Sep 19, 2023
@PaulWoitaschek
Copy link

@jmini
Could you cut a release with this change included? Alternatively: Do snapshots get published of gitlab4j?

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 Issue
3 participants