OperationsWorkspaceIds

The payload of Operations Workspace Ids.

interface OperationsWorkspaceIds {
    workspaceIds: string[];
}

Hierarchy

  • Record<string, unknown>
    • OperationsWorkspaceIds

Properties

Properties

workspaceIds: string[]

Operations Workspace Ids

The IDs of Operations Workspaces that are available to this Jira site.

[
"111-222-333",
"444-555-666"
]