Class BulkOperationErrorResult

java.lang.Object
com.atlassian.jira.rest.api.issue.BulkOperationErrorResult

public class BulkOperationErrorResult extends Object
Represents error of creating single element during batch operation.
Since:
v6.0
  • Constructor Details

  • Method Details

    • getStatus

      public Integer getStatus()
    • getElementErrors

      public ErrorCollection getElementErrors()
    • getFailedElementNumber

      public Integer getFailedElementNumber()