Jira Connector Objects

NameDescription
AdvancedSettingsQuery the application properties that are accessible on the Advanced Settings page.
ApplicationRolesQuery all application roles. In Jira, application roles are managed using the Application access configuration page.
AttachmentsQuery, insert and delete the available Attachments in Jira.
AuditQuery the audit log of your Jira account.
BoardConfigurationQuery the agile Board Configuration in Jira.
BoardIssuesQuery the agile Board Issues in Jira.
BoardsQuery, insert and delete the agile Boards in Jira.
BoardSprintsQuery the agile Sprints related to a Jira Board.
CommentsCreate, modify, delete and query the available Comment types in Jira.
ConfigurationQuery the available Configurations in Jira.
DashboardsQuery the available Dashboards in Jira.
EpicsQuery all the Epics.
FavouriteFiltersQuery the favourite Filters in Jira.
FieldsQuery the available System and Custom Fields in Jira.
FiltersQuery the set up Filters in Jira. This table is not available in Jira Server.
FiltersUsersQuery the users that filters are shared with.
GroupsQuery the available Groups in Jira.
GroupsUsersQuery the users available in Jira and their associated groups.
IssueAffectedVersionsQuery the Affected Versions of an issue in Jira.
IssueChangelogsQuery the available IssueChangelogs in Jira.
IssueComponentsQuery the available IssueComponents in Jira.
IssueCustomFieldOptionsQuery Issue Custom Field Options in Jira. This resource is not available in Jira Server or when using OAuth authentication. Specifying at least CUSTOMFIELDID, or ID is required.
IssueCustomFieldsQuery the available Custom Fields in Jira.
IssueFixVersionsQuery the available IssueFixVersions in Jira.
IssueLinksQuery the available IssueLinks in Jira.
IssueLinkTypesLists all the issue link types.
IssueNavigatorDefaultColumnsQuery the default issue navigator columns.
IssuePrioritiesQuery the list of all issue priorities.
IssueResolutionsQuery the list of all issue resolution values.
IssuesCreate, modify, delete and query Issues in Jira.
IssueSecurityLevelMembersQuery the members of issue security level entities.
IssueSubtasksQuery the available IssueSubtasks in Jira.
IssueTransitionsQuery the available IssueTransitions in Jira.
IssueTypesQuery the available Issue Types in Jira.
MyPermissionsQuery the available Permissions of the current user in Jira.
PermissionGrantsQuery the available permission grants for a permission scheme in Jira.
PermissionsQuery the available Permissions in Jira.
PermissionSchemesQuery the available permission schemes in Jira.
ProjectCategoriesQuery all the project categories.
ProjectComponentsQuery, create, modify, and delete the available Components of a project in Jira.
ProjectRoleActorsQuery the actors who act in a role for specific projects in Jira.
ProjectRolesQuery roles for all projects in Jira.
ProjectsQuery, update, insert and delete the available Projects in Jira.
ProjectsIssueTypesQuery the available Issue Types of projects.
ProjectsPermissionSchemeQuery the available permissions schemes for a project in Jira.
ProjectTypesQuery the list of all issue priorities.
ProjectVersionsQuery,create, modify and delete the available Versions of a project in Jira.
RoleActorsQuery the default actors for project roles in Jira.
RolesQuery the available roles in Jira.
SecurityLevelsQuery all the created security levels.
SecuritySchemesQuery all the created security schemes.
SprintIssuesQuery the agile Sprint Issues in Jira.
SprintsQuery,create, modify and delete the agile Sprints in Jira.
StatusesQuery the possible Statuses in Jira.
TimeTrackingProvidersQuery the list of all time tracking providers.
UsersQuery the available Users in Jira.
VotesQuery the available Votes in Jira.
WatchersQuery the available Watchers in Jira.
WorkflowsQuery the available Workflows in Jira.
WorkflowSchemesCreate, modify, delete and query the available workflow schemes in Jira.
WorkflowStatusCategoriesQuery the list of all status categories.
WorkflowStatusesQuery the list of all statuses associated with workflows.
WorklogDeletedQueries the deleted worklogs in your Jira account.
WorklogsCreate, modify, delete and query the available Worklogs in Jira.
NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNoThe ID of the application property.
NameStringFalseNoThe name of the application property.
DescriptionStringFalseNoThe description of the application property.
TypeStringFalseNoThe data type of the application property.
ValueStringFalseNoThe new value.
DefaultValueStringFalseNoThe default value of the application property.
AllowedValuesStringFalseNoThe allowed values, if applicable.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Key [KEY]StringFalseNoThe key of the application role.
NameStringFalseNoThe display name of the application role.
GroupsStringFalseNoThe groups associated with the application role.
DefaultGroupsStringFalseNoThe groups that are granted default access for this application role.
SelectedByDefaultBooleanFalseNoDetermines whether this application role should be selected by default on user creation.
NumberOfSeatsIntegerFalseNoThe maximum count of users on your license.
RemainingSeatsIntegerFalseNoThe count of users remaining on your license.
UserCountIntegerFalseNoThe number of users counting against your license.
UserCountDescriptionStringFalseNoThe type of users being counted against your license.
HasUnlimitedSeatsBooleanFalseNoDetermines whether this application role has unlimited seats.
PlatformBooleanFalseNoIndicates if the application role belongs to Jira platform (jira-core).

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]IntegerFalseNoThe Id of the attachment.
IssueId [KEY]IntegerFalseIssues.IdNoThe Id of the issue.
IssueKeyStringFalseIssues.KeyNoThe key of the issue.
ProjectIdIntegerTrueProjects.IdNoThe project Id of the attachment's issue.
ProjectNameStringTrueNoThe project name of the attachment's issue.
IssueCreatedDateDatetimeFalseNoThe date the attachment's issue was created.
IssueUpdatedDateDatetimeFalseNoThe date the attachment's issue was last updated.
FilenameStringFalseNoThe filename of the attachment.
AuthorNameStringFalseNoThe name of the author of the attachment.
AuthorDisplayNameStringFalseUsers.DisplayNameNoThe display name of the author of the attachment.
CreatedDatetimeFalseNoThe creation date of the attachment.
SizeIntegerFalseNoThe size of the attachment.
MimeTypeStringFalseNoThe MIME type of the attachment.
ContentStringFalseNoThe URI of the actual attached file.
ThumbnailStringFalseNoThe thumbnail of the attachment.
AuthorAccountIdStringFalseUsers.AccountIdNoThe account Id of the author of the attachment.
AuthorKeyStringFalseNoThe author key of the attachment.
JQLStringFalseYesJQL (Jira Query Language) allows you to build structured queries.
FilePathStringFalseYesThe path of the file to insert.
ContentEncodedStringFalseYesBASE64 encoded content of the file to insert.
NameStringFalseYesThe name of the file to upload. Also the file extension should be specified.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
RecordIdIntegerFalseNoThe Id of the audit record.
SummaryStringFalseNoSummary of the change.
RemoteAddressStringFalseNoThe remote address of the record.
AuthorKeyStringFalseNoKey of the author that made the change.
CreatedDatetimeFalseNoDate on when the change was made.
CategoryStringFalseNoCategory of the change.
EventSourceStringFalseNoWhat triggered the event.
DescriptionStringFalseNoDescription of the change.
ItemIdStringFalseNoUnique identifier of the object item.
ItemNameStringFalseNoName of the object item.
ItemTypeNameStringFalseNoTypename of the object item.
ItemParentIdStringFalseNoIdentifier of the parent of the object item.
ItemParentNameStringFalseNoParent name of the object item.
FieldNameStringFalseNoThe name of the changed field.
ChangedFromStringFalseNoThe updated value.
ChangedToStringFalseNoThe previous value.
FilterStringFalseYesContaining a string in at least one field. For example, providing up will return all audit records where one or more fields contains words such as update.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
BoardId [KEY]IntegerFalseBoards.IdNoThe Id of the board.
ColumnConfigStringFalseNoThe column configuration lists the columns for the board, in the order defined in the column configuration. For each column, it shows the issue status mapping as well as the constraint type (Valid values: none, issueCount, issueCountExclSubs) for the min/max number of issues.
FilterStringFalseNoReference to the filter used by the given board.
NameStringFalseNoThe Name of the board.
CustomFieldIdRankIntegerFalseNoThe CustomFieldId ranking.
SelfStringFalseNoThe self/url column.
SubQueryStringFalseNoJQL subquery used by the given board.
TypeStringFalseNoThe type of the board.
EstimationDisplayNameStringFalseNoDisplay name of the field used for estimation.
EstimationFieldIdStringFalseNoThe Id of the field used for estimation.
EstimationTypeStringFalseNoContains information about type of estimation used for the board. Valid values: none, issueCount, field. If the estimation type is

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]IntegerFalseIssues.IdNoThe Id of the issue.
KeyStringFalseIssues.KeyNoThe key of the issue.
BoardId [KEY]IntegerFalseBoards.IdNoThe board the issue is included in.
IssueTypeIdStringFalseIssuetypes.IdNoThe issue type Id.
IssueTypeNameStringFalseNoThe issue type name.
StatusIdIntegerFalseStatuses.IdNoThe issue status Id.
StatusNameStringFalseNoThe issue status name.
ProjectIdIntegerFalseProjects.IdNoThe project Id of the issue.
ProjectKeyStringFalseProjects.KeyNoThe project key of the issue.
ProjectNameStringFalseNoThe project name of the issue.
ClosedSprintsAggregateStringFalseNoThe issue's previous sprints that have been closed.
CreatedDatetimeFalseNoThe creation date of the issue.
UpdatedDatetimeFalseNoThe updated date of the issue.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]IntegerTrueNoThe Id of the board.
NameStringFalseNoThe name of the board.
TypeStringFalseNoThe type of the board.
ProjectKeyOrIdStringFalseYesFilter the agile boards based on the project they are located in.
FilterIdStringFalseYesID of a filter that the user has permissions to view. Not supported for next-gen boards.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]IntegerFalseNoThe Id of the sprint.
BoardId [KEY]IntegerFalseBoards.IdNoThe board Id the sprint is in.
NameStringFalseNoThe name of the sprint.
StateStringFalseNoThe state of the sprint. The sprint state can only transition from 'future' to 'active', and from 'active' to 'close'
GoalStringFalseNoThe goal assigned for the sprint.
OriginBoardIdIntegerFalseBoards.IdNoThe board Id the sprint originated from. This field cannot be updated
StartDateDatetimeFalseNoThe date when the sprint was started.
EndDateDatetimeFalseNoThe date when the sprint has ended.
CompleteDateDatetimeTrueNoThe date when the sprint was completed.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]IntegerTrueNoThe Id of the comment.
IssueId [KEY]IntegerFalseIssues.IdNoThe Id of the issue.
IssueKeyStringFalseIssues.KeyNoThe key of the issue.
ProjectIdIntegerTrueProjects.IdNoThe project Id of the comment's issue.
ProjectNameStringTrueNoThe project name of the comment's issue.
IssueCreatedDateDatetimeTrueNoThe date the comment's issue was created.
IssueUpdatedDateDatetimeTrueNoThe date the comment's issue was last updated.
AuthorDisplayNameStringTrueUsers.DisplayNameNoThe display name of the author who made the comment.
AuthorEmailStringTrueUsers.EmailAddressNoThe email address of the author who made the comment.
UpdateDisplayNameStringTrueUsers.DisplayNameNoThe display name of the author who changed the comment.
UpdateAuthorEmailStringTrueUsers.EmailAddressNoThe email address of the author who edited the comment.
BodyStringFalseNoThe body of the comment.
RenderedBodyStringTrueNoThe rendered body of the comment.
CreatedDatetimeTrueNoThe date the comment was created.
UpdatedDatetimeTrueNoThe date the comment was updated.
VisibilityTypeStringFalseNoThe visibility type of the comment.
VisibilityValueStringFalseNoThe visibility value of the comment.
AuthorAccountNameStringTrueNoThe name of the author who made the comment.
AuthorAccountKeyStringTrueNoThe key of the author who made the comment.
UpdateAuthorAccountKeyStringTrueNoThe Id of the author who edited the comment.
UpdateAuthorAccountNameStringTrueNoThe name of the author who edited the comment.
AuthorAccountIdStringTrueUsers.AccountIdNoThe name of the author who made the comment.
UpdateAuthorAccountIdStringTrueUsers.AccountIdNoThe Id of the author who edited the comment.
ItemURLStringTrueNoA browsable link of the comment.
JQLStringFalseYesJQL (Jira Query Language) allows you to build structured queries.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
VotingEnabledBooleanFalseNoConfiguration for voting.
WatchingEnabledBooleanFalseNoConfiguration for watching.
UnassignedIssuesAllowedBooleanFalseNoConfiguration to allow unassigned issues.
SubTasksEnabledBooleanFalseNoConfiguration to enable subtasks.
IssueLinkingEnabledBooleanFalseNoConfiguration to enable issue linking.
TimeTrackingEnabledBooleanFalseNoConfiguration to enable time tracking.
AttachmentsEnabledBooleanFalseNoConfiguration to enable attachments.
WorkingHoursPerDayDoubleFalseNoConfiguration of the working hours per day.
WorkingDaysPerWeekDoubleFalseNoConfiguration of the working days per week.
TimeFormatStringFalseNoConfiguration of the time format.
DefaultUnitStringFalseNoConfiguration of the default unit.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNoThe Id of the dashboard.
NameStringFalseNoThe name of the dashboard
ViewStringFalseNoThe view URL of the dashboard.
FilterStringFalseYesThis is used to filter data. Valid values include favourite and my.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]IntegerFalseNoThe Id of the Epic.
Key [KEY]StringFalseNoThe key of the Epic.
BoardId [KEY]IntegerFalseBoards.IdNoThe board Id the Epic is in.
NameStringFalseNoThe name of the Epic.
DoneBooleanFalseNoWhether or not the Epic is done.
ColorKeyStringFalseNoThe key of the Epic's color.
SummaryStringFalseNoA brief summary for the Epic.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]IntegerFalseNoThe Id of the favourite filter.
NameStringFalseNoThe name assigned to the favourite filter.
JQLExpressionStringFalseNoThe JQL by which the favourite filter will search issues by.
DescriptionStringFalseNoThe description given to the favourite filter.
OwnerDisplayNameStringFalseNoThe display name of the user who owns the favourite filter.
OwnerAccountIdStringFalseNoThe account ID of the user who owns the favourite filter.
CountIntegerFalseNoHow many users have this filter as a favourite.
OwnerKeyStringFalseNoThe key of the user who owns the favourite filter.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNoThe Id of the field.
KeyStringFalseNoThe key of the field.
NameStringFalseNoThe name of the field.
CustomBooleanFalseNoA boolean indicating if the field is custom.
OrderableBooleanFalseNoA boolean indicating if the field is orderable.
NavigableBooleanFalseNoA boolean indicating if the field is navigable.
SearchableBooleanFalseNoA boolean indicating if the field is searchable.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]IntegerFalseNoThe Id of the filter.
NameStringFalseNoThe name assigned to the filter.
JQLExpressionStringFalseNoThe JQL by which the filter will search issues by.
DescriptionStringFalseNoThe description given to the filter.
OwnerDisplayNameStringFalseNoThe board Id the sprint originated from.
FavouriteBooleanFalseNoWhether you have set this filter as a favourite.
FavouritedCountIntegerFalseNoHow many users have this filter as a favourite.
SubscriptionsAggregateStringFalseNoCollection of user subscriptions to the filter .
SharePermissionsAggregateStringFalseNoAggregate of share permissions to the filter.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
AccountId [KEY]StringFalseNoThe accountId of the user, which uniquely identifies the user across all Atlassian products.
FilterId [KEY]StringFalseFilters.IdNoThe key of the project.
DisplayNameStringFalseNoThe display name of the user.
EmailAddressStringFalseNoThe email address of the user.
ActiveBoolFalseNoIndicates whether the user is active.
TimeZoneStringFalseNoThe time zone specified in the user's profile.
LocaleStringFalseNoThe locale of the user.
AccountTypeStringFalseNoThe accountType of the user.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNoThe Id of the group.
NameStringFalseNoThe name of the group.
HtmlStringFalseNoThe HTML of the group.
LabelsAggregateStringFalseNoThe labels of the group.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
AccountId [KEY]StringFalseNoThe accountId of the user, which uniquely identifies the user across all Atlassian products.
Key [KEY]StringFalseNoThe key of the user.
GroupId [KEY]StringFalseNoThe group Id the user is part of.
GroupName [KEY]StringFalseNoThe group name the user is part of.
NameStringFalseNoThe name of the user.
DisplayNameStringFalseNoThe display name of the user.
EmailAddressStringFalseNoThe email address of the user.
ActiveBoolFalseNoIndicates whether the user is active.
TimeZoneStringFalseNoThe time zone specified in the user's profile.
LocaleStringFalseNoThe locale of the user.
AccountTypeStringFalseNoThe accountType of the user.
ProductsStringFalseNoA delimited string of jira products to which the user has access to, ex: jira-core,jira-servicedesk,jira-product-discovery,jira-software

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
VersionId [KEY]StringFalseNoThe Id of the affected version.
IssueId [KEY]IntegerFalseIssues.IdNoThe issue Id of the affected version.
IssueKeyStringFalseIssues.KeyNoThe issue key of the affected version.
IssueCreatedDateDatetimeFalseNoThe date the affected version's issue was created.
IssueUpdatedDateDatetimeFalseNoThe date the affected version's issue was last updated.
NameStringFalseNoThe name of the affected version.
ArchivedBooleanFalseNoA boolean indicating if the affected is archived.
ReleasedBooleanFalseNoA boolean indicating if the affected is released.
ReleaseDateDateFalseNoThe release date.
JQLStringFalseYesJQL (Jira Query Language) allows you to build structured queries.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
HistoryIdIntegerFalseNoThe Id of the change.
IssueIdIntegerFalseIssues.IdNoThe Id of the issue.
IssueKeyStringFalseIssues.KeyNoThe key of the issue.
CreatedDatetimeFalseNoThe creation date of the change.
IssueCreatedDateDatetimeFalseNoThe date the change's issue was created.
IssueUpdatedDateDatetimeFalseNoThe date the change's issue was last updated.
ItemFieldStringFalseNoThe item field of the change.
ItemFieldTypeStringFalseNoThe item field type of the change.
ItemFromStringFalseNoThe item the issue changed from.
ItemFromStringStringFalseNoThe description of the item the issue changed from.
ItemToStringFalseNoThe item the issue changed to.
ItemToStringStringFalseNoThe description of the item the issue changed to.
AuthorDisplayNameStringFalseNoThe display name of the author who has updated the change.
AuthorAccountIdStringFalseNoThe author name of the change.
AuthorNameStringFalseNoThe author name of the change.
AuthorAccountKeyStringFalseNoThe key of the author of the change.
AuthorAccountNameStringFalseNoThe name of the author who has updated the change.
ProjectIdIntegerFalseProjects.IdNoThe project Id of the issue.
ProjectKeyStringFalseProjects.KeyNoThe project key of the issue.
ProjectNameStringFalseNoThe project name of the issue.
JQLStringFalseYesJQL (Jira Query Language) allows you to build structured queries.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNoThe Id of the component.
NameStringFalseNoThe name of the component.
IssueId [KEY]IntegerFalseIssues.IdNoThe issue Id of the component.
IssueKeyStringFalseIssues.KeyNoThe issue key of the component.
IssueCreatedDateDatetimeFalseNoThe date the component's issue was created.
IssueUpdatedDateDatetimeFalseNoThe date the component's issue was last updated.
DescriptionStringFalseNoThe description of the component.
JQLStringFalseYesJQL (Jira Query Language) allows you to build structured queries.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]LongFalseNoThe ID of the custom field option.
CustomFieldIdLongFalseIssueCustomFields.CustomIdNoThe ID of the custom field.
NameStringFalseNoThe name of the custom field option.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNoThe Id of the custom field.
KeyStringFalseNoThe key of the custom field.
CustomIdLongFalseNoThe custom ID of the field.
NameStringFalseNoThe name of the custom field.
CDataNameStringFalseNoThe name of the custom field on the Issues table provided by CData, when IncludeCustomFields=true
OrderableBooleanFalseNoA boolean indicating if the field is orderable.
NavigableBooleanFalseNoA boolean indicating if the field is navigable.
SearchableBooleanFalseNoA boolean indicating if the field is searchable.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
VersionId [KEY]StringFalseNoThe Id of the fix version.
IssueId [KEY]IntegerFalseIssues.IdNoThe issue Id of the fix version.
IssueKeyStringFalseIssues.KeyNoThe issue key of the fix version.
IssueCreatedDateDatetimeFalseNoThe date the fix version's issue was created.
IssueUpdatedDateDatetimeFalseNoThe date the fix version's issue was last updated.
NameStringFalseNoThe name of the fix version.
ArchivedBooleanFalseNoA boolean indicating if the fix is archived.
ReleasedBooleanFalseNoA boolean indicating if the fix is released.
ReleaseDateDatetimeFalseNoThe release date.
JQLStringFalseYesJQL (Jira Query Language) allows you to build structured queries.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNoThe Id of the link.
InwardIssueIdIntegerFalseIssues.IdNoThe Id of the issue targeting this issue in the link.
InwardIssueKeyStringFalseIssues.KeyNoThe Key of the issue targeting this issue in the link.
OutWardIssueIdIntegerFalseIssues.IdNoThe Id of the issue this link is targeting.
OutwardIssueKeyStringFalseIssues.KeyNoThe Key of the issue this link is targeting.
IssueId [KEY]IntegerFalseIssues.IdNoThe link's original issue Id.
IssueKeyStringFalseIssues.KeyNoThe link's original issue Key.
IssueCreatedDateDatetimeFalseNoThe date the link's issue was created.
IssueUpdatedDateDatetimeFalseNoThe date the links's issue was last updated.
TypeIdIdFalseNoThe Id of the link type.
TypeNameStringFalseNoThe Name of the link type.
JQLStringFalseYesJQL (Jira Query Language) allows you to build structured queries.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNoUnique identifier of the issue link type.
NameStringFalseNoThe name of the issue link type.
InwardStringFalseNoThe description of the issue link type inward link.
OutwardStringFalseNoThe description of the issue link type outward link.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
LabelStringFalseNoThe issue navigator column label.
ValueStringFalseNoThe issue navigator column value.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNoThe ID of the issue priority.
NameStringFalseNoThe name of the issue priority.
DescriptionStringFalseNoThe description of the issue priority.
URLStringFalseNoThe URL of the issue priority.
StatusColorStringFalseNoThe color used to indicate the issue priority.
IconUrlStringFalseNoThe URL of the icon for the issue priority.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNoThe ID of the issue resolution.
NameStringFalseNoThe name of the issue resolution.
DescriptionStringFalseNoThe description of the issue resolution.
URLStringFalseNoThe URL of the issue resolution.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]IntTrueNoThe Id of the issue.
KeyStringTrueNoThe key of the issue.
IssueTypeIdStringFalseNoThe issue type Id.
IssueTypeNameStringTrueNoThe issue type name.
ProjectIdStringFalseNoThe project Id of the issue.
ProjectNameStringTrueNoThe project name of the issue.
ProjectKeyStringFalseNoThe project key of the issue.
ParentIdIntFalseNoThe Id of the issue's parent if the issue is a subtask.
ParentKeyStringTrueNoThe key of the issue's parent if the issue is a subtask.
ParentIssueTypeIdStringTrueNoThe issue type id of the issue's parent.
ParentIssueTypeNameStringTrueNoThe issue type name of the issue's parent.
ParentStatusIdStringTrueNoThe status id of the issue's parent.
ParentStatusNameStringTrueNoThe status name of the issue's parent.
ResolutionIdStringTrueNoThe resolution Id of the issue.
ResolutionNameStringTrueNoThe resolution name of the issue.
ResolutionDescriptionStringTrueNoThe resolution description of the issue.
ResolutionDateDatetimeTrueNoThe resolution date of the issue.
WorkratioLongTrueNoThe work ratio of the issue.
LastViewedDatetimeTrueNoThe last time that the issue was viewed.
WatchCountIntTrueNoThe number of watches of the issue.
IsWatchingBoolTrueNoWhether the currently authenticated user is watching the issue.
CreatedDatetimeTrueNoThe creation date of the issue.
PriorityIdStringFalseNoThe priority Id of the issue.
PriorityNameStringTrueNoThe priority name of the issue.
TimeSpentSecondsLongTrueNoThe time spent in seconds on the issue.
TimeSpentStringTrueNoThe time spent on the issue.
RemainingEstimateSecondsLongTrueNoThe time estimate in seconds of the issue.
RemainingEstimateStringFalseNoThe time estimate of the issue.
OriginalEstimateSecondsLongTrueNoThe original time estimate in seconds of the issue.
OriginalEstimateStringFalseNoThe original time estimate of the issue.
AggregateTimeSpentLongTrueNoThe aggregate time spent of the issue.
AggregateTimeOriginalEstimateLongTrueNoThe original aggregate time estimate of the issue.
AggregateTimeEstimateLongTrueNoThe aggregate time estimate of the issue.
AssigneeDisplayNameStringTrueNoAssignee display name.
AssigneeKeyStringTrueNo[DEPRECATED] The assignee key of the issue.
AssigneeAccountIdStringFalseNoThe assignee account id.
AssigneeNameStringFalseNoThe assignee name of the issue.
AssigneeEmailStringTrueNoThe assignee email of the issue.
UpdatedDatetimeTrueNoThe updated date of the issue.
StatusIdStringTrueNoThe status Id of the issue.
StatusNameStringTrueNoThe status name of the issue.
StatusCategoryIdStringTrueNoThe status category id of the issue.
StatusCategoryKeyStringTrueNoThe status category key of the issue.
StatusCategoryNameStringTrueNoThe status category name of the issue.
DescriptionStringFalseNoThe description of the issue.
SummaryStringFalseNoThe summary of the issue.
CreatorDisplayNameStringTrueNoIssue creator display name.
CreatorNameStringTrueNoThe creator name of the issue.
CreatorAccountIdStringTrueNoThe creator account id.
CreatorKeyStringTrueNo[DEPRECATED] The creator key of the issue.
CreatorEmailStringTrueNoThe creator email of the issue.
ReporterDisplayNameStringTrueNoIssue reporter display name.
ReporterNameStringFalseNoThe reporter name of the issue.
ReporterKeyStringTrueNo[DEPRECATED]The reporter key of the issue.
ReporterAccountIdStringFalseNoThe reporter account id.
ReporterEmailStringTrueNoThe reporter email of the issue.
AggregateProgressLongTrueNoThe aggregate progress of the issue.
TotalProgressLongTrueNoThe aggregate total progress of the issue.
VotesIntTrueNoVotes of the issue.
HasVotesBoolTrueNoThe vote status of the issue.
DueDateDateFalseNoThe due date of the issue.
LabelsStringFalseNoThe labels of an issue.
EnvironmentStringFalseNoThe environment of an issue.
SecurityLevelStringFalseNoThe security level of an issue.
FixVersionsAggregateStringFalseNoThe fix versions of the issue
ComponentsAggregateStringFalseNoAggregate list of components included in the issue.
IssueLinksAggregateStringFalseNoThe issue links of the issue.
AffectedVersionsAggregateStringFalseNoThe affected versions of the issue.
SubtasksAggregateStringTrueNoThe subtasks of the issue.
CustomField1AnyFalseNoA custom field created for the Issues. The custom fields will be listed if the 'IncludeCustomFields' connection property is set to true.
CustomField2AnyFalseNoA custom field created for the Issues. The custom fields will be listed if the 'IncludeCustomFields' connection property is set to true.
ItemURLStringTrueNoA browsable link of the issue.
JQLStringFalseYesJQL (Jira Query Language) allows you to build structured queries.
AttachmentsStringFalseYesSearch for issues that have or do not have attachments. This column can be queried with IS EMPTY or IS NOT EMPTY.
CommentStringFalseYesSearch for issues that have a comment that contains particular text.
CategoryStringFalseYesSearch for issues that belong to projects in a particular category.
SprintIdIntegerFalseYesSearch for issues that belongs to a specific sprint, by specifying the Id of the Sprint.
SprintNameStringFalseYesSearch for issues that belongs to a specific sprint, by specifying the name of the Sprint.
FilterStringFalseYesSearch for issues of saved filters. This column can be queried with filter name or filter id.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNoThe ID of the issue security level member.
IssueSecurityLevelIdStringFalseNoThe ID of the issue security level.
IssueSecuritySchemeIdStringFalseNoThe ID of the issue security scheme.
HolderParameterStringFalseNoAs a group's name can change, use of value is recommended. The identifier associated with the type value that defines the holder of the permission.
HolderTypeStringFalseNoThe type of the permission holder.
HolderValueStringFalseNoThe identifier associated with the type value that defines the holder of the permission.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
SubtaskId [KEY]StringFalseNoThe Id of the subtask.
SubtaskKeyStringFalseNoThe key of the subtask.
IssueIdIntegerFalseIssues.IdNoThe Id of the parent issue.
IssueKeyStringFalseIssues.KeyNoThe key of the parent issue.
IssueCreatedDateDatetimeFalseNoThe date the subtask's issue was created.
IssueUpdatedDateDatetimeFalseNoThe date the subtask's issue was last updated.
SummaryStringFalseNoThe summary of the subtask.
TypeIdStringFalseIssueTypes.IdNoThe issue type Id of the subtask.
TypeNameStringFalseIssueTypes.NameNoThe issue type name of the subtask.
TypeDescriptionStringFalseIssueTypes.DescriptionNoThe issue type description of the subtask.
TypeSubtaskBooleanFalseIssueTypes.SubtaskNoA boolean indicating if the issue is a subtask.
PriorityIdStringFalseNoThe priority Id of the subtask.
PriorityNameStringFalseNoThe priority name of the subtask.
StatusIdStringFalseNoThe status Id of the subtask.
JQLStringFalseYesJQL (Jira Query Language) allows you to build structured queries.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNoThe Id of the transition.
IssueId [KEY]IntegerFalseIssues.IdNoThe Id of the issue.
IssueKeyStringFalseIssues.KeyNoThe key of the issue.
IssueCreatedDateDatetimeFalseNoThe date the transition's issue was created.
IssueUpdatedDateDatetimeFalseNoThe date the transition's issue was last updated.
HasScreenStringFalseNoWhether the transition has a screen.
NameStringFalseNoThe name of the transition.
ToDescriptionStringFalseNoThe description of the status the issue is transitioning to.
ToIdStringFalseNoThe Id of the status the issue is transitioning to.
ToNameStringFalseNoThe name of the status the issue is transitioning to.
StatusCategoryIdStringFalseNoThe status category Id of the transition.
StatusCategoryKeyStringFalseNoThe status category key of the transition.
StatusCategoryNameStringFalseNoThe status category name of the transition.
JQLStringFalseYesJQL (Jira Query Language) allows you to build structured queries.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringTrueNoThe Id of the issue type.
NameStringFalseNoThe name of the issue type.
DescriptionStringFalseNoThe description of the issue type.
SubtaskBooleanFalseNoThe subtask of the issue type. Not applicable for update.
IconUrlStringTrueNoThe icon URL of the issue type.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]IntegerFalseNoThe Id of the permission.
Key [KEY]StringFalseNoThe key of the permission.
NameStringFalseNoThe name of the permission.
TypeStringFalseNoThe type of the permission.
DescriptionStringFalseNoThe description of the permission.
HavePermissionBooleanFalseNoBoolean indicating if the permission is set or not.
DeprecatedKeyBooleanFalseNoBoolean indicating if the permission is deprecated.
PermissionsStringFalseNoPermissions as comma seperated values.
ProjectKeyStringFalseYesThe key of the project associated with the permission.
ProjectIdStringFalseYesThe Id of the project associated with the permission.
IssueKeyStringFalseYesThe key of the issue associated with the permission.
IssueIdStringFalseYesThe Id of the issue associated with the permission.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
PermissionSchemeId [KEY]StringFalsePermissionSchemes.IdNoThe ID of the permission scheme.
Id [KEY]StringFalseNoThe ID of the permission granted details.
PermissionStringFalseNoThe permission to grant.
HolderParameterStringFalseNoAs a group's name can change, use of value is recommended. The identifier associated with the type value that defines the holder of the permission.
HolderTypeStringFalseNoThe type of the permission holder.
HolderValueStringFalseNoThe identifier associated with the type value that defines the holder of the permission.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Key [KEY]StringFalseNoThe key of the permission.
NameStringFalseNoThe name of the permission.
TypeStringFalseNoThe type of the permission.
DescriptionStringFalseNoThe description of the permission.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
IdStringFalseNoThe ID of the permission scheme.
NameStringFalseNoThe name of the permission scheme.
DescriptionStringFalseNoA description for the permission scheme.
ScopeTypeStringFalseNoThe type of the scope.
ScopeProjectIdStringFalseNoThe id of the project the item has scope in.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]IntegerFalseNoUnique identifier of the project category.
NameStringFalseNoName of the project category.
DescriptionStringFalseNoDescription of the project category.
LinkStringFalseNoLink to this project category.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]IntegerTrueNoThe Id of the component.
ProjectIdIntegerTrueProjects.IdNoThe selected project's id.
ProjectKeyStringFalseNoThe selected project's key.
NameStringFalseNoThe name of the component.
DescriptionStringFalseNoThe description of the component.
LeadDisplayNameStringTrueNoThe display name of the component's lead.
LeadKeyStringFalseNoThe key of the component's lead.
AssigneeTypeStringFalseNoThe type of the component's default assignee.
AssigneeDisplayNameStringTrueNoThe display name of the component's default assignee.
AssigneeKeyStringTrueNoThe key of the component's default assignee.
IsAssigneeTypeValidBooleanTrueNoWhether the assignee type is valid.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]LongFalseNoThe ID of the role actor.
DisplayNameStringFalseNoThe display name of the role actor. For users, depending on the user?s privacy setting, this may return an alternative value for the user's name.
TypeStringFalseNoThe type of role actor.
NameStringFalseNoThe name of the role.
AvatarUrlStringFalseNoThe avatar of the role actor.
ActorUserAccountIdStringFalseNoDetails of the user associated with the role. The account ID of the user, which uniquely identifies the user across all Atlassian products.
ActorGroupNameStringFalseNoDetails of the group associated with the role. The name of the group. As a group's name can change, use of groupId is recommended to identify the group.
ActorGroupDisplayNameStringFalseNoDetails of the group associated with the role. The display name of the group.
ActorGroupGroupIdStringFalseNoDetails of the group associated with the role. The ID of the group.
RoleIdLongFalseRoles.IdNoThe Id of the role.
ProjectIdIntegerFalseProjects.IdNoThe Id of the project associated with the role.
ProjectKeyStringFalseProjects.KeyNoThe key of the project associated with the role.
UserNameStringFalseYesServer platform only. Input for Insert and Delete statements. Details of the user associated with the role. The name of the user.
GroupNameStringFalseYesServer platform only. Input for Insert and Delete statements. Details of the group associated with the role. The name of the group.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
RoleId [KEY]LongFalseRoles.IdNoThe Id of the role.
RoleNameStringFalseRoles.NameNoThe name of the role.
ProjectId [KEY]IntegerFalseProjects.IdNoThe Id of the project associated with the role.
ProjectKey [KEY]StringFalseProjects.KeyNoThe key of the project associated with the role.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]IntTrueNoThe Id of the project.
KeyStringFalseNoThe key of the project.
NameStringFalseNoThe name of the project.
DescriptionStringFalseNoThe description of the project.
LeadEmailAddressStringTrueUsers.EmailAddressNoThe email address of the project lead.
LeadDisplayNameStringTrueUsers.DisplayNameNoThe display name of the project lead.
ComponentsAggregateStringTrueNoThe components of the project.
IssueTypesAggregateStringTrueNoThe issue types of the project.
UrlStringTrueNoThe URL of the project.
EmailStringTrueNoThe email of the project.
AssigneeTypeStringFalseNoThe assignee type of the project.
VersionsAggregateStringTrueNoThe versions of the project.
RolesAggregateStringTrueNoThe roles of the project.
ProjectKeysAggregateStringTrueNoThe project keys of the project.
ProjectCategoryIdStringFalseNoThe Id of the project category.
ProjectCategoryNameStringTrueNoThe name of the project category.
ProjectCategoryDescriptionStringTrueNoThe description of the project category.
ProjectTypeKeyStringFalseNoThe key of the project type. Not applicable for update.
LeadAccountIdStringFalseUsers.AccountIdNoThe Id of the project lead.
LeadAccountKeyStringTrueUsers.KeyNoThe Key of the project lead.
LeadAccountNameStringFalseUsers.NameNoThe user name of the project lead.
SimplifiedBooleanTrueNoWhether the project is team-managed or not.
ItemURLStringTrueNoA browsable link of the project.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNoThe Id of the issue type.
ProjectId [KEY]IntFalseProjects.IdNoThe Id of the project.
ProjectNameStringFalseProjects.NameNoThe name of the project
NameStringFalseNoThe name of the issue type.
DescriptionStringFalseNoThe description of the issue type.
SubtaskBooleanFalseNoThe subtask of the issue type. Not applicable for update.
IconUrlStringFalseNoThe icon URL of the issue type.
AvatarIdStringFalseNoThe id of the avatar

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
ProjectIdInt64FalseNoThe project ID.
ProjectKeyStringFalseNoThe project key.
IdStringFalseNoThe ID of the permission scheme.
NameStringFalseNoThe name of the permission scheme.
DescriptionStringFalseNoThe description of the permission scheme.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Key [KEY]StringFalseNoThe key of the project type.
DescriptionKeyStringFalseNoThe key of the project type's description.
IconStringFalseNoThe icon of the project type.
ColorStringFalseNoThe color of the project type.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]IntegerTrueNoThe Id of the version.
ProjectIdIntegerFalseProjects.IdNoThe selected project's id.
ProjectKeyStringFalseNoThe selected project's key.
NameStringFalseNoThe name of the version.
DescriptionStringFalseNoThe description of the version.
ReleasedBooleanFalseNoWhether the version has been released.
ReleaseDateDateFalseNoRelease date of the version.
StartDateDateFalseNoOptional start date of the version.
UserStartDateDateFalseNoThe date on which work on this version is expected to start.
UserReleaseDateDateFalseNoThe date on which work on this version is expected to finish.
OverdueBooleanTrueNoWhether the version is overdue for release.
ArchivedBooleanFalseNoWhether the version has been archived. When a new version is created, this field is always set to False.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]LongFalseNoThe ID of the role actor.
DisplayNameStringFalseNoThe display name of the role actor. For users, depending on the user?s privacy setting, this may return an alternative value for the user's name.
TypeStringFalseNoThe type of role actor.
AvatarUrlStringFalseNoThe avatar of the role actor.
ActorUserAccountIdStringFalseUsers.AccountIdNoDetails of the user associated with the role. The account ID of the user, which uniquely identifies the user across all Atlassian products.
ActorGroupNameStringFalseGroups.NameNoDetails of the group associated with the role. The name of the group. As a group's name can change, use of groupId is recommended to identify the group.
ActorGroupDisplayNameStringFalseNoDetails of the group associated with the role. The display name of the group.
ActorGroupGroupIdStringFalseGroups.IdNoDetails of the group associated with the role. The ID of the group.
NameStringFalseNoThe name of the role.
RoleIdLongFalseRoles.IdNoThe Id of the role.
UserKeyStringFalseYesServer platform only. Input for Insert and Delete statements. Details of the user associated with the role. The key of the user.
GroupNameStringFalseYesServer platform only. Input for Insert and Delete statements. Details of the group associated with the role. The name of the group.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]LongFalseNoThe Id of the role.
NameStringFalseNoThe name of the role.
DescriptionStringFalseNoThe description of the role.
ActorsStringFalseNoThe list of users who act in this role.
ScopeStringFalseNoThe scope of the role.
IsAdminBooleanFalseNoWhether this role is the admin role for the project.
IsDefaultBooleanFalseNoWhether this role is the default role for the project.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]IntegerFalseNoThe ID of the issue level security item.
SecuritySchemeIdLongFalseSecuritySchemes.IdNoLink to this security level.
NameStringFalseNoThe name of the issue level security item.
DescriptionStringFalseNoThe description of the issue level security item.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]LongFalseNoThe ID of the issue security scheme.
NameStringFalseNoThe name of the issue security scheme.
DescriptionStringFalseNoThe description of the issue security scheme.
DefaultSecurityLevelIdLongFalseNoThe ID of the default security level.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]IntegerFalseIssues.IdNoThe Id of the issue.
KeyStringFalseIssues.KeyNoThe key of the issue.
SprintId [KEY]IntegerFalseSprints.IdNoThe sprint the issue is assigned to.
IssueTypeIdStringFalseIssuetypes.IdNoThe issue type Id.
IssueTypeNameStringFalseNoThe issue type name.
StatusIdIntegerFalseStatuses.IdNoThe issue status Id.
StatusNameStringFalseNoThe issue status name.
ProjectIdIntegerFalseProjects.IdNoThe project Id of the issue.
ProjectKeyStringFalseProjects.KeyNoThe project key of the issue.
ProjectNameStringFalseNoThe project name of the issue.
ClosedSprintsAggregateStringFalseNoThe issue's previous sprints that have been closed.
CreatedDatetimeFalseNoThe creation date of the issue.
UpdatedDatetimeFalseNoThe updated date of the issue.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]IntegerTrueNoThe Id of the sprint.
NameStringFalseNoThe name of the sprint.
StateStringFalseNoThe state of the sprint. A newly created sprint starts in the 'future' state. The state can only transition from 'future' to 'active', and from 'active' to 'closed'
GoalStringFalseNoThe goal assigned for the sprint.
OriginBoardIdIntegerFalseBoards.IdNoThe board Id the sprint originated from. This field cannot be updated
StartDateDatetimeFalseNoThe date when the sprint was started.
EndDateDatetimeFalseNoThe date when the sprint has ended.
CompleteDateDatetimeTrueNoThe date when the sprint was completed.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]IntegerFalseNoThe Id of the status.
NameStringFalseNoThe name of the status.
DescriptionStringFalseNoThe description of the status.
CategoryIdIntegerFalseNoThe Category Id of the status.
CategoryKeyStringFalseNoThe Category Key of the status.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Key [KEY]StringFalseNoThe key for the time tracking provider. For example, Jira.
NameStringFalseNoThe name of the time tracking provider. For example, Jira provided time tracking.
URLStringFalseNoThe URL of the configuration page for the time tracking provider app. For example, /example/config/url. This property is only returned if the adminPageKey property is set in the module descriptor of the time tracking provider app.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
GroupNameStringTrueNoThe name of the group the user is part of.
GroupIdStringTrueNoThe Id of the group the user is part of.
DisplayNameStringFalseNoThe display name of the user.
EmailAddressStringFalseNoThe email address of the user.
ActiveBoolTrueNoIndicates whether the user is active.
TimeZoneStringTrueNoThe time zone specified in the user's profile.
LocaleStringTrueNoThe locale of the user.
AccountId [KEY]StringTrueNoThe accountId of the user, which uniquely identifies the user across all Atlassian products.
AccountTypeStringFalseNoThe accountType of the user.
ProductsStringFalseNoA delimited string of jira products to which the user has access to, ex: jira-core,jira-servicedesk,jira-product-discovery,jira-software
Key [KEY]StringTrueNoThe key of the user.
NameStringFalseNoThe name of the user.
IssueKeyStringFalseYesSearch for users who can browse a specific issue.
ProjectKeyStringFalseYesSearch for users who can browse any issue in a project.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
DisplayNameStringFalseNoThe display name of the vote.
ActiveBooleanFalseNoBoolean indicating if the vote is active.
AccountIdStringFalseNoThe account ID of the user, which uniquely identifies the user across all Atlassian products. For example, 5b10ac8d82e05b22cc7d4ef5.
IssueIdStringFalseNoThe issue Id of the vote.
IssueKeyStringFalseNoThe issue key of the vote.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
DisplayNameStringFalseNoThe displayed name of the watcher.
EmailAddressStringFalseNoThe email address of the watcher.
AccountId [KEY]StringFalseNoThe accountId of the watcher.
Key [KEY]StringFalseNoThe key of the watcher.
NameStringFalseNoThe name of the watcher.
IssueIdStringFalseNoThe issue Id of the watcher.
IssueKeyStringFalseNoThe issue key of the watcher.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
IdStringFalseNoThe entity ID of the workflow.
NameStringFalseNoThe name of the workflow.
DescriptionStringFalseNoThe description of the workflow.
CreatedStringFalseNoThe date when the workflow was created.
UpdatedStringFalseNoThe date when the workflow was updated.
IsDefaultBooleanFalseNoBoolean indicating if the workflow is set as the default.
CanDeleteBooleanFalseNoBoolean indicating whether the workflow can be deleted.
CanEditBooleanFalseNoBoolean indicating whether the workflow can be edited.
IsActiveBooleanFalseNoFilters active and inactive workflows.
QueryStringFalseNoString used to perform a case-insensitive partial match with workflow name.
ScopeStringFalseNoA JSON aggregate outlining the scope of the workflow. This column used exclusively for inserting to and updating workflows (does not return in SELECT query results).
StatusesStringFalseNoA JSON aggregate outlining the statuses to associate with the workflows. This column used exclusively for inserting to and updating workflows (does not return in SELECT query results).
WorkflowsStringFalseNoThe details of the workflows to create. This column used exclusively for inserting to and updating workflows (does not return in SELECT query results).

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]IntegerTrueNoThe ID of the workflow scheme.
NameStringFalseNoThe name of the workflow scheme.
DescriptionStringFalseNoThe description of the workflow scheme.
IssueTypeMappingsAggregateStringFalseNoThe issue type to workflow mappings aggregate, where each mapping is an issue type ID and workflow name pair.
DefaultWorkflowStringFalseNoThe name of the default workflow for the workflow scheme.
SelfStringTrueNoThe self/url column.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]LongFalseNoThe ID of the status category.
KeyStringFalseNoThe key of the status category.
NameStringFalseNoThe name of the status category.
ColorNameStringFalseNoThe name of the color used to represent the status category.
URLStringFalseNoThe URL of the status category.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNoThe ID of the status.
StatusCategoryIdLongFalseWorkflowStatusCategories.IdNoThe ID of the status category.
NameStringFalseNoThe name of the status.
DescriptionStringFalseNoThe description of the status.
URLStringFalseNoThe description of the status.
IconUrlStringFalseNoThe URL of the icon used to represent the status.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
IdStringFalseNoThe Id of the audit record.
UpdatedDatetimeFalseNoThe date on when the change was made.
PropertiesStringFalseNoThe properties of the deleted Worklog.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringTrueNoThe Id of the worklog.
IssueId [KEY]IntegerFalseIssues.IdNoThe issue Id of the worklog.
IssueKeyStringFalseIssues.KeyNoThe key of the issue.
ProjectIdIntegerTrueProjects.IdNoThe project Id of the worklog's issue.
ProjectNameStringTrueNoThe project name of the worklog's issue.
IssueCreatedDateDatetimeTrueNoThe date the worklogs's issue was created.
IssueUpdatedDateDatetimeTrueNoThe date the worklogs's issue was last updated.
AuthorDisplayNameStringTrueUsers.DisplayNameNoThe display name of the author of the worklog.
UpdateAuthorDisplayNameStringTrueUsers.DisplayNameNoThe display name of the author who has updated the worklog.
CommentStringFalseNoThe comment of the worklog.
CreatedDatetimeTrueNoThe date the worklog was created.
UpdatedDatetimeTrueNoThe update date of the worklog.
VisibilityTypeStringFalseNoThe visibility type of the worklog.
VisibilityValueStringFalseNoThe visibility value of the worklog.
StartedDatetimeFalseNoThe start date of the worklog.
TimeSpentStringFalseNoThe spent time of the worklog.
TimeSpentSecondsLongFalseNoThe time spent in seconds for the worklog.
AuthorAccountIdStringTrueUsers.AccountIdNoThe name of the author of the worklog.
UpdateAuthorAccountIdStringTrueUsers.AccountIdNoThe name of the author who has updated the worklog.
AuthorAccountKeyStringTrueUsers.KeyNoThe key of the author of the worklog.
AuthorAccountNameStringTrueUsers.NameNoThe name of the author of the worklog.
UpdateAuthorAccountKeyStringTrueUsers.KeyNoThe key of the author who has updated the worklog.
UpdateAuthorAccountNameStringTrueUsers.NameNoThe name of the author who has updated the worklog.
ItemURLStringTrueNoA browsable link of the worklog.

Return to Top