Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Epic : missing options for creation/update #1911

Closed
nicolasbrechet opened this issue Apr 10, 2024 · 0 comments · Fixed by #1912
Closed

Epic : missing options for creation/update #1911

nicolasbrechet opened this issue Apr 10, 2024 · 0 comments · Fixed by #1912

Comments

@nicolasbrechet
Copy link
Contributor

nicolasbrechet commented Apr 10, 2024

Hi,

In the CreateEpicOptions struct, we're missing some options, which in my case prevents me from creating a "child" Epic

type CreateEpicOptions struct {

  • color
  • confidential
  • created_at
  • parent_id

And as well in UpdateEpicOptions

type UpdateEpicOptions struct {

  • add_labels
  • parent_id
  • remove_labels
  • updated_at
  • color

I'm working on a PR to fix this

nicolasbrechet added a commit to nicolasbrechet/go-gitlab that referenced this issue Apr 10, 2024
nicolasbrechet added a commit to nicolasbrechet/go-gitlab that referenced this issue Apr 10, 2024
…ns_for_create_and_update

fix xanzy#1911 - Add missing options for epic create and update
svanharmelen added a commit that referenced this issue Apr 18, 2024
…tions_for_create_and_update

fix #1911 - Add missing options for epic create and update
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant