# JIRA 7.6.1 ## API Docs - Announcement banner [Get announcement banner configuration](https://apidog.com/apidoc/docs-site/345971/api-3933273.md): Returns the current announcement banner configuration. - Announcement banner [Update announcement banner configuration](https://apidog.com/apidoc/docs-site/345971/api-3933274.md): Updates the announcement banner configuration. - Issue custom field values (apps) [Update custom fields](https://apidog.com/apidoc/docs-site/345971/api-3933275.md): Updates the value of one or more custom fields on one or more issues. Combinations of custom field and issue should be unique within the request. Custom fields can only be updated by the Forge app that created them. - Issue custom field values (apps) [Update custom field value](https://apidog.com/apidoc/docs-site/345971/api-3933276.md): Updates the value of a custom field on one or more issues. Custom fields can only be updated by the Forge app that created them. - Issue custom field configuration (apps) [Get custom field configurations](https://apidog.com/apidoc/docs-site/345971/api-3933277.md): Returns a [paginated](#pagination) list of configurations for a custom field created by a [Forge app](https://developer.atlassian.com/platform/forge/). - Issue custom field configuration (apps) [Update custom field configurations](https://apidog.com/apidoc/docs-site/345971/api-3933278.md): Update the configuration for contexts of a custom field created by a [Forge app](https://developer.atlassian.com/platform/forge/). - Jira settings [Get application property](https://apidog.com/apidoc/docs-site/345971/api-3933279.md): Returns all application properties or an application property. - Jira settings [Get advanced settings](https://apidog.com/apidoc/docs-site/345971/api-3933280.md): Returns the application properties that are accessible on the *Advanced Settings* page. To navigate to the *Advanced Settings* page in Jira, choose the Jira icon > **Jira settings** > **System**, **General Configuration** and then click **Advanced Settings** (in the upper right). - Jira settings [Set application property](https://apidog.com/apidoc/docs-site/345971/api-3933281.md): Changes the value of an application property. For example, you can change the value of the `jira.clone.prefix` from its default value of *CLONE -* to *Clone -* if you prefer sentence case capitalization. Editable properties are described below along with their default values. - Jira settings [Get global settings](https://apidog.com/apidoc/docs-site/345971/api-3933282.md): Returns the [global settings](https://confluence.atlassian.com/x/qYXKM) in Jira. These settings determine whether optional features (for example, subtasks, time tracking, and others) are enabled. If time tracking is enabled, this operation also returns the time tracking configuration. - Application roles [Get all application roles](https://apidog.com/apidoc/docs-site/345971/api-3933283.md): Returns all application roles. In Jira, application roles are managed using the [Application access configuration](https://confluence.atlassian.com/x/3YxjL) page. - Application roles [Get application role](https://apidog.com/apidoc/docs-site/345971/api-3933284.md): Returns an application role. - Issue attachments [Get attachment content](https://apidog.com/apidoc/docs-site/345971/api-3933285.md): Returns the contents of an attachment. A `Range` header can be set to define a range of bytes within the attachment to download. See the [HTTP Range header standard](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Range) for details. - Issue attachments [Get Jira attachment settings](https://apidog.com/apidoc/docs-site/345971/api-3933286.md): Returns the attachment settings, that is, whether attachments are enabled and the maximum attachment size allowed. - Issue attachments [Get attachment thumbnail](https://apidog.com/apidoc/docs-site/345971/api-3933287.md): Returns the thumbnail of an attachment. - Issue attachments [Get attachment metadata](https://apidog.com/apidoc/docs-site/345971/api-3933288.md): Returns the metadata for an attachment. Note that the attachment itself is not returned. - Issue attachments [Delete attachment](https://apidog.com/apidoc/docs-site/345971/api-3933289.md): Deletes an attachment from an issue. - Issue attachments [Get all metadata for an expanded attachment](https://apidog.com/apidoc/docs-site/345971/api-3933290.md): Returns the metadata for the contents of an attachment, if it is an archive, and metadata for the attachment itself. For example, if the attachment is a ZIP archive, then information about the files in the archive is returned and metadata for the ZIP archive. Currently, only the ZIP archive format is supported. - Issue attachments [Get contents metadata for an expanded attachment](https://apidog.com/apidoc/docs-site/345971/api-3933291.md): Returns the metadata for the contents of an attachment, if it is an archive. For example, if the attachment is a ZIP archive, then information about the files in the archive is returned. Currently, only the ZIP archive format is supported. - Issue attachments [Add attachment](https://apidog.com/apidoc/docs-site/345971/api-3933292.md): Adds one or more attachments to an issue. Attachments are posted as multipart/form-data ([RFC 1867](https://www.ietf.org/rfc/rfc1867.txt)). - Audit records [Get audit records](https://apidog.com/apidoc/docs-site/345971/api-3933293.md): Returns a list of audit records. The list can be filtered to include items: - Avatars [Get system avatars by type](https://apidog.com/apidoc/docs-site/345971/api-3933294.md): Returns a list of system avatar details by owner type, where the owner types are issue type, project, or user. - Avatars [Get avatars](https://apidog.com/apidoc/docs-site/345971/api-3933295.md): Returns the system and custom avatars for a project or issue type. - Avatars [Load avatar](https://apidog.com/apidoc/docs-site/345971/api-3933296.md): Loads a custom avatar for a project or issue type. - Avatars [Delete avatar](https://apidog.com/apidoc/docs-site/345971/api-3933297.md): Deletes an avatar from a project or issue type. - Avatars [Get avatar image by type](https://apidog.com/apidoc/docs-site/345971/api-3933298.md): Returns the default project or issue type avatar image. - Avatars [Get avatar image by ID](https://apidog.com/apidoc/docs-site/345971/api-3933299.md): Returns a project or issue type avatar image by ID. - Avatars [Get avatar image by owner](https://apidog.com/apidoc/docs-site/345971/api-3933300.md): Returns the avatar image for a project or issue type. - Issue comments [Get comments by IDs](https://apidog.com/apidoc/docs-site/345971/api-3933301.md): Returns a [paginated](#pagination) list of comments specified by a list of comment IDs. - Issue comments [Get comments](https://apidog.com/apidoc/docs-site/345971/api-3933302.md): Returns all comments for an issue. - Issue comments [Add comment](https://apidog.com/apidoc/docs-site/345971/api-3933303.md): Adds a comment to an issue. - Issue comments [Get comment](https://apidog.com/apidoc/docs-site/345971/api-3933304.md): Returns a comment. - Issue comments [Update comment](https://apidog.com/apidoc/docs-site/345971/api-3933305.md): Updates a comment. - Issue comments [Delete comment](https://apidog.com/apidoc/docs-site/345971/api-3933306.md): Deletes a comment. - Issue comment properties [Get comment property keys](https://apidog.com/apidoc/docs-site/345971/api-3933307.md): Returns the keys of all the properties of a comment. - Issue comment properties [Get comment property](https://apidog.com/apidoc/docs-site/345971/api-3933308.md): Returns the value of a comment property. - Issue comment properties [Set comment property](https://apidog.com/apidoc/docs-site/345971/api-3933309.md): Creates or updates the value of a property for a comment. Use this resource to store custom data against a comment. - Issue comment properties [Delete comment property](https://apidog.com/apidoc/docs-site/345971/api-3933310.md): Deletes a comment property. - Project components [Create component](https://apidog.com/apidoc/docs-site/345971/api-3933311.md): Creates a component. Use components to provide containers for issues within a project. - Project components [Get component](https://apidog.com/apidoc/docs-site/345971/api-3933312.md): Returns a component. - Project components [Update component](https://apidog.com/apidoc/docs-site/345971/api-3933313.md): Updates a component. Any fields included in the request are overwritten. If `leadAccountId` is an empty string ("") the component lead is removed. - Project components [Delete component](https://apidog.com/apidoc/docs-site/345971/api-3933314.md): Deletes a component. - Project components [Get component issues count](https://apidog.com/apidoc/docs-site/345971/api-3933315.md): Returns the counts of issues assigned to the component. - Project components [Get project components paginated](https://apidog.com/apidoc/docs-site/345971/api-3933316.md): Returns a [paginated](#pagination) list of all components in a project. See the [Get project components](#api-rest-api-3-project-projectIdOrKey-components-get) resource if you want to get a full list of versions without pagination. - Project components [Get project components](https://apidog.com/apidoc/docs-site/345971/api-3933317.md): Returns all components in a project. See the [Get project components paginated](#api-rest-api-3-project-projectIdOrKey-component-get) resource if you want to get a full list of components with pagination. - Time tracking [Get selected time tracking provider](https://apidog.com/apidoc/docs-site/345971/api-3933318.md): Returns the time tracking provider that is currently selected. Note that if time tracking is disabled, then a successful but empty response is returned. - Time tracking [Select time tracking provider](https://apidog.com/apidoc/docs-site/345971/api-3933319.md): Selects a time tracking provider. - Time tracking [Get all time tracking providers](https://apidog.com/apidoc/docs-site/345971/api-3933320.md): Returns all time tracking providers. By default, Jira only has one time tracking provider: *JIRA provided time tracking*. However, you can install other time tracking providers via apps from the Atlassian Marketplace. For more information on time tracking providers, see the documentation for the [ Time Tracking Provider](https://developer.atlassian.com/cloud/jira/platform/modules/time-tracking-provider/) module. - Time tracking [Get time tracking settings](https://apidog.com/apidoc/docs-site/345971/api-3933321.md): Returns the time tracking settings. This includes settings such as the time format, default time unit, and others. For more information, see [Configuring time tracking](https://confluence.atlassian.com/x/qoXKM). - Time tracking [Set time tracking settings](https://apidog.com/apidoc/docs-site/345971/api-3933322.md): Sets the time tracking settings. - Issue custom field options [Get custom field option](https://apidog.com/apidoc/docs-site/345971/api-3933323.md): Returns a custom field option. For example, an option in a select list. - Issue custom field options [Get custom field options (context)](https://apidog.com/apidoc/docs-site/345971/api-3933324.md): Returns a [paginated](#pagination) list of all custom field option for a context. Options are returned first then cascading options, in the order they display in Jira. - Issue custom field options [Update custom field options (context)](https://apidog.com/apidoc/docs-site/345971/api-3933325.md): Updates the options of a custom field. - Issue custom field options [Create custom field options (context)](https://apidog.com/apidoc/docs-site/345971/api-3933326.md): Creates options and, where the custom select field is of the type Select List (cascading), cascading options for a custom select field. The options are added to a context of the field. - Issue custom field options [Reorder custom field options (context)](https://apidog.com/apidoc/docs-site/345971/api-3933327.md): Changes the order of custom field options or cascading options in a context. - Issue custom field options [Delete custom field options (context)](https://apidog.com/apidoc/docs-site/345971/api-3933328.md): Deletes a custom field option. - Dashboards [Get all dashboards](https://apidog.com/apidoc/docs-site/345971/api-3933329.md): Returns a list of dashboards owned by or shared with the user. The list may be filtered to include only favorite or owned dashboards. - Dashboards [Create dashboard](https://apidog.com/apidoc/docs-site/345971/api-3933330.md): Creates a dashboard. - Dashboards [Get available gadgets](https://apidog.com/apidoc/docs-site/345971/api-3933331.md): Gets a list of all available gadgets that can be added to all dashboards. - Dashboards [Search for dashboards](https://apidog.com/apidoc/docs-site/345971/api-3933332.md): Returns a [paginated](#pagination) list of dashboards. This operation is similar to [Get dashboards](#api-rest-api-3-dashboard-get) except that the results can be refined to include dashboards that have specific attributes. For example, dashboards with a particular name. When multiple attributes are specified only filters matching all attributes are returned. - Dashboards [Get gadgets](https://apidog.com/apidoc/docs-site/345971/api-3933333.md): Returns a list of dashboard gadgets on a dashboard. - Dashboards [Add gadget to dashboard](https://apidog.com/apidoc/docs-site/345971/api-3933334.md): Adds a gadget to a dashboard. - Dashboards [Update gadget on dashboard](https://apidog.com/apidoc/docs-site/345971/api-3933335.md): Changes the title, position, and color of the gadget on a dashboard. - Dashboards [Remove gadget from dashboard](https://apidog.com/apidoc/docs-site/345971/api-3933336.md): Removes a dashboard gadget from a dashboard. - Dashboards [Get dashboard item property keys](https://apidog.com/apidoc/docs-site/345971/api-3933337.md): Returns the keys of all properties for a dashboard item. - Dashboards [Get dashboard item property](https://apidog.com/apidoc/docs-site/345971/api-3933338.md): Returns the key and value of a dashboard item property. - Dashboards [Set dashboard item property](https://apidog.com/apidoc/docs-site/345971/api-3933339.md): Sets the value of a dashboard item property. Use this resource in apps to store custom data against a dashboard item. - Dashboards [Delete dashboard item property](https://apidog.com/apidoc/docs-site/345971/api-3933340.md): Deletes a dashboard item property. - Dashboards [Get dashboard](https://apidog.com/apidoc/docs-site/345971/api-3933341.md): Returns a dashboard. - Dashboards [Update dashboard](https://apidog.com/apidoc/docs-site/345971/api-3933342.md): Updates a dashboard, replacing all the dashboard details with those provided. - Dashboards [Delete dashboard](https://apidog.com/apidoc/docs-site/345971/api-3933343.md): Deletes a dashboard. - Dashboards [Copy dashboard](https://apidog.com/apidoc/docs-site/345971/api-3933344.md): Copies a dashboard. Any values provided in the `dashboard` parameter replace those in the copied dashboard. - Issues [Get events](https://apidog.com/apidoc/docs-site/345971/api-3933345.md): Returns all issue events. - Issues [Create issue](https://apidog.com/apidoc/docs-site/345971/api-3933346.md): Creates an issue or, where the option to create subtasks is enabled in Jira, a subtask. A transition may be applied, to move the issue or subtask to a workflow step other than the default start step, and issue properties set. - Issues [Bulk create issue](https://apidog.com/apidoc/docs-site/345971/api-3933347.md): Creates upto **50** issues and, where the option to create subtasks is enabled in Jira, subtasks. Transitions may be applied, to move the issues or subtasks to a workflow step other than the default start step, and issue properties set. - Issues [Get create issue metadata](https://apidog.com/apidoc/docs-site/345971/api-3933348.md): Returns details of projects, issue types within projects, and, when requested, the create screen fields for each issue type for the user. Use the information to populate the requests in [ Create issue](#api-rest-api-3-issue-post) and [Create issues](#api-rest-api-3-issue-bulk-post). - Issues [Get issue](https://apidog.com/apidoc/docs-site/345971/api-3933349.md): Returns the details for an issue. - Issues [Edit issue](https://apidog.com/apidoc/docs-site/345971/api-3933350.md): Edits an issue. A transition may be applied and issue properties updated as part of the edit. - Issues [Delete issue](https://apidog.com/apidoc/docs-site/345971/api-3933351.md): Deletes an issue. - Issues [Assign issue](https://apidog.com/apidoc/docs-site/345971/api-3933352.md): Assigns an issue to a user. Use this operation when the calling user does not have the *Edit Issues* permission but has the *Assign issue* permission for the project that the issue is in. - Issues [Get changelogs](https://apidog.com/apidoc/docs-site/345971/api-3933353.md): Returns a [paginated](#pagination) list of all changelogs for an issue sorted by date, starting from the oldest. - Issues [Get changelogs by IDs](https://apidog.com/apidoc/docs-site/345971/api-3933354.md): Returns changelogs for an issue specified by a list of changelog IDs. - Issues [Get edit issue metadata](https://apidog.com/apidoc/docs-site/345971/api-3933355.md): Returns the edit screen fields for an issue that are visible to and editable by the user. Use the information to populate the requests in [Edit issue](#api-rest-api-3-issue-issueIdOrKey-put). - Issues [Send notification for issue](https://apidog.com/apidoc/docs-site/345971/api-3933356.md): Creates an email notification for an issue and adds it to the mail queue. - Issues [Get transitions](https://apidog.com/apidoc/docs-site/345971/api-3933357.md): Returns either all transitions or a transition that can be performed by the user on an issue, based on the issue's status. - Issues [Transition issue](https://apidog.com/apidoc/docs-site/345971/api-3933358.md): Performs an issue transition and, if the transition has a screen, updates the fields from the transition screen. - Jira expressions [Analyse Jira expression](https://apidog.com/apidoc/docs-site/345971/api-3933359.md): Analyses and validates Jira expressions. - Jira expressions [Evaluate Jira expression](https://apidog.com/apidoc/docs-site/345971/api-3933360.md): Evaluates a Jira expression and returns its value. - Issue fields [Get fields](https://apidog.com/apidoc/docs-site/345971/api-3933361.md): Returns system and custom issue fields according to the following rules: - Issue fields [Create custom field](https://apidog.com/apidoc/docs-site/345971/api-3933362.md): Creates a custom field. - Issue fields [Get fields paginated](https://apidog.com/apidoc/docs-site/345971/api-3933363.md): Returns a [paginated](#pagination) list of fields for Classic Jira projects. The list can include: - Issue fields [Get fields in trash paginated](https://apidog.com/apidoc/docs-site/345971/api-3933364.md): Returns a [paginated](#pagination) list of fields in the trash. The list may be restricted to fields whose field name or description partially match a string. - Issue fields [Update custom field](https://apidog.com/apidoc/docs-site/345971/api-3933365.md): Updates a custom field. - Issue fields [Get contexts for a field](https://apidog.com/apidoc/docs-site/345971/api-3933366.md): Returns a [paginated](#pagination) list of the contexts a field is used in. Deprecated, use [ Get custom field contexts](#api-rest-api-3-field-fieldId-context-get). - Issue fields [Delete custom field](https://apidog.com/apidoc/docs-site/345971/api-3933367.md): Deletes a custom field. The custom field is deleted whether it is in the trash or not. See [Edit or delete a custom field](https://confluence.atlassian.com/x/Z44fOw) for more information on trashing and deleting custom fields. - Issue fields [Restore custom field from trash](https://apidog.com/apidoc/docs-site/345971/api-3933368.md): Restores a custom field from trash. See [Edit or delete a custom field](https://confluence.atlassian.com/x/Z44fOw) for more information on trashing and deleting custom fields. - Issue fields [Move custom field to trash](https://apidog.com/apidoc/docs-site/345971/api-3933369.md): Moves a custom field to trash. See [Edit or delete a custom field](https://confluence.atlassian.com/x/Z44fOw) for more information on trashing and deleting custom fields. - Issue custom field contexts [Get custom field contexts](https://apidog.com/apidoc/docs-site/345971/api-3933370.md): Returns a [paginated](#pagination) list of [ contexts](https://confluence.atlassian.com/adminjiracloud/what-are-custom-field-contexts-991923859.html) for a custom field. Contexts can be returned as follows: - Issue custom field contexts [Create custom field context](https://apidog.com/apidoc/docs-site/345971/api-3933371.md): Creates a custom field context. - Issue custom field contexts [Get custom field contexts default values](https://apidog.com/apidoc/docs-site/345971/api-3933372.md): Returns a [paginated](#pagination) list of defaults for a custom field. The results can be filtered by `contextId`, otherwise all values are returned. If no defaults are set for a context, nothing is returned. - Issue custom field contexts [Set custom field contexts default values](https://apidog.com/apidoc/docs-site/345971/api-3933373.md): Sets default for contexts of a custom field. Default are defined using these objects: - Issue custom field contexts [Get issue types for custom field context](https://apidog.com/apidoc/docs-site/345971/api-3933374.md): Returns a [paginated](#pagination) list of context to issue type mappings for a custom field. Mappings are returned for all contexts or a list of contexts. Mappings are ordered first by context ID and then by issue type ID. - Issue custom field contexts [Get custom field contexts for projects and issue types](https://apidog.com/apidoc/docs-site/345971/api-3933375.md): Returns a [paginated](#pagination) list of project and issue type mappings and, for each mapping, the ID of a [custom field context](https://confluence.atlassian.com/x/k44fOw) that applies to the project and issue type. - Issue custom field contexts [Get project mappings for custom field context](https://apidog.com/apidoc/docs-site/345971/api-3933376.md): Returns a [paginated](#pagination) list of context to project mappings for a custom field. The result can be filtered by `contextId`. Otherwise, all mappings are returned. Invalid IDs are ignored. - Issue custom field contexts [Update custom field context](https://apidog.com/apidoc/docs-site/345971/api-3933377.md): Updates a [ custom field context](https://confluence.atlassian.com/adminjiracloud/what-are-custom-field-contexts-991923859.html). - Issue custom field contexts [Delete custom field context](https://apidog.com/apidoc/docs-site/345971/api-3933378.md): Deletes a [ custom field context](https://confluence.atlassian.com/adminjiracloud/what-are-custom-field-contexts-991923859.html). - Issue custom field contexts [Add issue types to context](https://apidog.com/apidoc/docs-site/345971/api-3933379.md): Adds issue types to a custom field context, appending the issue types to the issue types list. - Issue custom field contexts [Remove issue types from context](https://apidog.com/apidoc/docs-site/345971/api-3933380.md): Removes issue types from a custom field context. - Issue custom field contexts [Assign custom field context to projects](https://apidog.com/apidoc/docs-site/345971/api-3933381.md): Assigns a custom field context to projects. - Issue custom field contexts [Remove custom field context from projects](https://apidog.com/apidoc/docs-site/345971/api-3933382.md): Removes a custom field context from projects. - Screens [Get screens for a field](https://apidog.com/apidoc/docs-site/345971/api-3933383.md): Returns a [paginated](#pagination) list of the screens a field is used in. - Screens [Get screens](https://apidog.com/apidoc/docs-site/345971/api-3933384.md): Returns a [paginated](#pagination) list of all screens or those specified by one or more screen IDs. - Screens [Create screen](https://apidog.com/apidoc/docs-site/345971/api-3933385.md): Creates a screen with a default field tab. - Screens [Add field to default screen](https://apidog.com/apidoc/docs-site/345971/api-3933386.md): Adds a field to the default tab of the default screen. - Screens [Update screen](https://apidog.com/apidoc/docs-site/345971/api-3933387.md): Updates a screen. Only screens used in classic projects can be updated. - Screens [Delete screen](https://apidog.com/apidoc/docs-site/345971/api-3933388.md): Deletes a screen. A screen cannot be deleted if it is used in a screen scheme, workflow, or workflow draft. - Screens [Get available screen fields](https://apidog.com/apidoc/docs-site/345971/api-3933389.md): Returns the fields that can be added to a tab on a screen. - Issue custom field options (apps) [Get all issue field options](https://apidog.com/apidoc/docs-site/345971/api-3933390.md): Returns a [paginated](#pagination) list of all the options of a select list issue field. A select list issue field is a type of [issue field](https://developer.atlassian.com/cloud/jira/platform/modules/issue-field/) that enables a user to select a value from a list of options. - Issue custom field options (apps) [Create issue field option](https://apidog.com/apidoc/docs-site/345971/api-3933391.md): Creates an option for a select list issue field. - Issue custom field options (apps) [Get selectable issue field options](https://apidog.com/apidoc/docs-site/345971/api-3933392.md): Returns a [paginated](#pagination) list of options for a select list issue field that can be viewed and selected by the user. - Issue custom field options (apps) [Get visible issue field options](https://apidog.com/apidoc/docs-site/345971/api-3933393.md): Returns a [paginated](#pagination) list of options for a select list issue field that can be viewed by the user. - Issue custom field options (apps) [Get issue field option](https://apidog.com/apidoc/docs-site/345971/api-3933394.md): Returns an option from a select list issue field. - Issue custom field options (apps) [Update issue field option](https://apidog.com/apidoc/docs-site/345971/api-3933395.md): Updates or creates an option for a select list issue field. This operation requires that the option ID is provided when creating an option, therefore, the option ID needs to be specified as a path and body parameter. The option ID provided in the path and body must be identical. - Issue custom field options (apps) [Delete issue field option](https://apidog.com/apidoc/docs-site/345971/api-3933396.md): Deletes an option from a select list issue field. - Issue custom field options (apps) [Replace issue field option](https://apidog.com/apidoc/docs-site/345971/api-3933397.md): Deselects an issue-field select-list option from all issues where it is selected. A different option can be selected to replace the deselected option. The update can also be limited to a smaller set of issues by using a JQL query. - Issue field configurations [Get all field configurations](https://apidog.com/apidoc/docs-site/345971/api-3933398.md): Returns a [paginated](#pagination) list of field configurations. The list can be for all field configurations or a subset determined by any combination of these criteria: - Issue field configurations [Create field configuration](https://apidog.com/apidoc/docs-site/345971/api-3933399.md): Creates a field configuration. The field configuration is created with the same field properties as the default configuration, with all the fields being optional. - Issue field configurations [Update field configuration](https://apidog.com/apidoc/docs-site/345971/api-3933400.md): Updates a field configuration. The name and the description provided in the request override the existing values. - Issue field configurations [Delete field configuration](https://apidog.com/apidoc/docs-site/345971/api-3933401.md): Deletes a field configuration. - Issue field configurations [Get field configuration items](https://apidog.com/apidoc/docs-site/345971/api-3933402.md): Returns a [paginated](#pagination) list of all fields for a configuration. - Issue field configurations [Update field configuration items](https://apidog.com/apidoc/docs-site/345971/api-3933403.md): Updates fields in a field configuration. The properties of the field configuration fields provided override the existing values. - Issue field configurations [Get all field configuration schemes](https://apidog.com/apidoc/docs-site/345971/api-3933404.md): Returns a [paginated](#pagination) list of field configuration schemes. - Issue field configurations [Create field configuration scheme](https://apidog.com/apidoc/docs-site/345971/api-3933405.md): Creates a field configuration scheme. - Issue field configurations [Get field configuration issue type items](https://apidog.com/apidoc/docs-site/345971/api-3933406.md): Returns a [paginated](#pagination) list of field configuration issue type items. - Issue field configurations [Get field configuration schemes for projects](https://apidog.com/apidoc/docs-site/345971/api-3933407.md): Returns a [paginated](#pagination) list of field configuration schemes and, for each scheme, a list of the projects that use it. - Issue field configurations [Assign field configuration scheme to project](https://apidog.com/apidoc/docs-site/345971/api-3933408.md): Assigns a field configuration scheme to a project. If the field configuration scheme ID is `null`, the operation assigns the default field configuration scheme. - Issue field configurations [Update field configuration scheme](https://apidog.com/apidoc/docs-site/345971/api-3933409.md): Updates a field configuration scheme. - Issue field configurations [Delete field configuration scheme](https://apidog.com/apidoc/docs-site/345971/api-3933410.md): Deletes a field configuration scheme. - Issue field configurations [Assign issue types to field configurations](https://apidog.com/apidoc/docs-site/345971/api-3933411.md): Assigns issue types to field configurations on field configuration scheme. - Issue field configurations [Remove issue types from field configuration scheme](https://apidog.com/apidoc/docs-site/345971/api-3933412.md): Removes issue types from the field configuration scheme. - Filters [Create filter](https://apidog.com/apidoc/docs-site/345971/api-3933413.md): Creates a filter. The filter is shared according to the [default share scope](#api-rest-api-3-filter-post). The filter is not selected as a favorite. - Filters [Get favorite filters](https://apidog.com/apidoc/docs-site/345971/api-3933414.md): Returns the visible favorite filters of the user. - Filters [Get my filters](https://apidog.com/apidoc/docs-site/345971/api-3933415.md): Returns the filters owned by the user. If `includeFavourites` is `true`, the user's visible favorite filters are also returned. - Filters [Search for filters](https://apidog.com/apidoc/docs-site/345971/api-3933416.md): Returns a [paginated](#pagination) list of filters. Use this operation to get: - Filters [Get filter](https://apidog.com/apidoc/docs-site/345971/api-3933417.md): Returns a filter. - Filters [Update filter](https://apidog.com/apidoc/docs-site/345971/api-3933418.md): Updates a filter. Use this operation to update a filter's name, description, JQL, or sharing. - Filters [Delete filter](https://apidog.com/apidoc/docs-site/345971/api-3933419.md): Delete a filter. - Filters [Get columns](https://apidog.com/apidoc/docs-site/345971/api-3933420.md): Returns the columns configured for a filter. The column configuration is used when the filter's results are viewed in *List View* with the *Columns* set to *Filter*. - Filters [Set columns](https://apidog.com/apidoc/docs-site/345971/api-3933421.md): Sets the columns for a filter. Only navigable fields can be set as columns. Use [Get fields](#api-rest-api-3-field-get) to get the list fields in Jira. A navigable field has `navigable` set to `true`. - Filters [Reset columns](https://apidog.com/apidoc/docs-site/345971/api-3933422.md): Reset the user's column configuration for the filter to the default. - Filters [Add filter as favorite](https://apidog.com/apidoc/docs-site/345971/api-3933423.md): Add a filter as a favorite for the user. - Filters [Remove filter as favorite](https://apidog.com/apidoc/docs-site/345971/api-3933424.md): Removes a filter as a favorite for the user. Note that this operation only removes filters visible to the user from the user's favorites list. For example, if the user favorites a public filter that is subsequently made private (and is therefore no longer visible on their favorites list) they cannot remove it from their favorites list. - Filters [Change filter owner](https://apidog.com/apidoc/docs-site/345971/api-3933425.md): Changes the owner of the filter. - Filter sharing [Get default share scope](https://apidog.com/apidoc/docs-site/345971/api-3933426.md): Returns the default sharing settings for new filters and dashboards for a user. - Filter sharing [Set default share scope](https://apidog.com/apidoc/docs-site/345971/api-3933427.md): Sets the default sharing for new filters and dashboards for a user. - Filter sharing [Get share permissions](https://apidog.com/apidoc/docs-site/345971/api-3933428.md): Returns the share permissions for a filter. A filter can be shared with groups, projects, all logged-in users, or the public. Sharing with all logged-in users or the public is known as a global share permission. - Filter sharing [Add share permission](https://apidog.com/apidoc/docs-site/345971/api-3933429.md): Add a share permissions to a filter. If you add a global share permission (one for all logged-in users or the public) it will overwrite all share permissions for the filter. - Filter sharing [Get share permission](https://apidog.com/apidoc/docs-site/345971/api-3933430.md): Returns a share permission for a filter. A filter can be shared with groups, projects, all logged-in users, or the public. Sharing with all logged-in users or the public is known as a global share permission. - Filter sharing [Delete share permission](https://apidog.com/apidoc/docs-site/345971/api-3933431.md): Deletes a share permission from a filter. - Groups [Get group](https://apidog.com/apidoc/docs-site/345971/api-3933432.md): This operation is deprecated, use [`group/member`](#api-rest-api-3-group-member-get). - Groups [Create group](https://apidog.com/apidoc/docs-site/345971/api-3933433.md): Creates a group. - Groups [Remove group](https://apidog.com/apidoc/docs-site/345971/api-3933434.md): Deletes a group. - Groups [Bulk get groups](https://apidog.com/apidoc/docs-site/345971/api-3933435.md): Returns a [paginated](#pagination) list of groups. - Groups [Get users from group](https://apidog.com/apidoc/docs-site/345971/api-3933436.md): Returns a [paginated](#pagination) list of all users in a group. - Groups [Add user to group](https://apidog.com/apidoc/docs-site/345971/api-3933437.md): Adds a user to a group. - Groups [Remove user from group](https://apidog.com/apidoc/docs-site/345971/api-3933438.md): Removes a user from a group. - Groups [Find groups](https://apidog.com/apidoc/docs-site/345971/api-3933439.md): Returns a list of groups whose names contain a query string. A list of group names can be provided to exclude groups from the results. - Group and user picker [Find users and groups](https://apidog.com/apidoc/docs-site/345971/api-3933440.md): Returns a list of users and groups matching a string. The string is used: - License metrics [Get license](https://apidog.com/apidoc/docs-site/345971/api-3933441.md): Returns licensing information about the Jira instance. - License metrics [Get approximate license count](https://apidog.com/apidoc/docs-site/345971/api-3933442.md): Returns the approximate number of user accounts across all Jira licenses. Note that this information is cached with a 7-day lifecycle and could be stale at the time of call. - License metrics [Get approximate application license count](https://apidog.com/apidoc/docs-site/345971/api-3933443.md): Returns the total approximate number of user accounts for a single Jira license. Note that this information is cached with a 7-day lifecycle and could be stale at the time of call. - Issue search [Get issue picker suggestions](https://apidog.com/apidoc/docs-site/345971/api-3933444.md): Returns lists of issues matching a query string. Use this resource to provide auto-completion suggestions when the user is looking for an issue using a word or string. - Issue search [Check issues against JQL](https://apidog.com/apidoc/docs-site/345971/api-3933445.md): Checks whether one or more issues would be returned by one or more JQL queries. - Issue search [Search for issues using JQL (GET)](https://apidog.com/apidoc/docs-site/345971/api-3933446.md): Searches for issues using [JQL](https://confluence.atlassian.com/x/egORLQ). - Issue search [Search for issues using JQL (POST)](https://apidog.com/apidoc/docs-site/345971/api-3933447.md): Searches for issues using [JQL](https://confluence.atlassian.com/x/egORLQ). - Issue properties [Bulk set issues properties by list](https://apidog.com/apidoc/docs-site/345971/api-3933448.md): Sets or updates a list of entity property values on issues. A list of up to 10 entity properties can be specified along with up to 10,000 issues on which to set or update that list of entity properties. - Issue properties [Bulk set issue properties by issue](https://apidog.com/apidoc/docs-site/345971/api-3933449.md): Sets or updates entity property values on issues. Up to 10 entity properties can be specified for each issue and up to 100 issues included in the request. - Issue properties [Bulk set issue property](https://apidog.com/apidoc/docs-site/345971/api-3933450.md): Sets a property value on multiple issues. - Issue properties [Bulk delete issue property](https://apidog.com/apidoc/docs-site/345971/api-3933451.md): Deletes a property value from multiple issues. The issues to be updated can be specified by filter criteria. - Issue properties [Get issue property keys](https://apidog.com/apidoc/docs-site/345971/api-3933452.md): Returns the URLs and keys of an issue's properties. - Issue properties [Get issue property](https://apidog.com/apidoc/docs-site/345971/api-3933453.md): Returns the key and value of an issue's property. - Issue properties [Set issue property](https://apidog.com/apidoc/docs-site/345971/api-3933454.md): Sets the value of an issue's property. Use this resource to store custom data against an issue. - Issue properties [Delete issue property](https://apidog.com/apidoc/docs-site/345971/api-3933455.md): Deletes an issue's property. - Issue watchers [Get is watching issue bulk](https://apidog.com/apidoc/docs-site/345971/api-3933456.md): Returns, for the user, details of the watched status of issues from a list. If an issue ID is invalid, the returned watched status is `false`. - Issue watchers [Get issue watchers](https://apidog.com/apidoc/docs-site/345971/api-3933457.md): Returns the watchers for an issue. - Issue watchers [Add watcher](https://apidog.com/apidoc/docs-site/345971/api-3933458.md): Adds a user as a watcher of an issue by passing the account ID of the user. For example, `"5b10ac8d82e05b22cc7d4ef5"`. If no user is specified the calling user is added. - Issue watchers [Delete watcher](https://apidog.com/apidoc/docs-site/345971/api-3933459.md): Deletes a user as a watcher of an issue. - Issue remote links [Get remote issue links](https://apidog.com/apidoc/docs-site/345971/api-3933460.md): Returns the remote issue links for an issue. When a remote issue link global ID is provided the record with that global ID is returned, otherwise all remote issue links are returned. Where a global ID includes reserved URL characters these must be escaped in the request. For example, pass `system=http://www.mycompany.com/support&id=1` as `system%3Dhttp%3A%2F%2Fwww.mycompany.com%2Fsupport%26id%3D1`. - Issue remote links [Create or update remote issue link](https://apidog.com/apidoc/docs-site/345971/api-3933461.md): Creates or updates a remote issue link for an issue. - Issue remote links [Delete remote issue link by global ID](https://apidog.com/apidoc/docs-site/345971/api-3933462.md): Deletes the remote issue link from the issue using the link's global ID. Where the global ID includes reserved URL characters these must be escaped in the request. For example, pass `system=http://www.mycompany.com/support&id=1` as `system%3Dhttp%3A%2F%2Fwww.mycompany.com%2Fsupport%26id%3D1`. - Issue remote links [Get remote issue link by ID](https://apidog.com/apidoc/docs-site/345971/api-3933463.md): Returns a remote issue link for an issue. - Issue remote links [Update remote issue link by ID](https://apidog.com/apidoc/docs-site/345971/api-3933464.md): Updates a remote issue link for an issue. - Issue remote links [Delete remote issue link by ID](https://apidog.com/apidoc/docs-site/345971/api-3933465.md): Deletes a remote issue link from an issue. - Issue votes [Get votes](https://apidog.com/apidoc/docs-site/345971/api-3933466.md): Returns details about the votes on an issue. - Issue votes [Add vote](https://apidog.com/apidoc/docs-site/345971/api-3933467.md): Adds the user's vote to an issue. This is the equivalent of the user clicking *Vote* on an issue in Jira. - Issue votes [Delete vote](https://apidog.com/apidoc/docs-site/345971/api-3933468.md): Deletes a user's vote from an issue. This is the equivalent of the user clicking *Unvote* on an issue in Jira. - Issue worklogs [Get issue worklogs](https://apidog.com/apidoc/docs-site/345971/api-3933469.md): Returns worklogs for an issue, starting from the oldest worklog or from the worklog started on or after a date and time. - Issue worklogs [Add worklog](https://apidog.com/apidoc/docs-site/345971/api-3933470.md): Adds a worklog to an issue. - Issue worklogs [Get worklog](https://apidog.com/apidoc/docs-site/345971/api-3933471.md): Returns a worklog. - Issue worklogs [Update worklog](https://apidog.com/apidoc/docs-site/345971/api-3933472.md): Updates a worklog. - Issue worklogs [Delete worklog](https://apidog.com/apidoc/docs-site/345971/api-3933473.md): Deletes a worklog from an issue. - Issue worklogs [Get IDs of deleted worklogs](https://apidog.com/apidoc/docs-site/345971/api-3933474.md): Returns a list of IDs and delete timestamps for worklogs deleted after a date and time. - Issue worklogs [Get worklogs](https://apidog.com/apidoc/docs-site/345971/api-3933475.md): Returns worklog details for a list of worklog IDs. - Issue worklogs [Get IDs of updated worklogs](https://apidog.com/apidoc/docs-site/345971/api-3933476.md): Returns a list of IDs and update timestamps for worklogs updated after a date and time. - Issue worklog properties [Get worklog property keys](https://apidog.com/apidoc/docs-site/345971/api-3933477.md): Returns the keys of all properties for a worklog. - Issue worklog properties [Get worklog property](https://apidog.com/apidoc/docs-site/345971/api-3933478.md): Returns the value of a worklog property. - Issue worklog properties [Set worklog property](https://apidog.com/apidoc/docs-site/345971/api-3933479.md): Sets the value of a worklog property. Use this operation to store custom data against the worklog. - Issue worklog properties [Delete worklog property](https://apidog.com/apidoc/docs-site/345971/api-3933480.md): Deletes a worklog property. - Issue links [Create issue link](https://apidog.com/apidoc/docs-site/345971/api-3933481.md): Creates a link between two issues. Use this operation to indicate a relationship between two issues and optionally add a comment to the from (outward) issue. To use this resource the site must have [Issue Linking](https://confluence.atlassian.com/x/yoXKM) enabled. - Issue links [Get issue link](https://apidog.com/apidoc/docs-site/345971/api-3933482.md): Returns an issue link. - Issue links [Delete issue link](https://apidog.com/apidoc/docs-site/345971/api-3933483.md): Deletes an issue link. - Issue link types [Get issue link types](https://apidog.com/apidoc/docs-site/345971/api-3933484.md): Returns a list of all issue link types. - Issue link types [Create issue link type](https://apidog.com/apidoc/docs-site/345971/api-3933485.md): Creates an issue link type. Use this operation to create descriptions of the reasons why issues are linked. The issue link type consists of a name and descriptions for a link's inward and outward relationships. - Issue link types [Get issue link type](https://apidog.com/apidoc/docs-site/345971/api-3933486.md): Returns an issue link type. - Issue link types [Update issue link type](https://apidog.com/apidoc/docs-site/345971/api-3933487.md): Updates an issue link type. - Issue link types [Delete issue link type](https://apidog.com/apidoc/docs-site/345971/api-3933488.md): Deletes an issue link type. - Issue security schemes [Get issue security schemes](https://apidog.com/apidoc/docs-site/345971/api-3933489.md): Returns all [issue security schemes](https://confluence.atlassian.com/x/J4lKLg). - Issue security schemes [Create issue security scheme](https://apidog.com/apidoc/docs-site/345971/api-3933490.md): Creates a security scheme with security scheme levels and levels' members. You can create up to 100 security scheme levels and security scheme levels' members per request. - Issue security schemes [Get issue security levels](https://apidog.com/apidoc/docs-site/345971/api-3933491.md): Returns a [paginated](#pagination) list of issue security levels. - Issue security schemes [Set default issue security levels](https://apidog.com/apidoc/docs-site/345971/api-3933492.md): Sets default issue security levels for schemes. - Issue security schemes [Get issue security level members](https://apidog.com/apidoc/docs-site/345971/api-3933493.md): Returns a [paginated](#pagination) list of issue security level members. - Issue security schemes [Get projects using issue security schemes](https://apidog.com/apidoc/docs-site/345971/api-3933494.md): Returns a [paginated](#pagination) mapping of projects that are using security schemes. You can provide either one or multiple security scheme IDs or project IDs to filter by. If you don't provide any, this will return a list of all mappings. Only issue security schemes in the context of classic projects are supported. **[Permissions](#permissions) required:** *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg). - Issue security schemes [Associate security scheme to project](https://apidog.com/apidoc/docs-site/345971/api-3933495.md): Associates an issue security scheme with a project and remaps security levels of issues to the new levels, if provided. - Issue security schemes [Search issue security schemes](https://apidog.com/apidoc/docs-site/345971/api-3933496.md): Returns a [paginated](#pagination) list of issue security schemes. - Issue security schemes [Get issue security scheme](https://apidog.com/apidoc/docs-site/345971/api-3933497.md): Returns an issue security scheme along with its security levels. - Issue security schemes [Update issue security scheme](https://apidog.com/apidoc/docs-site/345971/api-3933498.md): Updates the issue security scheme. - Issue security schemes [Delete issue security scheme](https://apidog.com/apidoc/docs-site/345971/api-3933499.md): Deletes an issue security scheme. - Issue security schemes [Add issue security levels](https://apidog.com/apidoc/docs-site/345971/api-3933500.md): Adds levels and levels' members to the issue security scheme. You can add up to 100 levels per request. - Issue security schemes [Update issue security level](https://apidog.com/apidoc/docs-site/345971/api-3933501.md): Updates the issue security level. - Issue security schemes [Remove issue security level](https://apidog.com/apidoc/docs-site/345971/api-3933502.md): Deletes an issue security level. - Issue security schemes [Add issue security level members](https://apidog.com/apidoc/docs-site/345971/api-3933503.md): Adds members to the issue security level. You can add up to 100 members per request. - Issue security schemes [Remove member from issue security level](https://apidog.com/apidoc/docs-site/345971/api-3933504.md): Removes an issue security level member from an issue security scheme. - Issue security level [Get issue security level members](https://apidog.com/apidoc/docs-site/345971/api-3933505.md): Returns issue security level members. - Issue security level [Get issue security level](https://apidog.com/apidoc/docs-site/345971/api-3933506.md): Returns details of an issue security level. - Issue types [Get all issue types for user](https://apidog.com/apidoc/docs-site/345971/api-3933507.md): Returns all issue types. - Issue types [Create issue type](https://apidog.com/apidoc/docs-site/345971/api-3933508.md): Creates an issue type and adds it to the default issue type scheme. - Issue types [Get issue types for project](https://apidog.com/apidoc/docs-site/345971/api-3933509.md): Returns issue types for a project. - Issue types [Get issue type](https://apidog.com/apidoc/docs-site/345971/api-3933510.md): Returns an issue type. - Issue types [Update issue type](https://apidog.com/apidoc/docs-site/345971/api-3933511.md): Updates the issue type. - Issue types [Delete issue type](https://apidog.com/apidoc/docs-site/345971/api-3933512.md): Deletes the issue type. If the issue type is in use, all uses are updated with the alternative issue type (`alternativeIssueTypeId`). A list of alternative issue types are obtained from the [Get alternative issue types](#api-rest-api-3-issuetype-id-alternatives-get) resource. - Issue types [Get alternative issue types](https://apidog.com/apidoc/docs-site/345971/api-3933513.md): Returns a list of issue types that can be used to replace the issue type. The alternative issue types are those assigned to the same workflow scheme, field configuration scheme, and screen scheme. - Issue types [Load issue type avatar](https://apidog.com/apidoc/docs-site/345971/api-3933514.md): Loads an avatar for the issue type. - Issue type properties [Get issue type property keys](https://apidog.com/apidoc/docs-site/345971/api-3933515.md): Returns all the [issue type property](https://developer.atlassian.com/cloud/jira/platform/storing-data-without-a-database/#a-id-jira-entity-properties-a-jira-entity-properties) keys of the issue type. - Issue type properties [Get issue type property](https://apidog.com/apidoc/docs-site/345971/api-3933516.md): Returns the key and value of the [issue type property](https://developer.atlassian.com/cloud/jira/platform/storing-data-without-a-database/#a-id-jira-entity-properties-a-jira-entity-properties). - Issue type properties [Set issue type property](https://apidog.com/apidoc/docs-site/345971/api-3933517.md): Creates or updates the value of the [issue type property](https://developer.atlassian.com/cloud/jira/platform/storing-data-without-a-database/#a-id-jira-entity-properties-a-jira-entity-properties). Use this resource to store and update data against an issue type. - Issue type properties [Delete issue type property](https://apidog.com/apidoc/docs-site/345971/api-3933518.md): Deletes the [issue type property](https://developer.atlassian.com/cloud/jira/platform/storing-data-without-a-database/#a-id-jira-entity-properties-a-jira-entity-properties). - Issue type schemes [Get all issue type schemes](https://apidog.com/apidoc/docs-site/345971/api-3933519.md): Returns a [paginated](#pagination) list of issue type schemes. - Issue type schemes [Create issue type scheme](https://apidog.com/apidoc/docs-site/345971/api-3933520.md): Creates an issue type scheme. - Issue type schemes [Get issue type scheme items](https://apidog.com/apidoc/docs-site/345971/api-3933521.md): Returns a [paginated](#pagination) list of issue type scheme items. - Issue type schemes [Get issue type schemes for projects](https://apidog.com/apidoc/docs-site/345971/api-3933522.md): Returns a [paginated](#pagination) list of issue type schemes and, for each issue type scheme, a list of the projects that use it. - Issue type schemes [Assign issue type scheme to project](https://apidog.com/apidoc/docs-site/345971/api-3933523.md): Assigns an issue type scheme to a project. - Issue type schemes [Update issue type scheme](https://apidog.com/apidoc/docs-site/345971/api-3933524.md): Updates an issue type scheme. - Issue type schemes [Delete issue type scheme](https://apidog.com/apidoc/docs-site/345971/api-3933525.md): Deletes an issue type scheme. - Issue type schemes [Add issue types to issue type scheme](https://apidog.com/apidoc/docs-site/345971/api-3933526.md): Adds issue types to an issue type scheme. - Issue type schemes [Change order of issue types](https://apidog.com/apidoc/docs-site/345971/api-3933527.md): Changes the order of issue types in an issue type scheme. - Issue type schemes [Remove issue type from issue type scheme](https://apidog.com/apidoc/docs-site/345971/api-3933528.md): Removes an issue type from an issue type scheme. - Issue type screen schemes [Get issue type screen schemes](https://apidog.com/apidoc/docs-site/345971/api-3933529.md): Returns a [paginated](#pagination) list of issue type screen schemes. - Issue type screen schemes [Create issue type screen scheme](https://apidog.com/apidoc/docs-site/345971/api-3933530.md): Creates an issue type screen scheme. - Issue type screen schemes [Get issue type screen scheme items](https://apidog.com/apidoc/docs-site/345971/api-3933531.md): Returns a [paginated](#pagination) list of issue type screen scheme items. - Issue type screen schemes [Get issue type screen schemes for projects](https://apidog.com/apidoc/docs-site/345971/api-3933532.md): Returns a [paginated](#pagination) list of issue type screen schemes and, for each issue type screen scheme, a list of the projects that use it. - Issue type screen schemes [Assign issue type screen scheme to project](https://apidog.com/apidoc/docs-site/345971/api-3933533.md): Assigns an issue type screen scheme to a project. - Issue type screen schemes [Update issue type screen scheme](https://apidog.com/apidoc/docs-site/345971/api-3933534.md): Updates an issue type screen scheme. - Issue type screen schemes [Delete issue type screen scheme](https://apidog.com/apidoc/docs-site/345971/api-3933535.md): Deletes an issue type screen scheme. - Issue type screen schemes [Append mappings to issue type screen scheme](https://apidog.com/apidoc/docs-site/345971/api-3933536.md): Appends issue type to screen scheme mappings to an issue type screen scheme. - Issue type screen schemes [Update issue type screen scheme default screen scheme](https://apidog.com/apidoc/docs-site/345971/api-3933537.md): Updates the default screen scheme of an issue type screen scheme. The default screen scheme is used for all unmapped issue types. - Issue type screen schemes [Remove mappings from issue type screen scheme](https://apidog.com/apidoc/docs-site/345971/api-3933538.md): Removes issue type to screen scheme mappings from an issue type screen scheme. - Issue type screen schemes [Get issue type screen scheme projects](https://apidog.com/apidoc/docs-site/345971/api-3933539.md): Returns a [paginated](#pagination) list of projects associated with an issue type screen scheme. - JQL [Get field reference data (GET)](https://apidog.com/apidoc/docs-site/345971/api-3933540.md): Returns reference data for JQL searches. This is a downloadable version of the documentation provided in [Advanced searching - fields reference](https://confluence.atlassian.com/x/gwORLQ) and [Advanced searching - functions reference](https://confluence.atlassian.com/x/hgORLQ), along with a list of JQL-reserved words. Use this information to assist with the programmatic creation of JQL queries or the validation of queries built in a custom query builder. - JQL [Get field reference data (POST)](https://apidog.com/apidoc/docs-site/345971/api-3933541.md): Returns reference data for JQL searches. This is a downloadable version of the documentation provided in [Advanced searching - fields reference](https://confluence.atlassian.com/x/gwORLQ) and [Advanced searching - functions reference](https://confluence.atlassian.com/x/hgORLQ), along with a list of JQL-reserved words. Use this information to assist with the programmatic creation of JQL queries or the validation of queries built in a custom query builder. - JQL [Get field auto complete suggestions](https://apidog.com/apidoc/docs-site/345971/api-3933542.md): Returns the JQL search auto complete suggestions for a field. - JQL [Parse JQL query](https://apidog.com/apidoc/docs-site/345971/api-3933543.md): Parses and validates JQL queries. - JQL [Convert user identifiers to account IDs in JQL queries](https://apidog.com/apidoc/docs-site/345971/api-3933544.md): Converts one or more JQL queries with user identifiers (username or user key) to equivalent JQL queries with account IDs. - JQL [Sanitize JQL queries](https://apidog.com/apidoc/docs-site/345971/api-3933545.md): Sanitizes one or more JQL queries by converting readable details into IDs where a user doesn't have permission to view the entity. - JQL functions (apps) [Get precomputations (apps)](https://apidog.com/apidoc/docs-site/345971/api-3933546.md): Returns the list of a function's precomputations along with information about when they were created, updated, and last used. Each precomputation has a `value` \- the JQL fragment to replace the custom function clause with. - JQL functions (apps) [Update precomputations (apps)](https://apidog.com/apidoc/docs-site/345971/api-3933547.md): Update the precomputation value of a function created by a Forge/Connect app. - Labels [Get all labels](https://apidog.com/apidoc/docs-site/345971/api-3933548.md): Returns a [paginated](#pagination) list of labels. - Permissions [Get my permissions](https://apidog.com/apidoc/docs-site/345971/api-3933549.md): Returns a list of permissions indicating which permissions the user has. Details of the user's permissions can be obtained in a global, project, issue or comment context. - Permissions [Get all permissions](https://apidog.com/apidoc/docs-site/345971/api-3933550.md): Returns all permissions, including: - Permissions [Get bulk permissions](https://apidog.com/apidoc/docs-site/345971/api-3933551.md): Returns: - Permissions [Get permitted projects](https://apidog.com/apidoc/docs-site/345971/api-3933552.md): Returns all the projects where the user is granted a list of project permissions. - Myself [Get preference](https://apidog.com/apidoc/docs-site/345971/api-3933553.md): Returns the value of a preference of the current user. - Myself [Set preference](https://apidog.com/apidoc/docs-site/345971/api-3933554.md): Creates a preference for the user or updates a preference's value by sending a plain text string. For example, `false`. An arbitrary preference can be created with the value containing up to 255 characters. In addition, the following keys define system preferences that can be set or created: - Myself [Delete preference](https://apidog.com/apidoc/docs-site/345971/api-3933555.md): Deletes a preference of the user, which restores the default value of system defined settings. - Myself [Get locale](https://apidog.com/apidoc/docs-site/345971/api-3933556.md): Returns the locale for the user. - Myself [Set locale](https://apidog.com/apidoc/docs-site/345971/api-3933557.md): Deprecated, use [ Update a user profile](https://developer.atlassian.com/cloud/admin/user-management/rest/#api-users-account-id-manage-profile-patch) from the user management REST API instead. - Myself [Delete locale](https://apidog.com/apidoc/docs-site/345971/api-3933558.md): Deprecated, use [ Update a user profile](https://developer.atlassian.com/cloud/admin/user-management/rest/#api-users-account-id-manage-profile-patch) from the user management REST API instead. - Myself [Get current user](https://apidog.com/apidoc/docs-site/345971/api-3933559.md): Returns details for the current user. - Issue notification schemes [Get notification schemes paginated](https://apidog.com/apidoc/docs-site/345971/api-3933560.md): Returns a [paginated](#pagination) list of [notification schemes](https://confluence.atlassian.com/x/8YdKLg) ordered by the display name. - Issue notification schemes [Create notification scheme](https://apidog.com/apidoc/docs-site/345971/api-3933561.md): Creates a notification scheme with notifications. You can create up to 1000 notifications per request. - Issue notification schemes [Get projects using notification schemes paginated](https://apidog.com/apidoc/docs-site/345971/api-3933562.md): Returns a [paginated](#pagination) mapping of project that have notification scheme assigned. You can provide either one or multiple notification scheme IDs or project IDs to filter by. If you don't provide any, this will return a list of all mappings. Note that only company-managed (classic) projects are supported. This is because team-managed projects don't have a concept of a default notification scheme. The mappings are ordered by projectId. - Issue notification schemes [Get notification scheme](https://apidog.com/apidoc/docs-site/345971/api-3933563.md): Returns a [notification scheme](https://confluence.atlassian.com/x/8YdKLg), including the list of events and the recipients who will receive notifications for those events. - Issue notification schemes [Update notification scheme](https://apidog.com/apidoc/docs-site/345971/api-3933564.md): Updates a notification scheme. - Issue notification schemes [Add notifications to notification scheme](https://apidog.com/apidoc/docs-site/345971/api-3933565.md): Adds notifications to a notification scheme. You can add up to 1000 notifications per request. - Issue notification schemes [Delete notification scheme](https://apidog.com/apidoc/docs-site/345971/api-3933566.md): Deletes a notification scheme. - Issue notification schemes [Remove notification from notification scheme](https://apidog.com/apidoc/docs-site/345971/api-3933567.md): Removes a notification from a notification scheme. - Permission schemes [Get all permission schemes](https://apidog.com/apidoc/docs-site/345971/api-3933568.md): Returns all permission schemes. - Permission schemes [Create permission scheme](https://apidog.com/apidoc/docs-site/345971/api-3933569.md): Creates a new permission scheme. You can create a permission scheme with or without defining a set of permission grants. - Permission schemes [Get permission scheme](https://apidog.com/apidoc/docs-site/345971/api-3933570.md): Returns a permission scheme. - Permission schemes [Update permission scheme](https://apidog.com/apidoc/docs-site/345971/api-3933571.md): Updates a permission scheme. Below are some important things to note when using this resource: - Permission schemes [Delete permission scheme](https://apidog.com/apidoc/docs-site/345971/api-3933572.md): Deletes a permission scheme. - Permission schemes [Get permission scheme grants](https://apidog.com/apidoc/docs-site/345971/api-3933573.md): Returns all permission grants for a permission scheme. - Permission schemes [Create permission grant](https://apidog.com/apidoc/docs-site/345971/api-3933574.md): Creates a permission grant in a permission scheme. - Permission schemes [Get permission scheme grant](https://apidog.com/apidoc/docs-site/345971/api-3933575.md): Returns a permission grant. - Permission schemes [Delete permission scheme grant](https://apidog.com/apidoc/docs-site/345971/api-3933576.md): Deletes a permission grant from a permission scheme. See [About permission schemes and grants](../api-group-permission-schemes/#about-permission-schemes-and-grants) for more details. - Issue priorities [Get priorities](https://apidog.com/apidoc/docs-site/345971/api-3933577.md): Returns the list of all issue priorities. - Issue priorities [Create priority](https://apidog.com/apidoc/docs-site/345971/api-3933578.md): Creates an issue priority. - Issue priorities [Set default priority](https://apidog.com/apidoc/docs-site/345971/api-3933579.md): Sets default issue priority. - Issue priorities [Move priorities](https://apidog.com/apidoc/docs-site/345971/api-3933580.md): Changes the order of issue priorities. - Issue priorities [Search priorities](https://apidog.com/apidoc/docs-site/345971/api-3933581.md): Returns a [paginated](#pagination) list of priorities. The list can contain all priorities or a subset determined by any combination of these criteria: - Issue priorities [Get priority](https://apidog.com/apidoc/docs-site/345971/api-3933582.md): Returns an issue priority. - Issue priorities [Update priority](https://apidog.com/apidoc/docs-site/345971/api-3933583.md): Updates an issue priority. - Issue priorities [Delete priority](https://apidog.com/apidoc/docs-site/345971/api-3933584.md): Deletes an issue priority. - Projects [Get all projects](https://apidog.com/apidoc/docs-site/345971/api-3933585.md): Returns all projects visible to the user. Deprecated, use [ Get projects paginated](#api-rest-api-3-project-search-get) that supports search and pagination. - Projects [Create project](https://apidog.com/apidoc/docs-site/345971/api-3933586.md): Creates a project based on a project type template, as shown in the following table: - Projects [Get recent projects](https://apidog.com/apidoc/docs-site/345971/api-3933587.md): Returns a list of up to 20 projects recently viewed by the user that are still visible to the user. - Projects [Get projects paginated](https://apidog.com/apidoc/docs-site/345971/api-3933588.md): Returns a [paginated](#pagination) list of projects visible to the user. - Projects [Get project](https://apidog.com/apidoc/docs-site/345971/api-3933589.md): Returns the [project details](https://confluence.atlassian.com/x/ahLpNw) for a project. - Projects [Update project](https://apidog.com/apidoc/docs-site/345971/api-3933590.md): Updates the [project details](https://confluence.atlassian.com/x/ahLpNw) of a project. - Projects [Delete project](https://apidog.com/apidoc/docs-site/345971/api-3933591.md): Deletes a project. - Projects [Archive project](https://apidog.com/apidoc/docs-site/345971/api-3933592.md): Archives a project. You can't delete a project if it's archived. To delete an archived project, restore the project and then delete it. To restore a project, use the Jira UI. - Projects [Delete project asynchronously](https://apidog.com/apidoc/docs-site/345971/api-3933593.md): Deletes a project asynchronously. - Projects [Restore deleted or archived project](https://apidog.com/apidoc/docs-site/345971/api-3933594.md): Restores a project that has been archived or placed in the Jira recycle bin. - Projects [Get all statuses for project](https://apidog.com/apidoc/docs-site/345971/api-3933595.md): Returns the valid statuses for a project. The statuses are grouped by issue type, as each project has a set of valid issue types and each issue type has a set of valid statuses. - Projects [Get project issue type hierarchy](https://apidog.com/apidoc/docs-site/345971/api-3933596.md): Get the issue type hierarchy for a next-gen project. - Projects [Get project notification scheme](https://apidog.com/apidoc/docs-site/345971/api-3933597.md): Gets a [notification scheme](https://confluence.atlassian.com/x/8YdKLg) associated with the project. - Project types [Get all project types](https://apidog.com/apidoc/docs-site/345971/api-3933598.md): Returns all [project types](https://confluence.atlassian.com/x/Var1Nw), whether or not the instance has a valid license for each type. - Project types [Get licensed project types](https://apidog.com/apidoc/docs-site/345971/api-3933599.md): Returns all [project types](https://confluence.atlassian.com/x/Var1Nw) with a valid license. - Project types [Get project type by key](https://apidog.com/apidoc/docs-site/345971/api-3933600.md): Returns a [project type](https://confluence.atlassian.com/x/Var1Nw). - Project types [Get accessible project type by key](https://apidog.com/apidoc/docs-site/345971/api-3933601.md): Returns a [project type](https://confluence.atlassian.com/x/Var1Nw) if it is accessible to the user. - Project avatars [Set project avatar](https://apidog.com/apidoc/docs-site/345971/api-3933602.md): Sets the avatar displayed for a project. - Project avatars [Delete project avatar](https://apidog.com/apidoc/docs-site/345971/api-3933603.md): Deletes a custom avatar from a project. Note that system avatars cannot be deleted. - Project avatars [Load project avatar](https://apidog.com/apidoc/docs-site/345971/api-3933604.md): Loads an avatar for a project. - Project avatars [Get all project avatars](https://apidog.com/apidoc/docs-site/345971/api-3933605.md): Returns all project avatars, grouped by system and custom avatars. - Project features [Get project features](https://apidog.com/apidoc/docs-site/345971/api-3933606.md): Returns the list of features for a project. - Project features [Set project feature state](https://apidog.com/apidoc/docs-site/345971/api-3933607.md): Sets the state of a project feature. - Project properties [Get project property keys](https://apidog.com/apidoc/docs-site/345971/api-3933608.md): Returns all [project property](https://developer.atlassian.com/cloud/jira/platform/storing-data-without-a-database/#a-id-jira-entity-properties-a-jira-entity-properties) keys for the project. - Project properties [Get project property](https://apidog.com/apidoc/docs-site/345971/api-3933609.md): Returns the value of a [project property](https://developer.atlassian.com/cloud/jira/platform/storing-data-without-a-database/#a-id-jira-entity-properties-a-jira-entity-properties). - Project properties [Set project property](https://apidog.com/apidoc/docs-site/345971/api-3933610.md): Sets the value of the [project property](https://developer.atlassian.com/cloud/jira/platform/storing-data-without-a-database/#a-id-jira-entity-properties-a-jira-entity-properties). You can use project properties to store custom data against the project. - Project properties [Delete project property](https://apidog.com/apidoc/docs-site/345971/api-3933611.md): Deletes the [property](https://developer.atlassian.com/cloud/jira/platform/storing-data-without-a-database/#a-id-jira-entity-properties-a-jira-entity-properties) from a project. - Project roles [Get project roles for project](https://apidog.com/apidoc/docs-site/345971/api-3933612.md): Returns a list of [project roles](https://confluence.atlassian.com/x/3odKLg) for the project returning the name and self URL for each role. - Project roles [Get project role for project](https://apidog.com/apidoc/docs-site/345971/api-3933613.md): Returns a project role's details and actors associated with the project. The list of actors is sorted by display name. - Project roles [Get project role details](https://apidog.com/apidoc/docs-site/345971/api-3933614.md): Returns all [project roles](https://confluence.atlassian.com/x/3odKLg) and the details for each role. Note that the list of project roles is common to all projects. - Project roles [Get all project roles](https://apidog.com/apidoc/docs-site/345971/api-3933615.md): Gets a list of all project roles, complete with project role details and default actors. - Project roles [Create project role](https://apidog.com/apidoc/docs-site/345971/api-3933616.md): Creates a new project role with no [default actors](#api-rest-api-3-resolution-get). You can use the [Add default actors to project role](#api-rest-api-3-role-id-actors-post) operation to add default actors to the project role after creating it. - Project roles [Get project role by ID](https://apidog.com/apidoc/docs-site/345971/api-3933617.md): Gets the project role details and the default actors associated with the role. The list of default actors is sorted by display name. - Project roles [Fully update project role](https://apidog.com/apidoc/docs-site/345971/api-3933618.md): Updates the project role's name and description. You must include both a name and a description in the request. - Project roles [Partial update project role](https://apidog.com/apidoc/docs-site/345971/api-3933619.md): Updates either the project role's name or its description. - Project roles [Delete project role](https://apidog.com/apidoc/docs-site/345971/api-3933620.md): Deletes a project role. You must specify a replacement project role if you wish to delete a project role that is in use. - Project role actors [Set actors for project role](https://apidog.com/apidoc/docs-site/345971/api-3933621.md): Sets the actors for a project role for a project, replacing all existing actors. - Project role actors [Add actors to project role](https://apidog.com/apidoc/docs-site/345971/api-3933622.md): Adds actors to a project role for the project. - Project role actors [Delete actors from project role](https://apidog.com/apidoc/docs-site/345971/api-3933623.md): Deletes actors from a project role for the project. - Project role actors [Get default actors for project role](https://apidog.com/apidoc/docs-site/345971/api-3933624.md): Returns the [default actors](#api-rest-api-3-resolution-get) for the project role. - Project role actors [Add default actors to project role](https://apidog.com/apidoc/docs-site/345971/api-3933625.md): Adds [default actors](#api-rest-api-3-resolution-get) to a role. You may add groups or users, but you cannot add groups and users in the same request. - Project role actors [Delete default actors from project role](https://apidog.com/apidoc/docs-site/345971/api-3933626.md): Deletes the [default actors](#api-rest-api-3-resolution-get) from a project role. You may delete a group or user, but you cannot delete a group and a user in the same request. - Project versions [Get project versions paginated](https://apidog.com/apidoc/docs-site/345971/api-3933627.md): Returns a [paginated](#pagination) list of all versions in a project. See the [Get project versions](#api-rest-api-3-project-projectIdOrKey-versions-get) resource if you want to get a full list of versions without pagination. - Project versions [Get project versions](https://apidog.com/apidoc/docs-site/345971/api-3933628.md): Returns all versions in a project. The response is not paginated. Use [Get project versions paginated](#api-rest-api-3-project-projectIdOrKey-version-get) if you want to get the versions in a project with pagination. - Project versions [Create version](https://apidog.com/apidoc/docs-site/345971/api-3933629.md): Creates a project version. - Project versions [Get version](https://apidog.com/apidoc/docs-site/345971/api-3933630.md): Returns a project version. - Project versions [Update version](https://apidog.com/apidoc/docs-site/345971/api-3933631.md): Updates a project version. - Project versions [Delete version](https://apidog.com/apidoc/docs-site/345971/api-3933632.md): Deletes a project version. - Project versions [Merge versions](https://apidog.com/apidoc/docs-site/345971/api-3933633.md): Merges two project versions. The merge is completed by deleting the version specified in `id` and replacing any occurrences of its ID in `fixVersion` with the version ID specified in `moveIssuesTo`. - Project versions [Move version](https://apidog.com/apidoc/docs-site/345971/api-3933634.md): Modifies the version's sequence within the project, which affects the display order of the versions in Jira. - Project versions [Get version's related issues count](https://apidog.com/apidoc/docs-site/345971/api-3933635.md): Returns the following counts for a version: - Project versions [Delete and replace version](https://apidog.com/apidoc/docs-site/345971/api-3933636.md): Deletes a project version. - Project versions [Get version's unresolved issues count](https://apidog.com/apidoc/docs-site/345971/api-3933637.md): Returns counts of the issues and unresolved issues for the project version. - Project email [Get project's sender email](https://apidog.com/apidoc/docs-site/345971/api-3933638.md): Returns the [project's sender email address](https://confluence.atlassian.com/x/dolKLg). - Project email [Set project's sender email](https://apidog.com/apidoc/docs-site/345971/api-3933639.md): Sets the [project's sender email address](https://confluence.atlassian.com/x/dolKLg). - Project permission schemes [Get project issue security scheme](https://apidog.com/apidoc/docs-site/345971/api-3933640.md): Returns the [issue security scheme](https://confluence.atlassian.com/x/J4lKLg) associated with the project. - Project permission schemes [Get assigned permission scheme](https://apidog.com/apidoc/docs-site/345971/api-3933641.md): Gets the [permission scheme](https://confluence.atlassian.com/x/yodKLg) associated with the project. - Project permission schemes [Assign permission scheme](https://apidog.com/apidoc/docs-site/345971/api-3933642.md): Assigns a permission scheme with a project. See [Managing project permissions](https://confluence.atlassian.com/x/yodKLg) for more information about permission schemes. - Project permission schemes [Get project issue security levels](https://apidog.com/apidoc/docs-site/345971/api-3933643.md): Returns all [issue security](https://confluence.atlassian.com/x/J4lKLg) levels for the project that the user has access to. - Project categories [Get all project categories](https://apidog.com/apidoc/docs-site/345971/api-3933644.md): Returns all project categories. - Project categories [Create project category](https://apidog.com/apidoc/docs-site/345971/api-3933645.md): Creates a project category. - Project categories [Get project category by ID](https://apidog.com/apidoc/docs-site/345971/api-3933646.md): Returns a project category. - Project categories [Update project category](https://apidog.com/apidoc/docs-site/345971/api-3933647.md): Updates a project category. - Project categories [Delete project category](https://apidog.com/apidoc/docs-site/345971/api-3933648.md): Deletes a project category. - Project key and name validation [Validate project key](https://apidog.com/apidoc/docs-site/345971/api-3933649.md): Validates a project key by confirming the key is a valid string and not in use. - Project key and name validation [Get valid project key](https://apidog.com/apidoc/docs-site/345971/api-3933650.md): Validates a project key and, if the key is invalid or in use, generates a valid random string for the project key. - Project key and name validation [Get valid project name](https://apidog.com/apidoc/docs-site/345971/api-3933651.md): Checks that a project name isn't in use. If the name isn't in use, the passed string is returned. If the name is in use, this operation attempts to generate a valid project name based on the one supplied, usually by adding a sequence number. If a valid project name cannot be generated, a 404 response is returned. - Issue resolutions [Get resolutions](https://apidog.com/apidoc/docs-site/345971/api-3933652.md): Returns a list of all issue resolution values. - Issue resolutions [Create resolution](https://apidog.com/apidoc/docs-site/345971/api-3933653.md): Creates an issue resolution. - Issue resolutions [Set default resolution](https://apidog.com/apidoc/docs-site/345971/api-3933654.md): Sets default issue resolution. - Issue resolutions [Move resolutions](https://apidog.com/apidoc/docs-site/345971/api-3933655.md): Changes the order of issue resolutions. - Issue resolutions [Search resolutions](https://apidog.com/apidoc/docs-site/345971/api-3933656.md): Returns a [paginated](#pagination) list of resolutions. The list can contain all resolutions or a subset determined by any combination of these criteria: - Issue resolutions [Get resolution](https://apidog.com/apidoc/docs-site/345971/api-3933657.md): Returns an issue resolution value. - Issue resolutions [Update resolution](https://apidog.com/apidoc/docs-site/345971/api-3933658.md): Updates an issue resolution. - Issue resolutions [Delete resolution](https://apidog.com/apidoc/docs-site/345971/api-3933659.md): Deletes an issue resolution. - Screen tabs [Get all screen tabs](https://apidog.com/apidoc/docs-site/345971/api-3933660.md): Returns the list of tabs for a screen. - Screen tabs [Create screen tab](https://apidog.com/apidoc/docs-site/345971/api-3933661.md): Creates a tab for a screen. - Screen tabs [Update screen tab](https://apidog.com/apidoc/docs-site/345971/api-3933662.md): Updates the name of a screen tab. - Screen tabs [Delete screen tab](https://apidog.com/apidoc/docs-site/345971/api-3933663.md): Deletes a screen tab. - Screen tabs [Move screen tab](https://apidog.com/apidoc/docs-site/345971/api-3933664.md): Moves a screen tab. - Screen tab fields [Get all screen tab fields](https://apidog.com/apidoc/docs-site/345971/api-3933665.md): Returns all fields for a screen tab. - Screen tab fields [Add screen tab field](https://apidog.com/apidoc/docs-site/345971/api-3933666.md): Adds a field to a screen tab. - Screen tab fields [Remove screen tab field](https://apidog.com/apidoc/docs-site/345971/api-3933667.md): Removes a field from a screen tab. - Screen tab fields [Move screen tab field](https://apidog.com/apidoc/docs-site/345971/api-3933668.md): Moves a screen tab field. - Screen schemes [Get screen schemes](https://apidog.com/apidoc/docs-site/345971/api-3933669.md): Returns a [paginated](#pagination) list of screen schemes. - Screen schemes [Create screen scheme](https://apidog.com/apidoc/docs-site/345971/api-3933670.md): Creates a screen scheme. - Screen schemes [Update screen scheme](https://apidog.com/apidoc/docs-site/345971/api-3933671.md): Updates a screen scheme. Only screen schemes used in classic projects can be updated. - Screen schemes [Delete screen scheme](https://apidog.com/apidoc/docs-site/345971/api-3933672.md): Deletes a screen scheme. A screen scheme cannot be deleted if it is used in an issue type screen scheme. - Server info [Get Jira instance info](https://apidog.com/apidoc/docs-site/345971/api-3933673.md): Returns information about the Jira instance. - Issue navigator settings [Get issue navigator default columns](https://apidog.com/apidoc/docs-site/345971/api-3933674.md): Returns the default issue navigator columns. - Issue navigator settings [Set issue navigator default columns](https://apidog.com/apidoc/docs-site/345971/api-3933675.md): Sets the default issue navigator columns. - Workflow statuses [Get all statuses](https://apidog.com/apidoc/docs-site/345971/api-3933676.md): Returns a list of all statuses associated with active workflows. - Workflow statuses [Get status](https://apidog.com/apidoc/docs-site/345971/api-3933677.md): Returns a status. The status must be associated with an active workflow to be returned. - Workflow status categories [Get all status categories](https://apidog.com/apidoc/docs-site/345971/api-3933678.md): Returns a list of all status categories. - Workflow status categories [Get status category](https://apidog.com/apidoc/docs-site/345971/api-3933679.md): Returns a status category. Status categories provided a mechanism for categorizing [statuses](#api-rest-api-3-status-idOrName-get). - Status [Bulk get statuses](https://apidog.com/apidoc/docs-site/345971/api-3933680.md): Returns a list of the statuses specified by one or more status IDs. - Status [Bulk update statuses](https://apidog.com/apidoc/docs-site/345971/api-3933681.md): Updates statuses by ID. - Status [Bulk create statuses](https://apidog.com/apidoc/docs-site/345971/api-3933682.md): Creates statuses for a global or project scope. - Status [Bulk delete Statuses](https://apidog.com/apidoc/docs-site/345971/api-3933683.md): Deletes statuses by ID. - Status [Search statuses paginated](https://apidog.com/apidoc/docs-site/345971/api-3933684.md): Returns a [paginated](https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro/#pagination) list of statuses that match a search on name or project. - Tasks [Get task](https://apidog.com/apidoc/docs-site/345971/api-3933685.md): Returns the status of a [long-running asynchronous task](#async). - Tasks [Cancel task](https://apidog.com/apidoc/docs-site/345971/api-3933686.md): Cancels a task. - UI modifications (apps) [Get UI modifications](https://apidog.com/apidoc/docs-site/345971/api-3933687.md): Gets UI modifications. UI modifications can only be retrieved by Forge apps. - UI modifications (apps) [Create UI modification](https://apidog.com/apidoc/docs-site/345971/api-3933688.md): Creates a UI modification. UI modification can only be created by Forge apps. - UI modifications (apps) [Update UI modification](https://apidog.com/apidoc/docs-site/345971/api-3933689.md): Updates a UI modification. UI modification can only be updated by Forge apps. - UI modifications (apps) [Delete UI modification](https://apidog.com/apidoc/docs-site/345971/api-3933690.md): Deletes a UI modification. All the contexts that belong to the UI modification are deleted too. UI modification can only be deleted by Forge apps. - Users [Get user](https://apidog.com/apidoc/docs-site/345971/api-3933691.md): Returns a user. - Users [Create user](https://apidog.com/apidoc/docs-site/345971/api-3933692.md): Creates a user. This resource is retained for legacy compatibility. As soon as a more suitable alternative is available this resource will be deprecated. - Users [Delete user](https://apidog.com/apidoc/docs-site/345971/api-3933693.md): Deletes a user. If the operation completes successfully then the user is removed from Jira's user base. This operation does not delete the user's Atlassian account. - Users [Bulk get users](https://apidog.com/apidoc/docs-site/345971/api-3933694.md): Returns a [paginated](#pagination) list of the users specified by one or more account IDs. - Users [Get account IDs for users](https://apidog.com/apidoc/docs-site/345971/api-3933695.md): Returns the account IDs for the users specified in the `key` or `username` parameters. Note that multiple `key` or `username` parameters can be specified. - Users [Get user default columns](https://apidog.com/apidoc/docs-site/345971/api-3933696.md): Returns the default [issue table columns](https://confluence.atlassian.com/x/XYdKLg) for the user. If `accountId` is not passed in the request, the calling user's details are returned. - Users [Set user default columns](https://apidog.com/apidoc/docs-site/345971/api-3933697.md): Sets the default [ issue table columns](https://confluence.atlassian.com/x/XYdKLg) for the user. If an account ID is not passed, the calling user's default columns are set. If no column details are sent, then all default columns are removed. - Users [Reset user default columns](https://apidog.com/apidoc/docs-site/345971/api-3933698.md): Resets the default [ issue table columns](https://confluence.atlassian.com/x/XYdKLg) for the user to the system default. If `accountId` is not passed, the calling user's default columns are reset. - Users [Get user email](https://apidog.com/apidoc/docs-site/345971/api-3933699.md): Returns a user's email address. This API is only available to apps approved by Atlassian, according to these [guidelines](https://community.developer.atlassian.com/t/guidelines-for-requesting-access-to-email-address/27603). - Users [Get user email bulk](https://apidog.com/apidoc/docs-site/345971/api-3933700.md): Returns a user's email address. This API is only available to apps approved by Atlassian, according to these [guidelines](https://community.developer.atlassian.com/t/guidelines-for-requesting-access-to-email-address/27603). - Users [Get user groups](https://apidog.com/apidoc/docs-site/345971/api-3933701.md): Returns the groups to which a user belongs. - Users [Get all users default](https://apidog.com/apidoc/docs-site/345971/api-3933702.md): Returns a list of all users, including active users, inactive users and previously deleted users that have an Atlassian account. - Users [Get all users](https://apidog.com/apidoc/docs-site/345971/api-3933703.md): Returns a list of all users, including active users, inactive users and previously deleted users that have an Atlassian account. - User search [Find users assignable to projects](https://apidog.com/apidoc/docs-site/345971/api-3933704.md): Returns a list of users who can be assigned issues in one or more projects. The list may be restricted to users whose attributes match a string. - User search [Find users assignable to issues](https://apidog.com/apidoc/docs-site/345971/api-3933705.md): Returns a list of users that can be assigned to an issue. Use this operation to find the list of users who can be assigned to: - User search [Find users with permissions](https://apidog.com/apidoc/docs-site/345971/api-3933706.md): Returns a list of users who fulfill these criteria: - User search [Find users for picker](https://apidog.com/apidoc/docs-site/345971/api-3933707.md): Returns a list of users whose attributes match the query term. The returned object includes the `html` field where the matched query term is highlighted with the HTML strong tag. A list of account IDs can be provided to exclude users from the results. - User search [Find users](https://apidog.com/apidoc/docs-site/345971/api-3933708.md): Returns a list of users that match the search string and property. - User search [Find users by query](https://apidog.com/apidoc/docs-site/345971/api-3933709.md): Finds users with a structured query and returns a [paginated](#pagination) list of user details. - User search [Find user keys by query](https://apidog.com/apidoc/docs-site/345971/api-3933710.md): Finds users with a structured query and returns a [paginated](#pagination) list of user keys. - User search [Find users with browse permission](https://apidog.com/apidoc/docs-site/345971/api-3933711.md): Returns a list of users who fulfill these criteria: - User properties [Get user property keys](https://apidog.com/apidoc/docs-site/345971/api-3933712.md): Returns the keys of all properties for a user. - User properties [Get user property](https://apidog.com/apidoc/docs-site/345971/api-3933713.md): Returns the value of a user's property. If no property key is provided [Get user property keys](#api-rest-api-3-user-properties-get) is called. - User properties [Set user property](https://apidog.com/apidoc/docs-site/345971/api-3933714.md): Sets the value of a user's property. Use this resource to store custom data against a user. - User properties [Delete user property](https://apidog.com/apidoc/docs-site/345971/api-3933715.md): Deletes a property from a user. - Webhooks [Get dynamic webhooks for app](https://apidog.com/apidoc/docs-site/345971/api-3933716.md): Returns a [paginated](#pagination) list of the webhooks registered by the calling app. - Webhooks [Register dynamic webhooks](https://apidog.com/apidoc/docs-site/345971/api-3933717.md): Registers webhooks. - Webhooks [Delete webhooks by ID](https://apidog.com/apidoc/docs-site/345971/api-3933718.md): Removes webhooks by ID. Only webhooks registered by the calling app are removed. If webhooks created by other apps are specified, they are ignored. - Webhooks [Get failed webhooks](https://apidog.com/apidoc/docs-site/345971/api-3933719.md): Returns webhooks that have recently failed to be delivered to the requesting app after the maximum number of retries. - Webhooks [Extend webhook life](https://apidog.com/apidoc/docs-site/345971/api-3933720.md): Extends the life of webhook. Webhooks registered through the REST API expire after 30 days. Call this operation to keep them alive. - Workflows [Get all workflows](https://apidog.com/apidoc/docs-site/345971/api-3933721.md): Returns all workflows in Jira or a workflow. Deprecated, use [Get workflows paginated](#api-rest-api-3-workflow-search-get). - Workflows [Create workflow](https://apidog.com/apidoc/docs-site/345971/api-3933722.md): Creates a workflow. You can define transition rules using the shapes detailed in the following sections. If no transitional rules are specified the default system transition rules are used. Note: This only applies to company-managed scoped workflows. Use [bulk create workflows](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflows/#api-rest-api-3-workflows-create-post) to create both team and company-managed scoped workflows. - Workflows [Get workflows paginated](https://apidog.com/apidoc/docs-site/345971/api-3933723.md): Returns a [paginated](#pagination) list of published classic workflows. When workflow names are specified, details of those workflows are returned. Otherwise, all published classic workflows are returned. - Workflows [Delete inactive workflow](https://apidog.com/apidoc/docs-site/345971/api-3933724.md): Deletes a workflow. - Workflows [Bulk get workflows](https://apidog.com/apidoc/docs-site/345971/api-3933725.md): Returns a list of workflows and related statuses by providing workflow names, workflow IDs, or project and issue types. - Workflows [Get available workflow capabilities](https://apidog.com/apidoc/docs-site/345971/api-3933726.md): Get the list of workflow capabilities for a specific workflow using either the workflow ID, or the project and issue type ID pair. The response includes the scope of the workflow, defined as global/project-based, and a list of project types that the workflow is scoped to. It also includes all rules organised into their broad categories (conditions, validators, actions, triggers, screens) as well as the source location (Atlassian-provided, Connect, Forge). - Workflows [Bulk create workflows](https://apidog.com/apidoc/docs-site/345971/api-3933727.md): Create workflows and related statuses. - Workflows [Validate create workflows](https://apidog.com/apidoc/docs-site/345971/api-3933728.md): Validate the payload for bulk create workflows. - Workflows [Bulk update workflows](https://apidog.com/apidoc/docs-site/345971/api-3933729.md): Update workflows and related statuses. - Workflows [Validate update workflows](https://apidog.com/apidoc/docs-site/345971/api-3933730.md): Validate the payload for bulk update workflows. - Workflow transition rules [Get workflow transition rule configurations](https://apidog.com/apidoc/docs-site/345971/api-3933731.md): Returns a [paginated](#pagination) list of workflows with transition rules. The workflows can be filtered to return only those containing workflow transition rules: - Workflow transition rules [Update workflow transition rule configurations](https://apidog.com/apidoc/docs-site/345971/api-3933732.md): Updates configuration of workflow transition rules. The following rule types are supported: - Workflow transition rules [Delete workflow transition rule configurations](https://apidog.com/apidoc/docs-site/345971/api-3933733.md): Deletes workflow transition rules from one or more workflows. These rule types are supported: - Workflow transition properties [Get workflow transition properties](https://apidog.com/apidoc/docs-site/345971/api-3933734.md): Returns the properties on a workflow transition. Transition properties are used to change the behavior of a transition. For more information, see [Transition properties](https://confluence.atlassian.com/x/zIhKLg#Advancedworkflowconfiguration-transitionproperties) and [Workflow properties](https://confluence.atlassian.com/x/JYlKLg). - Workflow transition properties [Update workflow transition property](https://apidog.com/apidoc/docs-site/345971/api-3933735.md): Updates a workflow transition by changing the property value. Trying to update a property that does not exist results in a new property being added to the transition. Transition properties are used to change the behavior of a transition. For more information, see [Transition properties](https://confluence.atlassian.com/x/zIhKLg#Advancedworkflowconfiguration-transitionproperties) and [Workflow properties](https://confluence.atlassian.com/x/JYlKLg). - Workflow transition properties [Create workflow transition property](https://apidog.com/apidoc/docs-site/345971/api-3933736.md): Adds a property to a workflow transition. Transition properties are used to change the behavior of a transition. For more information, see [Transition properties](https://confluence.atlassian.com/x/zIhKLg#Advancedworkflowconfiguration-transitionproperties) and [Workflow properties](https://confluence.atlassian.com/x/JYlKLg). - Workflow transition properties [Delete workflow transition property](https://apidog.com/apidoc/docs-site/345971/api-3933737.md): Deletes a property from a workflow transition. Transition properties are used to change the behavior of a transition. For more information, see [Transition properties](https://confluence.atlassian.com/x/zIhKLg#Advancedworkflowconfiguration-transitionproperties) and [Workflow properties](https://confluence.atlassian.com/x/JYlKLg). - Workflow schemes [Get all workflow schemes](https://apidog.com/apidoc/docs-site/345971/api-3933738.md): Returns a [paginated](#pagination) list of all workflow schemes, not including draft workflow schemes. - Workflow schemes [Create workflow scheme](https://apidog.com/apidoc/docs-site/345971/api-3933739.md): Creates a workflow scheme. - Workflow schemes [Get workflow scheme](https://apidog.com/apidoc/docs-site/345971/api-3933740.md): Returns a workflow scheme. - Workflow schemes [Update workflow scheme](https://apidog.com/apidoc/docs-site/345971/api-3933741.md): Updates a workflow scheme, including the name, default workflow, issue type to project mappings, and more. If the workflow scheme is active (that is, being used by at least one project), then a draft workflow scheme is created or updated instead, provided that `updateDraftIfNeeded` is set to `true`. - Workflow schemes [Delete workflow scheme](https://apidog.com/apidoc/docs-site/345971/api-3933742.md): Deletes a workflow scheme. Note that a workflow scheme cannot be deleted if it is active (that is, being used by at least one project). - Workflow schemes [Get default workflow](https://apidog.com/apidoc/docs-site/345971/api-3933743.md): Returns the default workflow for a workflow scheme. The default workflow is the workflow that is assigned any issue types that have not been mapped to any other workflow. The default workflow has *All Unassigned Issue Types* listed in its issue types for the workflow scheme in Jira. - Workflow schemes [Update default workflow](https://apidog.com/apidoc/docs-site/345971/api-3933744.md): Sets the default workflow for a workflow scheme. - Workflow schemes [Delete default workflow](https://apidog.com/apidoc/docs-site/345971/api-3933745.md): Resets the default workflow for a workflow scheme. That is, the default workflow is set to Jira's system workflow (the *jira* workflow). - Workflow schemes [Get workflow for issue type in workflow scheme](https://apidog.com/apidoc/docs-site/345971/api-3933746.md): Returns the issue type-workflow mapping for an issue type in a workflow scheme. - Workflow schemes [Set workflow for issue type in workflow scheme](https://apidog.com/apidoc/docs-site/345971/api-3933747.md): Sets the workflow for an issue type in a workflow scheme. - Workflow schemes [Delete workflow for issue type in workflow scheme](https://apidog.com/apidoc/docs-site/345971/api-3933748.md): Deletes the issue type-workflow mapping for an issue type in a workflow scheme. - Workflow schemes [Get issue types for workflows in workflow scheme](https://apidog.com/apidoc/docs-site/345971/api-3933749.md): Returns the workflow-issue type mappings for a workflow scheme. - Workflow schemes [Set issue types for workflow in workflow scheme](https://apidog.com/apidoc/docs-site/345971/api-3933750.md): Sets the issue types for a workflow in a workflow scheme. The workflow can also be set as the default workflow for the workflow scheme. Unmapped issues types are mapped to the default workflow. - Workflow schemes [Delete issue types for workflow in workflow scheme](https://apidog.com/apidoc/docs-site/345971/api-3933751.md): Deletes the workflow-issue type mapping for a workflow in a workflow scheme. - Workflow scheme project associations [Get workflow scheme project associations](https://apidog.com/apidoc/docs-site/345971/api-3933752.md): Returns a list of the workflow schemes associated with a list of projects. Each returned workflow scheme includes a list of the requested projects associated with it. Any team-managed or non-existent projects in the request are ignored and no errors are returned. - Workflow scheme project associations [Assign workflow scheme to project](https://apidog.com/apidoc/docs-site/345971/api-3933753.md): Assigns a workflow scheme to a project. This operation is performed only when there are no issues in the project. - Workflow scheme drafts [Create draft workflow scheme](https://apidog.com/apidoc/docs-site/345971/api-3933754.md): Create a draft workflow scheme from an active workflow scheme, by copying the active workflow scheme. Note that an active workflow scheme can only have one draft workflow scheme. - Workflow scheme drafts [Get draft workflow scheme](https://apidog.com/apidoc/docs-site/345971/api-3933755.md): Returns the draft workflow scheme for an active workflow scheme. Draft workflow schemes allow changes to be made to the active workflow schemes: When an active workflow scheme is updated, a draft copy is created. The draft is modified, then the changes in the draft are copied back to the active workflow scheme. See [Configuring workflow schemes](https://confluence.atlassian.com/x/tohKLg) for more information. - Workflow scheme drafts [Update draft workflow scheme](https://apidog.com/apidoc/docs-site/345971/api-3933756.md): Updates a draft workflow scheme. If a draft workflow scheme does not exist for the active workflow scheme, then a draft is created. Note that an active workflow scheme can only have one draft workflow scheme. - Workflow scheme drafts [Delete draft workflow scheme](https://apidog.com/apidoc/docs-site/345971/api-3933757.md): Deletes a draft workflow scheme. - Workflow scheme drafts [Get draft default workflow](https://apidog.com/apidoc/docs-site/345971/api-3933758.md): Returns the default workflow for a workflow scheme's draft. The default workflow is the workflow that is assigned any issue types that have not been mapped to any other workflow. The default workflow has *All Unassigned Issue Types* listed in its issue types for the workflow scheme in Jira. - Workflow scheme drafts [Update draft default workflow](https://apidog.com/apidoc/docs-site/345971/api-3933759.md): Sets the default workflow for a workflow scheme's draft. - Workflow scheme drafts [Delete draft default workflow](https://apidog.com/apidoc/docs-site/345971/api-3933760.md): Resets the default workflow for a workflow scheme's draft. That is, the default workflow is set to Jira's system workflow (the *jira* workflow). - Workflow scheme drafts [Get workflow for issue type in draft workflow scheme](https://apidog.com/apidoc/docs-site/345971/api-3933761.md): Returns the issue type-workflow mapping for an issue type in a workflow scheme's draft. - Workflow scheme drafts [Set workflow for issue type in draft workflow scheme](https://apidog.com/apidoc/docs-site/345971/api-3933762.md): Sets the workflow for an issue type in a workflow scheme's draft. - Workflow scheme drafts [Delete workflow for issue type in draft workflow scheme](https://apidog.com/apidoc/docs-site/345971/api-3933763.md): Deletes the issue type-workflow mapping for an issue type in a workflow scheme's draft. - Workflow scheme drafts [Publish draft workflow scheme](https://apidog.com/apidoc/docs-site/345971/api-3933764.md): Publishes a draft workflow scheme. - Workflow scheme drafts [Get issue types for workflows in draft workflow scheme](https://apidog.com/apidoc/docs-site/345971/api-3933765.md): Returns the workflow-issue type mappings for a workflow scheme's draft. - Workflow scheme drafts [Set issue types for workflow in workflow scheme](https://apidog.com/apidoc/docs-site/345971/api-3933766.md): Sets the issue types for a workflow in a workflow scheme's draft. The workflow can also be set as the default workflow for the draft workflow scheme. Unmapped issues types are mapped to the default workflow. - Workflow scheme drafts [Delete issue types for workflow in draft workflow scheme](https://apidog.com/apidoc/docs-site/345971/api-3933767.md): Deletes the workflow-issue type mapping for a workflow in a workflow scheme's draft. - App properties [Get app properties](https://apidog.com/apidoc/docs-site/345971/api-3933768.md): Gets all the properties of an app. - App properties [Get app property](https://apidog.com/apidoc/docs-site/345971/api-3933769.md): Returns the key and value of an app's property. - App properties [Set app property](https://apidog.com/apidoc/docs-site/345971/api-3933770.md): Sets the value of an app's property. Use this resource to store custom data for your app. - App properties [Delete app property](https://apidog.com/apidoc/docs-site/345971/api-3933771.md): Deletes an app's property. - App properties [Set app property (Forge)](https://apidog.com/apidoc/docs-site/345971/api-3933772.md): Sets the value of a Forge app's property. - App properties [Delete app property (Forge)](https://apidog.com/apidoc/docs-site/345971/api-3933773.md): Deletes a Forge app's property. - Dynamic modules [Get modules](https://apidog.com/apidoc/docs-site/345971/api-3933774.md): Returns all modules registered dynamically by the calling app. - Dynamic modules [Register modules](https://apidog.com/apidoc/docs-site/345971/api-3933775.md): Registers a list of modules. - Dynamic modules [Remove modules](https://apidog.com/apidoc/docs-site/345971/api-3933776.md): Remove all or a list of modules registered by the calling app. - App migration [Bulk update custom field value](https://apidog.com/apidoc/docs-site/345971/api-3933777.md): Updates the value of a custom field added by Connect apps on one or more issues. - App migration [Bulk update entity properties](https://apidog.com/apidoc/docs-site/345971/api-3933778.md): Updates the values of multiple entity properties for an object, up to 50 updates per request. This operation is for use by Connect apps during app migration. - App migration [Get workflow transition rule configurations](https://apidog.com/apidoc/docs-site/345971/api-3933779.md): Returns configurations for workflow transition rules migrated from server to cloud and owned by the calling Connect app.