YouTrack Standalone 2019.2 Help

JSON Schema

This page contains all of the entities that are supported by YouTrack REST API.

ActivityCategory

"ActivityCategory" : { "id" : "String" }

ActivityCursorPage

"ActivityCursorPage" : { "activities" : "List", "afterCursor" : "String", "beforeCursor" : "String", "hasAfter" : "Boolean", "hasBefore" : "Boolean", "id" : "String", "reverse" : "Boolean" }

Agile

"Agile" : { "cardSettings" : "", "colorCoding" : "", "columnSettings" : "ColumnSettings", "currentSprint" : "Sprint", "estimationField" : "CustomField", "favorite" : "Boolean", "flatBacklog" : "Boolean", "hideOrphansSwimlane" : "Boolean", "isUpdatable" : "Boolean", "name" : "String", "orphansAtTheTop" : "Boolean", "owner" : "User", "projects" : "MutableCollection", "sprints" : "MutableCollection", "sprintsSettings" : "SprintsSettings", "status" : "AgileStatus", "swimlaneSettings" : "", "updateableBy" : "UserGroup", "updateableByProjectBased" : "Boolean", "visibleFor" : "UserGroup", "visibleForProjectBased" : "Boolean", "id" : "String" }

AgileColumn

"AgileColumn" : { "fieldValues" : "MutableCollection", "isResolved" : "Boolean", "ordinal" : "Int", "parent" : "ColumnSettings", "presentation" : "String", "wipLimit" : "WIPLimit", "id" : "String" }

AgileColumnFieldValue

"AgileColumnFieldValue" : { "canUpdate" : "Boolean", "column" : "AgileColumn", "field" : "", "isResolved" : "Boolean", "name" : "String", "id" : "String", "presentation" : "String" }

AgileStatus

"AgileStatus" : { "errors" : "List", "hasJobs" : "Boolean", "id" : "String", "valid" : "Boolean", "warnings" : "List" }

AppearanceSettings

"AppearanceSettings" : { "dateFieldFormat" : "DateFormatDescriptor", "globalBanner" : "String", "globalBannerEnabled" : "Boolean", "logo" : "Logo", "timeZone" : "TimeZoneDescriptor", "id" : "String" }

AttachmentActivityItem

"AttachmentActivityItem" : { "added" : "List", "author" : "User", "category" : "ActivityCategory", "field" : "", "id" : "String", "removed" : "List", "target" : "", "targetMember" : "String", "timestamp" : "Long" }

AttributeBasedSwimlaneSettings

"AttributeBasedSwimlaneSettings" : { "field" : "", "values" : "MutableCollection", "enabled" : "Boolean", "id" : "String", "parent" : "Agile" }

BackupError

"BackupError" : { "date" : "Long", "errorMessage" : "String", "id" : "String" }

BackupFile

"BackupFile" : { "creationDate" : "Long", "error" : "String", "id" : "String", "link" : "String", "name" : "String!", "size" : "Long" }

BackupStatus

"BackupStatus" : { "backupCancelled" : "Boolean", "backupError" : "BackupError", "backupInProgress" : "Boolean", "id" : "String" }

BuildBundle

"BuildBundle" : { "values" : "MutableCollection", "id" : "String", "isUpdateable" : "Boolean" }

BuildBundleCustomFieldDefaults

"BuildBundleCustomFieldDefaults" : { "bundle" : "BuildBundle", "defaultValues" : "MutableCollection", "canBeEmpty" : "Boolean", "emptyFieldText" : "String", "id" : "String", "isPublic" : "Boolean", "parent" : "CustomField" }

BuildBundleElement

"BuildBundleElement" : { "assembleDate" : "Long", "bundle" : "BuildBundle", "archived" : "Boolean", "color" : "FieldStyle", "description" : "String", "hasRunningJob" : "Boolean", "id" : "String", "name" : "String", "ordinal" : "Int" }

BuildProjectCustomField

"BuildProjectCustomField" : { "bundle" : "BuildBundle", "canBeEmpty" : "Boolean", "defaultValues" : "MutableCollection", "emptyFieldText" : "String", "field" : "CustomField", "hasRunningJob" : "Boolean", "id" : "String", "isPublic" : "Boolean", "ordinal" : "Int", "project" : "Project" }

ColumnSettings

"ColumnSettings" : { "columns" : "MutableCollection", "field" : "CustomField", "id" : "String" }

CommandLimitedVisibility

"CommandLimitedVisibility" : { "id" : "String", "permittedGroups" : "List", "permittedUsers" : "List" }

CommandList

"CommandList" : { "caret" : "Int", "commands" : "List", "comment" : "String", "issues" : "List", "query" : "String", "runAs" : "String", "silent" : "Boolean", "suggestions" : "List", "usesMarkdown" : "Boolean", "visibility" : "", "id" : "String" }

CommandUnlimitedVisibility

"CommandUnlimitedVisibility" : { "id" : "String" }

CommentActivityItem

"CommentActivityItem" : { "authorGroup" : "UserGroup", "added" : "List", "author" : "User", "category" : "ActivityCategory", "field" : "", "id" : "String", "removed" : "List", "target" : "", "targetMember" : "String", "timestamp" : "Long" }

CommentAttachmentsActivityItem

"CommentAttachmentsActivityItem" : { "added" : "List", "removed" : "List", "author" : "User", "category" : "ActivityCategory", "field" : "", "id" : "String", "target" : "", "targetMember" : "String", "timestamp" : "Long" }

CustomField

"CustomField" : { "aliases" : "String", "fieldDefaults" : "CustomFieldDefaults", "fieldType" : "FieldType", "hasRunningJob" : "Boolean", "instances" : "MutableCollection", "isAutoAttached" : "Boolean", "isDisplayedInIssueList" : "Boolean", "isUpdateable" : "Boolean", "localizedName" : "String", "name" : "String", "ordinal" : "Int", "id" : "String" }

CustomFieldActivityItem

"CustomFieldActivityItem" : { "added" : "Any", "removed" : "Any", "author" : "User", "category" : "ActivityCategory", "field" : "", "id" : "String", "target" : "", "targetMember" : "String", "timestamp" : "Long" }

CustomFieldDefaults

"CustomFieldDefaults" : { "canBeEmpty" : "Boolean", "emptyFieldText" : "String", "isPublic" : "Boolean", "parent" : "CustomField", "id" : "String" }

CustomFilterField

"CustomFilterField" : { "customField" : "CustomField", "xdField" : "", "baseField" : "", "id" : "String", "name" : "String", "presentation" : "String" }

DatabaseBackupSettings

"DatabaseBackupSettings" : { "archiveFormat" : "", "availableDiskSpace" : "Long", "backupStatus" : "BackupStatus", "cronExpression" : "String", "filesToKeep" : "Int", "isOn" : "Boolean", "location" : "String", "notifiedUsers" : "MutableCollection", "id" : "String" }

DateFormatDescriptor

"DateFormatDescriptor" : { "datePattern" : "String", "id" : "String", "pattern" : "String", "presentation" : "String" }

DateIssueCustomField

"DateIssueCustomField" : { "id" : "String", "name" : "String", "projectCustomField" : "ProjectCustomField", "value" : "Any" }

DuplicateVote

"DuplicateVote" : { "id" : "String", "issue" : "Issue", "user" : "User" }

DurationValue

"DurationValue" : { "id" : "String", "minutes" : "Int", "presentation" : "String" }

EmailSettings

"EmailSettings" : { "anonymous" : "Boolean", "from" : "String", "host" : "String", "isEnabled" : "Boolean", "login" : "String", "mailProtocol" : "", "port" : "Int", "readAccess" : "", "replyTo" : "String", "sslKey" : "StorageEntry", "id" : "String" }

EnumBundle

"EnumBundle" : { "values" : "MutableCollection", "id" : "String", "isUpdateable" : "Boolean" }

EnumBundleCustomFieldDefaults

"EnumBundleCustomFieldDefaults" : { "bundle" : "EnumBundle", "defaultValues" : "MutableCollection", "canBeEmpty" : "Boolean", "emptyFieldText" : "String", "id" : "String", "isPublic" : "Boolean", "parent" : "CustomField" }

EnumBundleElement

"EnumBundleElement" : { "bundle" : "EnumBundle", "archived" : "Boolean", "color" : "FieldStyle", "description" : "String", "hasRunningJob" : "Boolean", "id" : "String", "localizedName" : "String", "name" : "String", "ordinal" : "Int", "showLocalizedNameInAdmin" : "Boolean" }

EnumProjectCustomField

"EnumProjectCustomField" : { "bundle" : "EnumBundle", "canBeEmpty" : "Boolean", "defaultValues" : "MutableCollection", "emptyFieldText" : "String", "field" : "CustomField", "hasRunningJob" : "Boolean", "id" : "String", "isPublic" : "Boolean", "ordinal" : "Int", "project" : "Project" }

ExternalIssue

"ExternalIssue" : { "id" : "String", "key" : "String!", "name" : "String!", "url" : "String!" }

FieldBasedColorCoding

"FieldBasedColorCoding" : { "prototype" : "CustomField", "agile" : "Agile", "id" : "String" }

FieldStyle

"FieldStyle" : { "background" : "String", "foreground" : "String", "id" : "String" }

FieldType

"FieldType" : { "id" : "String" }

GeneralUserProfile

"GeneralUserProfile" : { "dateFieldFormat" : "DateFormatDescriptor", "id" : "String", "locale" : "LocaleDescriptor", "profile" : "GeneralUserProfile", "timezone" : "TimeZoneDescriptor" }

GlobalSettings

"GlobalSettings" : { "appearanceSettings" : "AppearanceSettings", "license" : "License", "localeSettings" : "LocaleSettings", "notificationSettings" : "NotificationSettings", "restSettings" : "RestCorsSettings", "systemSettings" : "SystemSettings", "id" : "String" }

GlobalTimeTrackingSettings

"GlobalTimeTrackingSettings" : { "workItemTypes" : "MutableList", "workTimeSettings" : "WorkTimeSettings", "id" : "String" }

GroupProjectCustomField

"GroupProjectCustomField" : { "defaultValues" : "MutableCollection", "canBeEmpty" : "Boolean", "emptyFieldText" : "String", "field" : "CustomField", "hasRunningJob" : "Boolean", "id" : "String", "isPublic" : "Boolean", "ordinal" : "Int", "project" : "Project" }

Issue

"Issue" : { "attachments" : "MutableCollection", "comments" : "MutableCollection", "commentsCount" : "Long", "created" : "Long", "customFields" : "List", "description" : "String", "descriptionRange" : "", "draftComment" : "", "draftOwner" : "User", "externalIssue" : "ExternalIssue", "fields" : "List", "idReadable" : "String", "isDraft" : "Boolean", "links" : "List", "numberInProject" : "Long", "parent" : "IssueLink", "project" : "Project", "reactions" : "MutableCollection", "reporter" : "User", "resolved" : "Long", "subtasks" : "IssueLink", "summary" : "String", "tags" : "MutableCollection", "timeTracking" : "", "trimmedDescription" : "String", "updated" : "Long", "updater" : "User", "usesMarkdown" : "Boolean", "visibility" : "Visibility", "voters" : "IssueVoters", "votes" : "Int", "watchers" : "IssueWatchers", "wikifiedDescription" : "String", "id" : "String" }

IssueAttachment

"IssueAttachment" : { "author" : "User", "base64Content" : "String", "charset" : "String", "comment" : "", "created" : "Long", "draft" : "Boolean", "extension" : "String", "issue" : "Issue", "metaData" : "String", "mimeType" : "String", "name" : "String", "removed" : "Boolean", "size" : "Long", "thumbnailURL" : "String", "updated" : "Long", "url" : "String", "visibility" : "Visibility", "id" : "String" }

IssueBasedSwimlaneSettings

"IssueBasedSwimlaneSettings" : { "defaultCardType" : "SwimlaneValue", "field" : "", "values" : "MutableCollection", "enabled" : "Boolean", "id" : "String", "parent" : "Agile" }

IssueComment

"IssueComment" : { "author" : "User", "deleted" : "Boolean", "issue" : "Issue", "reactions" : "MutableCollection", "attachments" : "MutableCollection", "created" : "Long", "id" : "String", "text" : "String", "textPreview" : "String!", "updated" : "Long", "usesMarkdown" : "Boolean", "visibility" : "Visibility" }

IssueCreatedActivityItem

"IssueCreatedActivityItem" : { "container" : "Issue", "id" : "String", "target" : "Issue", "added" : "List", "author" : "User", "category" : "ActivityCategory", "field" : "", "removed" : "List", "targetMember" : "String", "timestamp" : "Long" }
"IssueLink" : { "direction" : "", "id" : "String", "issues" : "MutableCollection", "linkType" : "IssueLinkType", "trimmedIssues" : "List" }

IssueLinkType

"IssueLinkType" : { "aggregation" : "Boolean", "directed" : "Boolean", "localizedName" : "String", "localizedSourceToTarget" : "String", "localizedTargetToSource" : "String", "name" : "String", "readOnly" : "Boolean", "sourceToTarget" : "String", "targetToSource" : "String", "uid" : "Long", "id" : "String" }

IssueTag

"IssueTag" : { "color" : "FieldStyle", "issues" : "MutableCollection", "owner" : "User", "untagOnResolve" : "Boolean", "id" : "String", "name" : "String", "updateableBy" : "UserGroup", "visibleFor" : "UserGroup" }

IssueTimeTracker

"IssueTimeTracker" : { "enabled" : "Boolean", "workItems" : "MutableCollection", "id" : "String" }

IssueVoters

"IssueVoters" : { "duplicate" : "List", "hasVote" : "Boolean", "original" : "List", "id" : "String" }

IssueWatcher

"IssueWatcher" : { "id" : "String", "isStarred" : "Boolean", "issue" : "Issue", "user" : "User" }

IssueWatchers

"IssueWatchers" : { "duplicateWatchers" : "List", "hasStar" : "Boolean", "id" : "String", "issueWatchers" : "MutableCollection" }

IssueWorkItem

"IssueWorkItem" : { "created" : "Long", "date" : "Long", "duration" : "DurationValue", "issue" : "Issue", "updated" : "Long", "author" : "User", "creator" : "User", "id" : "String", "text" : "String", "textPreview" : "String!", "type" : "WorkItemType", "usesMarkdown" : "Boolean" }

JabberSettings

"JabberSettings" : { "host" : "String", "isDefault" : "Boolean", "isEnabled" : "Boolean", "login" : "String", "port" : "Int", "readAccess" : "", "serviceName" : "String", "sslKey" : "StorageEntry", "id" : "String" }

License

"License" : { "error" : "String", "isFreeLicenseUsed" : "Boolean", "isTrialLicenseUsed" : "Boolean", "license" : "String", "username" : "String", "id" : "String" }

LimitedVisibility

"LimitedVisibility" : { "permittedGroups" : "MutableCollection", "permittedUsers" : "MutableCollection", "id" : "String" }

LinksActivityItem

"LinksActivityItem" : { "added" : "List", "removed" : "List", "author" : "User", "category" : "ActivityCategory", "field" : "", "id" : "String", "target" : "", "targetMember" : "String", "timestamp" : "Long" }

LocaleDescriptor

"LocaleDescriptor" : { "community" : "Boolean", "id" : "String", "language" : "String", "locale" : "String", "name" : "String" }

LocaleSettings

"LocaleSettings" : { "isRTL" : "Boolean", "locale" : "LocaleDescriptor", "id" : "String" }
"Logo" : { "id" : "String", "url" : "String" }

Me

"Me" : { "avatarUrl" : "String", "banned" : "Boolean", "email" : "String", "fullName" : "String", "guest" : "Boolean", "id" : "String", "jabberAccountName" : "String", "login" : "String", "name" : "String", "online" : "Boolean", "ringId" : "String", "savedQueries" : "List", "tags" : "MutableCollection" }

MultiBuildIssueCustomField

"MultiBuildIssueCustomField" : { "id" : "String", "name" : "String", "projectCustomField" : "ProjectCustomField", "value" : "MutableCollection" }

MultiEnumIssueCustomField

"MultiEnumIssueCustomField" : { "id" : "String", "name" : "String", "projectCustomField" : "ProjectCustomField", "value" : "MutableCollection" }

MultiGroupIssueCustomField

"MultiGroupIssueCustomField" : { "id" : "String", "name" : "String", "projectCustomField" : "ProjectCustomField", "value" : "MutableCollection" }

MultiOwnedIssueCustomField

"MultiOwnedIssueCustomField" : { "id" : "String", "name" : "String", "projectCustomField" : "ProjectCustomField", "value" : "MutableCollection" }

MultiUserIssueCustomField

"MultiUserIssueCustomField" : { "id" : "String", "name" : "String", "projectCustomField" : "ProjectCustomField", "value" : "MutableCollection" }

MultiVersionIssueCustomField

"MultiVersionIssueCustomField" : { "id" : "String", "name" : "String", "projectCustomField" : "ProjectCustomField", "value" : "MutableCollection" }

NotificationSettings

"NotificationSettings" : { "emailSettings" : "EmailSettings", "jabberSettings" : "JabberSettings", "id" : "String" }

NotificationsUserProfile

"NotificationsUserProfile" : { "autoWatchOnComment" : "Boolean", "autoWatchOnUpdate" : "Boolean", "autoWatchOnVote" : "Boolean", "duplicateClusterNotificationsEnabled" : "Boolean", "emailNotificationsEnabled" : "Boolean", "id" : "String", "jabberNotificationsEnabled" : "Boolean", "mailboxIntegrationNotificationsEnabled" : "Boolean", "mentionNotificationsEnabled" : "Boolean", "notifyOnOwnChanges" : "Boolean", "usePlainTextEmails" : "Boolean" }

OnlineUsers

"OnlineUsers" : { "users" : "Int", "id" : "String" }

OwnedBundle

"OwnedBundle" : { "values" : "MutableCollection", "id" : "String", "isUpdateable" : "Boolean" }

OwnedBundleCustomFieldDefaults

"OwnedBundleCustomFieldDefaults" : { "bundle" : "OwnedBundle", "defaultValues" : "MutableCollection", "canBeEmpty" : "Boolean", "emptyFieldText" : "String", "id" : "String", "isPublic" : "Boolean", "parent" : "CustomField" }

OwnedBundleElement

"OwnedBundleElement" : { "bundle" : "OwnedBundle", "owner" : "User", "archived" : "Boolean", "color" : "FieldStyle", "description" : "String", "hasRunningJob" : "Boolean", "id" : "String", "name" : "String", "ordinal" : "Int" }

OwnedProjectCustomField

"OwnedProjectCustomField" : { "bundle" : "OwnedBundle", "canBeEmpty" : "Boolean", "defaultValues" : "MutableCollection", "emptyFieldText" : "String", "field" : "CustomField", "hasRunningJob" : "Boolean", "id" : "String", "isPublic" : "Boolean", "ordinal" : "Int", "project" : "Project" }

ParsedCommand

"ParsedCommand" : { "delete" : "Boolean", "description" : "String", "error" : "Boolean", "id" : "String" }

PeriodFieldFormat

"PeriodFieldFormat" : { "enumConstantName" : "String", "id" : "String" }

PeriodIssueCustomField

"PeriodIssueCustomField" : { "value" : "", "id" : "String", "name" : "String", "projectCustomField" : "ProjectCustomField" }

PeriodProjectCustomField

"PeriodProjectCustomField" : { "canBeEmpty" : "Boolean", "emptyFieldText" : "String", "field" : "CustomField", "hasRunningJob" : "Boolean", "id" : "String", "isPublic" : "Boolean", "ordinal" : "Int", "project" : "Project" }

PredefinedFilterField

"PredefinedFilterField" : { "id" : "String", "instant" : "Boolean", "presentation" : "String", "baseField" : "", "name" : "String" }

Project

"Project" : { "archived" : "Boolean", "createdBy" : "User", "customFields" : "MutableCollection", "defaultSmtp" : "Boolean", "description" : "String", "fields" : "MutableCollection", "fromEmail" : "String", "iconUrl" : "String!", "issues" : "MutableCollection", "leader" : "User", "replyToEmail" : "String", "shortName" : "String", "startingNumber" : "Long", "template" : "Boolean", "id" : "String", "name" : "String" }

ProjectActivityItem

"ProjectActivityItem" : { "added" : "", "removed" : "", "author" : "User", "category" : "ActivityCategory", "field" : "", "id" : "String", "target" : "", "targetMember" : "String", "timestamp" : "Long" }

ProjectBasedColorCoding

"ProjectBasedColorCoding" : { "projectColors" : "MutableCollection", "agile" : "Agile", "id" : "String" }

ProjectColor

"ProjectColor" : { "color" : "FieldStyle", "id" : "String", "project" : "Project" }

ProjectCustomField

"ProjectCustomField" : { "canBeEmpty" : "Boolean", "emptyFieldText" : "String", "field" : "CustomField", "hasRunningJob" : "Boolean", "isPublic" : "Boolean", "ordinal" : "Int", "project" : "Project", "id" : "String" }

ProjectTimeTrackingSettings

"ProjectTimeTrackingSettings" : { "enabled" : "Boolean", "estimate" : "ProjectCustomField", "project" : "Project", "timeSpent" : "ProjectCustomField", "workItemTypes" : "MutableCollection", "id" : "String" }

RestCorsSettings

"RestCorsSettings" : { "allowAllOrigins" : "Boolean", "allowedOrigins" : "Collection", "id" : "String" }

SavedQuery

"SavedQuery" : { "issues" : "Iterable", "query" : "String", "id" : "String", "name" : "String", "owner" : "User", "updateableBy" : "UserGroup", "visibleFor" : "UserGroup" }

SimpleIssueCustomField

"SimpleIssueCustomField" : { "value" : "Any", "id" : "String", "name" : "String", "projectCustomField" : "ProjectCustomField" }

SimpleProjectCustomField

"SimpleProjectCustomField" : { "canBeEmpty" : "Boolean", "emptyFieldText" : "String", "field" : "CustomField", "hasRunningJob" : "Boolean", "id" : "String", "isPublic" : "Boolean", "ordinal" : "Int", "project" : "Project" }

SimpleValueActivityItem

"SimpleValueActivityItem" : { "added" : "", "removed" : "", "author" : "User", "category" : "ActivityCategory", "field" : "", "id" : "String", "target" : "", "targetMember" : "String", "timestamp" : "Long" }

SingleBuildIssueCustomField

"SingleBuildIssueCustomField" : { "id" : "String", "name" : "String", "projectCustomField" : "ProjectCustomField", "value" : "BuildBundleElement" }

SingleEnumIssueCustomField

"SingleEnumIssueCustomField" : { "id" : "String", "name" : "String", "projectCustomField" : "ProjectCustomField", "value" : "EnumBundleElement" }

SingleGroupIssueCustomField

"SingleGroupIssueCustomField" : { "id" : "String", "name" : "String", "projectCustomField" : "ProjectCustomField", "value" : "UserGroup" }

SingleOwnedIssueCustomField

"SingleOwnedIssueCustomField" : { "id" : "String", "name" : "String", "projectCustomField" : "ProjectCustomField", "value" : "OwnedBundleElement" }

SingleUserIssueCustomField

"SingleUserIssueCustomField" : { "id" : "String", "name" : "String", "projectCustomField" : "ProjectCustomField", "value" : "User" }

SingleVersionIssueCustomField

"SingleVersionIssueCustomField" : { "id" : "String", "name" : "String", "projectCustomField" : "ProjectCustomField", "value" : "VersionBundleElement" }

Sprint

"Sprint" : { "agile" : "Agile", "archived" : "Boolean", "finish" : "Long", "goal" : "String", "isDefault" : "Boolean", "issues" : "MutableCollection", "name" : "String", "previousSprint" : "Sprint", "start" : "Long", "unresolvedIssuesCount" : "Int", "id" : "String" }

SprintActivityItem

"SprintActivityItem" : { "added" : "List", "id" : "String", "removed" : "List", "author" : "User", "category" : "ActivityCategory", "field" : "", "target" : "", "targetMember" : "String", "timestamp" : "Long" }

SprintsSettings

"SprintsSettings" : { "addNewIssueToKanban" : "Boolean", "cardOnSeveralSprints" : "Boolean", "defaultSprint" : "Sprint", "disableSprints" : "Boolean", "explicitQuery" : "String", "hideSubtasksOfCards" : "Boolean", "isExplicit" : "Boolean", "sprintSyncField" : "CustomField", "id" : "String" }

StateBundle

"StateBundle" : { "values" : "MutableCollection", "id" : "String", "isUpdateable" : "Boolean" }

StateBundleCustomFieldDefaults

"StateBundleCustomFieldDefaults" : { "bundle" : "StateBundle", "defaultValues" : "MutableCollection", "canBeEmpty" : "Boolean", "emptyFieldText" : "String", "id" : "String", "isPublic" : "Boolean", "parent" : "CustomField" }

StateBundleElement

"StateBundleElement" : { "bundle" : "StateBundle", "isResolved" : "Boolean", "archived" : "Boolean", "color" : "FieldStyle", "description" : "String", "hasRunningJob" : "Boolean", "id" : "String", "localizedName" : "String", "name" : "String", "ordinal" : "Int", "showLocalizedNameInAdmin" : "Boolean" }

StateIssueCustomField

"StateIssueCustomField" : { "id" : "String", "name" : "String", "projectCustomField" : "ProjectCustomField", "value" : "StateBundleElement" }

StateProjectCustomField

"StateProjectCustomField" : { "bundle" : "StateBundle", "canBeEmpty" : "Boolean", "defaultValues" : "MutableCollection", "emptyFieldText" : "String", "field" : "CustomField", "hasRunningJob" : "Boolean", "id" : "String", "isPublic" : "Boolean", "ordinal" : "Int", "project" : "Project" }

StorageEntry

"StorageEntry" : { "name" : "String", "id" : "String" }

Suggestion

"Suggestion" : { "auxiliaryIcon" : "String", "caret" : "Int", "className" : "String", "completionEnd" : "Int", "completionStart" : "Int", "description" : "String", "group" : "String", "icon" : "String", "id" : "String", "matchingEnd" : "Int", "matchingStart" : "Int", "option" : "String", "prefix" : "", "suffix" : "" }

SwimlaneEntityAttributeValue

"SwimlaneEntityAttributeValue" : { "isResolved" : "Boolean", "name" : "String", "parent" : "AttributeBasedSwimlaneSettings", "presentation" : "String", "swimlaneSettings" : "", "field" : "", "id" : "String" }

SwimlaneValue

"SwimlaneValue" : { "agileEntity" : "", "id" : "String", "name" : "String", "presentation" : "String" }

SystemSettings

"SystemSettings" : { "administratorEmail" : "String", "allowStatisticsCollection" : "Boolean", "baseUrl" : "String", "isApplicationReadOnly" : "Boolean", "maxExportItems" : "Int", "maxUploadFileSize" : "Long", "id" : "String" }

TagsActivityItem

"TagsActivityItem" : { "added" : "List", "removed" : "List", "author" : "User", "category" : "ActivityCategory", "field" : "", "id" : "String", "target" : "", "targetMember" : "String", "timestamp" : "Long" }

Telemetry

"Telemetry" : { "allocatedMemory" : "String", "availableMemory" : "String", "availableProcessors" : "Int", "blobStringsCacheHitRate" : "String", "cachedResultsCountInDBQueriesCache" : "Int", "databaseBackgroundThreads" : "Int", "databaseLocation" : "String", "databaseQueriesCacheHitRate" : "String", "databaseSize" : "String", "fullDatabaseSize" : "String", "installationFolder" : "String", "logsLocation" : "String", "onlineUsers" : "OnlineUsers", "pendingAsyncJobs" : "Int", "requestsPerSecond" : "String", "startedTime" : "Long", "textIndexSize" : "String", "totalTransactions" : "Long", "transactionsPerSecond" : "String", "uptime" : "String", "usedMemory" : "String", "id" : "String" }

TextCustomFieldActivityItem

"TextCustomFieldActivityItem" : { "added" : "String", "markup" : "String", "removed" : "String", "author" : "User", "category" : "ActivityCategory", "field" : "", "id" : "String", "target" : "", "targetMember" : "String", "timestamp" : "Long" }

TextFieldValue

"TextFieldValue" : { "id" : "String", "markdownText" : "String", "text" : "String" }

TextIssueCustomField

"TextIssueCustomField" : { "checkboxes" : "List", "value" : "TextFieldValue", "id" : "String", "name" : "String", "projectCustomField" : "ProjectCustomField" }

TextMarkupActivityItem

"TextMarkupActivityItem" : { "added" : "String", "removed" : "String", "author" : "User", "category" : "ActivityCategory", "field" : "", "id" : "String", "markup" : "String", "target" : "", "targetMember" : "String", "timestamp" : "Long" }

TextProjectCustomField

"TextProjectCustomField" : { "canBeEmpty" : "Boolean", "emptyFieldText" : "String", "field" : "CustomField", "hasRunningJob" : "Boolean", "id" : "String", "isPublic" : "Boolean", "ordinal" : "Int", "project" : "Project" }

TimeTrackingUserProfile

"TimeTrackingUserProfile" : { "id" : "String", "periodFormat" : "PeriodFieldFormat", "profile" : "TimeTrackingUserProfile" }

TimeZoneDescriptor

"TimeZoneDescriptor" : { "id" : "String", "offset" : "Int", "presentation" : "String" }

UnlimitedVisibility

"UnlimitedVisibility" : { "id" : "String" }

User

"User" : { "avatarUrl" : "String", "banned" : "Boolean", "email" : "String", "fullName" : "String", "guest" : "Boolean", "jabberAccountName" : "String", "login" : "String", "name" : "String", "online" : "Boolean", "ringId" : "String", "savedQueries" : "List", "tags" : "MutableCollection", "id" : "String" }

UserBundle

"UserBundle" : { "aggregatedUsers" : "List", "groups" : "MutableCollection", "individuals" : "MutableCollection", "id" : "String", "isUpdateable" : "Boolean" }

UserCustomFieldDefaults

"UserCustomFieldDefaults" : { "bundle" : "UserBundle", "defaultValues" : "MutableCollection", "canBeEmpty" : "Boolean", "emptyFieldText" : "String", "id" : "String", "isPublic" : "Boolean", "parent" : "CustomField" }

UserGroup

"UserGroup" : { "allUsersGroup" : "Boolean", "icon" : "String", "name" : "String", "ringId" : "String!", "teamForProject" : "Project", "usersCount" : "Long", "id" : "String" }

UserProjectCustomField

"UserProjectCustomField" : { "bundle" : "UserBundle", "defaultValues" : "MutableCollection", "canBeEmpty" : "Boolean", "emptyFieldText" : "String", "field" : "CustomField", "hasRunningJob" : "Boolean", "id" : "String", "isPublic" : "Boolean", "ordinal" : "Int", "project" : "Project" }

UsesMarkupActivityItem

"UsesMarkupActivityItem" : { "added" : "Boolean", "removed" : "Boolean", "author" : "User", "category" : "ActivityCategory", "field" : "", "id" : "String", "markup" : "String", "target" : "", "targetMember" : "String", "timestamp" : "Long" }

VcsChangeActivityItem

"VcsChangeActivityItem" : { "added" : "List", "author" : "User", "id" : "String", "removed" : "List", "category" : "ActivityCategory", "field" : "", "target" : "", "targetMember" : "String", "timestamp" : "Long" }

VcsUnresolvedUser

"VcsUnresolvedUser" : { "id" : "String", "isLocked" : "Boolean", "name" : "String", "avatarUrl" : "String", "banned" : "Boolean", "email" : "String", "fullName" : "String", "guest" : "Boolean", "jabberAccountName" : "String", "login" : "String", "online" : "Boolean", "ringId" : "String", "savedQueries" : "List", "tags" : "MutableCollection" }

VersionBundle

"VersionBundle" : { "values" : "MutableCollection", "id" : "String", "isUpdateable" : "Boolean" }

VersionBundleCustomFieldDefaults

"VersionBundleCustomFieldDefaults" : { "bundle" : "VersionBundle", "defaultValues" : "MutableCollection", "canBeEmpty" : "Boolean", "emptyFieldText" : "String", "id" : "String", "isPublic" : "Boolean", "parent" : "CustomField" }

VersionBundleElement

"VersionBundleElement" : { "bundle" : "VersionBundle", "releaseDate" : "Long", "released" : "Boolean", "archived" : "Boolean", "color" : "FieldStyle", "description" : "String", "hasRunningJob" : "Boolean", "id" : "String", "name" : "String", "ordinal" : "Int" }

VersionProjectCustomField

"VersionProjectCustomField" : { "bundle" : "VersionBundle", "canBeEmpty" : "Boolean", "defaultValues" : "MutableCollection", "emptyFieldText" : "String", "field" : "CustomField", "hasRunningJob" : "Boolean", "id" : "String", "isPublic" : "Boolean", "ordinal" : "Int", "project" : "Project" }

Visibility

"Visibility" : { "id" : "String" }

VisibilityGroupActivityItem

"VisibilityGroupActivityItem" : { "added" : "List", "removed" : "List", "targetSubMember" : "String", "author" : "User", "category" : "ActivityCategory", "field" : "", "id" : "String", "target" : "", "targetMember" : "String", "timestamp" : "Long" }

VisibilityUserActivityItem

"VisibilityUserActivityItem" : { "added" : "List", "removed" : "List", "targetSubMember" : "String", "author" : "User", "category" : "ActivityCategory", "field" : "", "id" : "String", "target" : "", "targetMember" : "String", "timestamp" : "Long" }

VotersActivityItem

"VotersActivityItem" : { "added" : "List", "removed" : "List", "author" : "User", "category" : "ActivityCategory", "field" : "", "id" : "String", "target" : "", "targetMember" : "String", "timestamp" : "Long" }

WIPLimit

"WIPLimit" : { "column" : "AgileColumn", "max" : "Int", "min" : "Int", "id" : "String" }

WorkItemActivityItem

"WorkItemActivityItem" : { "added" : "List", "id" : "String", "removed" : "List", "author" : "User", "category" : "ActivityCategory", "field" : "", "target" : "", "targetMember" : "String", "timestamp" : "Long" }

WorkItemAuthorActivityItem

"WorkItemAuthorActivityItem" : { "added" : "User", "removed" : "User", "author" : "User", "category" : "ActivityCategory", "field" : "", "id" : "String", "target" : "", "targetMember" : "String", "timestamp" : "Long" }

WorkItemDurationActivityItem

"WorkItemDurationActivityItem" : { "added" : "DurationValue", "removed" : "DurationValue", "author" : "User", "category" : "ActivityCategory", "field" : "", "id" : "String", "target" : "", "targetMember" : "String", "timestamp" : "Long" }

WorkItemType

"WorkItemType" : { "autoAttached" : "Boolean", "name" : "String", "id" : "String" }

WorkItemTypeActivityItem

"WorkItemTypeActivityItem" : { "added" : "List", "removed" : "List", "author" : "User", "category" : "ActivityCategory", "field" : "", "id" : "String", "target" : "", "targetMember" : "String", "timestamp" : "Long" }

WorkTimeSettings

"WorkTimeSettings" : { "daysAWeek" : "Int", "firstDayOfWeek" : "Int", "minutesADay" : "Int", "workDays" : "List", "id" : "String" }
Last modified: 17 December 2019