apiPulse.app

Atlassian

Atlassian developer platform changelog updates

Atlassian API Changelog Monitoring

Atlassian ecosystem changes can affect marketplace apps, Jira and Confluence integrations, and admin workflows used across enterprise teams. This Atlassian API Changelog Monitoring page helps you review updates in a structured way before they ripple into production usage.

Better Atlassian API Changelog Monitoring helps marketplace and internal-tool teams understand changes to platform behavior, APIs, and policies before customers raise issues. It supports a cleaner release process by turning changelog review into a routine instead of a scramble.

The benefit of Atlassian API Changelog Monitoring is simple: your team gets a repeatable way to watch changes, evaluate risk, and act before small upstream updates turn into customer-facing bugs. Atlassian developer platform changelog updates

Atlassian API down?

Atlassian API down? Soon we will add direct API status monitoring alongside Atlassian API Changelog Monitoring. For now, go to the official API status page on the Atlassian website. In the future, we plan to detect downtime signals even before the public status page is updated.

Recent changes

Showing the last 10 changes from this feed.

07-17-2026

[Removed] `@atlaskit/icon-object` has been removed

The @atlaskit/icon-object package has been permanently removed from our internal code and is no longer supported, please use @atlaskit/object package instead.The Object component is an icon that represents an Atlassian-specific content type, with consistent color and styling that stays in sync with the Atlassian Design System. For cases where you need the object icon presented inside a rounded container (for example, to represent a noun in a list or card), use the accompanying Object tile component, which pairs the object icon with a tile using the correct background and sizing.What you need to do if you are using Forge Custom UI: If your app still imports from @atlaskit/icon-object, migrate to @atlaskit/object. See the Object explorer for the full set of object types, sizing, and styling options, and the Object tile explorer for displaying objects within tiles.

07-16-2026

[Added] Forge LLMs (Preview) now supports Claude Sonnet 5

Support for Claude Sonnet 5 model is now available in Forge LLMs. For the exhaustive list of supported models, refer to our documentation here

07-15-2026

[Announcement] Commerce Pricing APIs blocked

Commerce Pricing APIs are currently unavailable.Access to the Commerce Pricing APIs (both update and fetch operations) has been temporarily blocked while we carry out maintenance and validation work. Please do not use these APIs until further notice. Any requests made during this period will fail and return an API block message. We'll update this page and publish a changelog entry once the APIs are available again. Thank you for your patience. https://developer.atlassian.com/platform/marketplace/marketplace-app-pricing-api/ 

07-14-2026

[Early Access] Point-to-Point Logs Export (EAP)

Point-to-Point logs export is now available in Early Access (EAP). This feature allows Atlassian to push Forge app logs directly to your preferred logging tool across all environments, including production.During this EAP, we support the following tools:DatadogSumo LogicAmazon CloudWatch (US region only)SplunkWhat you need to doSign up for the EAP here.Review the setup guide to understand how to share your tool details with us in the EAP form.

07-14-2026

[Announcement] Bitbucket 9.4.22 and 10.2.5 releases available now

Bitbucket Data Center and Server 9.4.22 and 10.2.5 bug fix releases are available now!To see the issues resolved in these bug fix releases, go to:Bitbucket Data Center and Server 9.4 release notesBitbucket Data Center and Server 10.2 release notesGet the latest LTS bug fix release

07-14-2026

[Announcement] IconTile - `shape` prop and circular tile support removed in `@atlaskit/icon`

The deprecated shape prop and UNSAFE_circleReplacementComponent prop have been removed from IconTile in @atlaskit/icon. Circular icon tiles are no longer supported. This follows the deprecation notice issued 6+ months ago.What’s removedshape prop - shape="circle" and shape="square" are no longer accepted. Square is the only shape and is now the default with no prop needed.UNSAFE_circleReplacementComponent prop - the escape hatch introduced during the deprecation period has been removed.Related resourcesIconTile documentation on atlassian.designPrevious announcement: CHANGE-3273 - Icon Tile design language improvements

07-13-2026

[Removed] Removal of the Workflow transition properties APIs

As per the notice of the deprecation of the workflow transition properties APIs on March 30, 2025, the Workflow transition properties API set has been removed from our public API. This API is no longer supported.If you were using the Workflow transition properties APIs, you must transition to the Bulk get workflows and the Bulk update workflows APIs to manage transition properties on workflows.

07-13-2026

[Added] Forge custom field search aliases now support app-provided search suggestions

What's changingForge apps can now provide custom search suggestions for searchAlias properties of Forge object custom fields.If your app already uses searchSuggestions, you can enable it for a specific alias by setting searchSuggestionsEnabled: true on the object schema property that defines that searchAlias. When users write JQL against that alias, Jira will show app-provided suggestions instead of default indexed values. What you need to doIf your Forge object custom field already uses searchSuggestions and you want those suggestions to apply to a searchAlias:Update your app's manifest to set searchSuggestionsEnabled: true on the schema property that defines the alias.Ensure your searchSuggestions function is configured to handle requests for the alias.No action is needed if your app doesn’t use search aliases, or if you want aliases to keep using Jira’s default autocomplete.For more information, consult the  https://developer.atlassian.com/platform/forge/manifest-reference/modules/jira-custom-field  reference documentation.

07-10-2026

[Added] Increased Limits for Concurrent Tasks

Callers can now have up to 10 unfinished tasks queued up, increasing the limit from the existing 5.

07-09-2026

[Announcement] Jackson 3 upgrade in Data Center

We are upgrading Jackson from version 2 to 3 in Jira 12, Confluence 11, Bitbucket 11, Bamboo 13 and Crowd 8.The goal of this work is to keep DC products secure and compliant with our dependency policy while allowing upgrades during each major product version's supported period.Areas affected by this upgrade:The product system bundle provides Jackson 3 but not Jackson 2Plugins using the system bundle's Jackson must migrate to Jackson 3. See the official Jackson 3 migration guide.We shared the detailed migration steps in atlassian-rest UPGRADE_9_1_0.md.If you have any comments, feel free to leave your feedback on the developer community announcement.