Interface IssueContract.UpdateStages.WithCreatedDate

All Known Subinterfaces:
IssueContract.Update
Enclosing interface:
IssueContract.UpdateStages

public static interface IssueContract.UpdateStages.WithCreatedDate
The stage of the IssueContract update allowing to specify createdDate.
  • Method Details

    • withCreatedDate

      IssueContract.Update withCreatedDate(OffsetDateTime createdDate)
      Specifies the createdDate property: Date and time when the issue was created..
      Parameters:
      createdDate - Date and time when the issue was created.
      Returns:
      the next definition stage.