IssueContract.UpdateStages.WithCreatedDate Interface

public static interface IssueContract.UpdateStages.WithCreatedDate

The stage of the issuecontract update allowing to specify CreatedDate.

Method Summary

Modifier and Type Method and Description
abstract Update withCreatedDate(DateTime createdDate)

Specifies createdDate.

Method Details

withCreatedDate

public abstract IssueContract.Update withCreatedDate(DateTime createdDate)

Specifies createdDate.

Parameters:

createdDate - Date and time when the issue was created

Returns:

the next update stage

Applies to