Class UpdateIssueDefinition_status
The current status of the issue, should be set only to an Active status. To get all active statuses within the project, call GET users/me </en/docs/acc/v1/reference/http/issues-me-GET> and check the issue.new.permittedStatuses list.
public class UpdateIssueDefinition_status : IParsable
- Inheritance
-
UpdateIssueDefinition_status
- Implements
-
IParsable
- Inherited Members
Methods
CreateFromDiscriminatorValue(IParseNode)
Creates a new instance of the appropriate class based on discriminator value
public static UpdateIssueDefinition_status CreateFromDiscriminatorValue(IParseNode parseNode)
Parameters
parseNode
IParseNodeThe parse node to use to read the discriminator value and create the object
Returns
GetFieldDeserializers()
The deserialization information for the current model
public virtual IDictionary<string, Action<IParseNode>> GetFieldDeserializers()
Returns
- IDictionary<string, Action<IParseNode>>
A IDictionary<string, Action<IParseNode>>
Serialize(ISerializationWriter)
Serializes information the current object
public virtual void Serialize(ISerializationWriter writer)
Parameters
writer
ISerializationWriterSerialization writer to use to serialize this model