Skip to content

[FEAT]: Support Issue StateReason: DuplicateΒ #3045

@chagong

Description

@chagong

Describe the need

Can you support Issue StateReason: Duplicate? GitHub API already supported it, I believe. You currently only have:

public enum ItemStateReason
    {
      /// <summary>
      /// Item closed as completed.
      /// </summary>
      [Parameter(Value = "completed")]
      Completed,

      /// <summary>
      /// Item closed as unplanned.
      /// </summary>
      [Parameter(Value = "not_planned")]
      NotPlanned,

      /// <summary>
      /// Item reopened.
      /// </summary>
      [Parameter(Value = "reopened")]
      Reopened
    }

SDK Version

14.0.0

API Version

No response

Relevant log output

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    Status: TriageThis is being looked at and prioritizedType: FeatureNew feature or request

    Type

    No type

    Projects

    Status

    πŸ†• Triage

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions