Class BoardExportJobInternal

Board export job.

Hierarchy

  • BoardExportJob

Constructors

Properties

boardFormat?: BoardFormat
createdAt?: Date
id?: string

Unique identifier of the board export job.

modifiedAt?: Date
name?: string

Board export job name.

status?: string

Indicates the current state of the board export job. Possible values: created: the job has been created but not yet started. Retry the status call after some time. in_progress: the job is in progress, and the results are not ready yet. Retry the status call after some time. cancelled: the job has been cancelled and will not produce any more results. finished: the job is complete. You can now get results for the board export job.