Whether issue activities should be omitted, in which case YouTrackIssue.issueActivities will be the empty array for all issues.
Retrieving past issue activities is the most time-consuming part of reconstructing a project plan. If the activity
information is not required, this option should therefore be set to true
.
By default, this is false
; that is, issue activities are retrieved.
Callback for progress updates.
By default, there is no callback.
Interval (in milliseconds) in which progress updates will be provided to the callback.
By default, this is 200 milliseconds.
Number of elements per HTTP request to array resources. See also httpGetAll().
By default, this is 100.
Generated using TypeDoc
Options for retrieving YouTrack issue data and building a project plan.