-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
Status: TriageThis is being looked at and prioritizedThis is being looked at and prioritizedType: FeatureNew feature or requestNew feature or request
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Status: TriageThis is being looked at and prioritizedThis is being looked at and prioritizedType: FeatureNew feature or requestNew feature or request
Type
Projects
Status
π Triage