JiraImport

object JiraImport
class Object
trait Matchable
class Any

Value members

Concrete methods

def createdAt: SelectionBuilder[JiraImport, Option[Time]]

Timestamp of when the Jira import was created.

Timestamp of when the Jira import was created.

def failedToImportCount: SelectionBuilder[JiraImport, Int]

Count of issues that failed to import.

Count of issues that failed to import.

def importedIssuesCount: SelectionBuilder[JiraImport, Int]

Count of issues that were successfully imported.

Count of issues that were successfully imported.

def jiraProjectKey: SelectionBuilder[JiraImport, String]

Project key for the imported Jira project.

Project key for the imported Jira project.

def scheduledAt: SelectionBuilder[JiraImport, Option[Time]]

Timestamp of when the Jira import was scheduled.

Timestamp of when the Jira import was scheduled.

def scheduledBy[A](innerSelection: SelectionBuilder[UserCore, A]): SelectionBuilder[JiraImport, Option[A]]

User that started the Jira import.

User that started the Jira import.

def totalIssueCount: SelectionBuilder[JiraImport, Int]

Total count of issues that were attempted to import.

Total count of issues that were attempted to import.