<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>rss.livelink.threads-in-node</title>
    <link>https://community.atlassian.com/forums/</link>
    <description>Atlassian Community</description>
    <pubDate>Sun, 13 Sep 2026 22:47:06 GMT</pubDate>
    <dc:creator>Community</dc:creator>
    <dc:date>2026-09-13T22:47:06Z</dc:date>
    <item>
      <title>An auditor asks who could access a Jira project last March. Can you answer?</title>
      <link>https://community.atlassian.com/forums/App-Central-articles/An-auditor-asks-who-could-access-a-Jira-project-last-March-Can/ba-p/3283295</link>
      <description>&lt;P&gt;An auditor asks something that sounds simple: show me everyone who could access the Payments project on March 3rd. If that date is more than about six months back, &lt;STRONG&gt;Jira only shows access as it is right now&lt;/STRONG&gt;, never as it was. The audit log retains roughly 180 days, then the event is gone.&lt;/P&gt;
&lt;P&gt;Raising that cap is a long-standing open request: &lt;A href="https://jira.atlassian.com/browse/JRACLOUD-68267" rel="nofollow noopener" target="_blank"&gt;JRACLOUD-68267&lt;/A&gt; has been gathering votes for years, &lt;STRONG&gt;about 226 and counting&lt;/STRONG&gt;. And access is rarely direct: a user sits in a group, the group holds a project role, the role grants access, so answering who could reach a project on a given day means replaying change events and expanding every group as it was then.&lt;/P&gt;
&lt;P&gt;You can build the evidence yourself: on a schedule, enumerate projects, read each role's actors, expand groups to effective users, store each day's matrix keyed by date, and diff each run against the last. It works, but you now operate a scheduled pipeline with rate-limit handling, per-project failure isolation, retention, and pruning, forever, and a missed week is an unanswerable week.&lt;/P&gt;
&lt;P&gt;Disclosure: I work for Katabarwa Labs, and we build a small app for exactly this gap, so treat it as one option among whatever you evaluate.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Access Snapshot &amp;amp; Drift&lt;/STRONG&gt; takes that daily snapshot for you: every project's roles, group grants, and effective users (groups fully expanded), stored under its date and retained by default around 400 days, well past the native cap. Pick any retained date and read its access matrix back verbatim, review each run's drift (users and groups added or removed per role) as a delta instead of a re-audit, and export any date to audit-ready CSV. It runs on a Forge scheduled trigger inside your own tenant, so nothing leaves your instance, and the snapshot and reporting path is read-only.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="access-snapshot-drift-h1.png" style="width: 999px;"&gt;&lt;img src="https://community.atlassian.com/forums/image/serverpage/image-id/441561i9C117FC8B75088B8/image-dimensions/999x489?v=v2" width="999" height="489" role="button" title="access-snapshot-drift-h1.png" alt="access-snapshot-drift-h1.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Listing, if it helps: &lt;A href="https://marketplace.atlassian.com/apps/3543425839/access-snapshot-drift" rel="nofollow noopener" target="_blank"&gt;Access Snapshot &amp;amp; Drift&lt;/A&gt;. If the snapshot or export shape is not quite what your audit needs, tell us and we will build it.&lt;/P&gt;</description>
      <pubDate>Sat, 12 Sep 2026 10:00:00 GMT</pubDate>
      <guid>https://community.atlassian.com/forums/App-Central-articles/An-auditor-asks-who-could-access-a-Jira-project-last-March-Can/ba-p/3283295</guid>
      <dc:creator>Abaho Katabarwa _Katabarwa Labs_</dc:creator>
      <dc:date>2026-09-12T10:00:00Z</dc:date>
    </item>
    <item>
      <title>Screens say whether, layouts say where — so which one is hiding my field?</title>
      <link>https://community.atlassian.com/forums/Jira-Cloud-Admins-articles/Screens-say-whether-layouts-say-where-so-which-one-is-hiding-my/ba-p/3287450</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;The most common question I get from project admins is some variant of "I added the field, why can't I see it?" And the honest answer is that there are at least five places it could be dying, in a specific order, and you have to check all of them.&lt;/P&gt;&lt;P&gt;Field context (is the field even scoped to this project and work type) → field configuration (is it hidden) → the screen (is it on the right one for create/edit/view) → the screen scheme and work type screen scheme (is that screen actually associated here) → and now the layout (is it placed in a section, and which one).&lt;/P&gt;&lt;P&gt;Five layers, two different admin roles, and no single page that tells you the answer. The old "Where is my field?" helper answers part of it, but nobody I train remembers it exists.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;So why do layouts exist at all?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I think the reasonable answer is that screens were designed for a form. A screen is a membership list plus an order, rendered top to bottom, and that model worked perfectly when creating, editing and viewing were three separate pages that each looked like a form.&lt;/P&gt;&lt;P&gt;The current work item view isn't a form. It's a page with regions — description, a details panel, context, more fields. Screens simply can't express "put this in the sidebar," because position wasn't a concept they were built to carry. Layouts were the answer to that: the docs are explicit that the fields available to you in the layout come from the global screen configuration for viewing the work type. &lt;STRONG&gt;Screens decide whether a field exists here; layouts decide where it lands.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;That's a defensible split. The problem is everything around it.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What it costs in practice:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Ownership is split down the middle.&lt;/STRONG&gt; Jira admins own screens and tabs; project admins own layout. So the person who can move a field often can't add it, and the person who can add it isn't the one being asked.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;The blast radius is genuinely unclear.&lt;/STRONG&gt; The documentation says layout settings are for individual projects, but there are multiple threads here from admins who changed a layout and got warned it would affect other projects sharing the same screen scheme — and it did. I've seen both behaviours and I still can't state the rule confidently, which is not a great place to be when you're advising a client.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;The layers leak into each other.&lt;/STRONG&gt; Add a field in the layout editor and Jira quietly adds it to the underlying screen for you. Remove a field from the edit screen and it can still sit there in the view configuration, visibly present and mysteriously uneditable.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Hiding in a layout is cosmetic.&lt;/STRONG&gt; It's not a permission and not a data control. The field is still there via API, automation and bulk edit. I've had to explain that one in a compliance conversation.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;What I'd like to hear from this group:&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Have you settled on a policy — configure everything through screens and treat layout as cosmetic, or lean on layout and let it manage the screen for you?&lt;/LI&gt;&lt;LI&gt;For those running many projects that must look identical: how are you keeping layouts in sync? Copy layout gets you the first version and then drift starts on day two.&lt;/LI&gt;&lt;LI&gt;Has anyone actually nailed down the shared-screen-scheme behaviour? A definitive answer with a test case would be worth a lot to this forum.&lt;/LI&gt;&lt;LI&gt;And the bigger one: if the view is no longer a form, is there still a reason for screens and layouts to be two separate models — or is this a merge waiting to happen?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;--Hugo&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2026 16:24:39 GMT</pubDate>
      <guid>https://community.atlassian.com/forums/Jira-Cloud-Admins-articles/Screens-say-whether-layouts-say-where-so-which-one-is-hiding-my/ba-p/3287450</guid>
      <dc:creator>Hugo Mora</dc:creator>
      <dc:date>2026-09-11T16:24:39Z</dc:date>
    </item>
    <item>
      <title>Bring External Systems into Jira with Action Hub</title>
      <link>https://community.atlassian.com/forums/App-Central-discussions/Bring-External-Systems-into-Jira-with-Action-Hub/m-p/3287433#M7117</link>
      <description>&lt;H2&gt;&lt;STRONG&gt;What if Jira could do more than display the information already stored in it?&lt;/STRONG&gt;&lt;/H2&gt;&lt;P&gt;&lt;SPAN&gt;Most teams rely on multiple systems to run their day-to-day operations. Identity providers, endpoint management platforms, CRMs, and workspace tools all contain information that Jira and Jira Service Management teams need to act on.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The problem is usually the same: &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;the data is there, but it is somewhere else.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;That's where &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;Action Hub for External Systems&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt; comes in.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Action Hub connects Jira and JSM to external systems and brings their data and actions directly into the work item experience. Instead of copying external information into Jira or switching between applications, teams can search external records, display relevant attributes, run approved actions, and use the results in Jira Automation.&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Picture1.png" style="width: 610px;"&gt;&lt;img src="https://community.atlassian.com/forums/image/serverpage/image-id/442298i88CAA779D9089510/image-size/large?v=v2&amp;amp;px=999" role="button" title="Picture1.png" alt="Picture1.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;H2&gt;&lt;SPAN&gt;Connect. Contextualize. Act.&lt;/SPAN&gt;&lt;/H2&gt;&lt;P&gt;&lt;SPAN&gt;Action Hub is built around a simple idea: external systems should become part of the Jira workflow rather than another place agents have to visit.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Connections provide authenticated access to external systems, while reusable field templates define how that data is presented and searched in Jira.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This means an administrator can create a field that searches a connected system, presents the relevant information to the user, and exposes only the actions that have been approved for that workflow.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For example, a Jira Service Management request could include an &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;Entra Users&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt; field. An agent can search for an employee directly in the request, select the relevant identity, view the configured user information, and access available Entra actions without leaving Jira.&lt;/SPAN&gt;&lt;/P&gt;&lt;H2&gt;&lt;SPAN&gt;Govern the actions, not just the connection&lt;/SPAN&gt;&lt;/H2&gt;&lt;P&gt;&lt;SPAN&gt;Connecting an external system is only the beginning.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;External platforms can expose a wide range of operations, and not every action should be available to every Jira workflow.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Action Hub provides layered control over external actions, allowing administrators to govern availability across the action catalogue, connection configuration, and individual field templates.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This creates a model where:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;Available actions → Connection permissions → Workflow-specific actions&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Read-only operations can be exposed for investigation and lookup, while higher-impact write actions can be restricted to the connections and workflows where they are actually required.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The result is an integration that is not simply connected, but &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;controlled&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;H2&gt;&lt;SPAN&gt;Turn external data into automation&lt;/SPAN&gt;&lt;/H2&gt;&lt;P&gt;&lt;SPAN&gt;One of the most useful parts of Action Hub is what happens after an external action runs.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The result can be passed directly into Jira Automation.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Take a simple identity workflow:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;Employee selected in Jira → Get user's manager → Manager returned from Entra ID → Jira Automation uses the result&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The external response can provide structured data that automation can then use for assignments, conditions, field updates, notifications, or other workflow logic.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For example, the manager's email returned by Microsoft Entra ID can become the input for Jira's &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;Assign work item&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt; action.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This turns an external lookup into an automated Jira workflow rather than simply displaying information to an agent.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Picture2.png" style="width: 610px;"&gt;&lt;img src="https://community.atlassian.com/forums/image/serverpage/image-id/442299i3947A9BC361747C2/image-size/large?v=v2&amp;amp;px=999" role="button" title="Picture2.png" alt="Picture2.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;H2&gt;&lt;SPAN&gt;And it doesn't have to stop at one system&lt;/SPAN&gt;&lt;/H2&gt;&lt;P&gt;&lt;SPAN&gt;Action Hub also supports cross-connection workflows, allowing a field to use one external system as its primary source while exposing approved actions from another connected system.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Think:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Entra ID + Intune for identity and device workflows&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Entra ID + Google Workspace for employee administration&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Identity providers + business systems for access workflows&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;External user or device records + Jira Automation for operational processes&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;The goal is not to recreate every external system inside Jira.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The goal is to bring the &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;right context and the right actions&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt; into the place where the work is already happening.&lt;/SPAN&gt;&lt;/P&gt;&lt;H2&gt;&lt;SPAN&gt;Built for Jira and JSM teams&lt;/SPAN&gt;&lt;/H2&gt;&lt;P&gt;&lt;SPAN&gt;Action Hub gives administrators the building blocks to create reusable integrations without turning every project into a separate integration.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;With connections, field templates, governed actions, cross-connection capabilities, and Jira Automation support, teams can build workflows around live external data while maintaining control over what is exposed and how it is used.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The Microsoft Entra manager lookup is just one example.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The same pattern can be applied to onboarding, access requests, endpoint support, identity management, workspace administration, and other workflows where Jira needs to interact with systems outside Atlassian.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;Connect your external systems. Bring their data into Jira. Turn the results into action.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For the full configuration and implementation details, see the Action Hub documentation:&lt;EM&gt;&amp;nbsp;&lt;A href="https://piosoftware.atlassian.net/wiki/spaces/WS/pages/1239220226/Action+Hub+for+External+Systems" rel="noopener" target="_blank"&gt;https://piosoftware.atlassian.net/wiki/spaces/WS/pages/1239220226/Action+Hub+for+External+Systems&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Ready to connect your external systems to Jira?&lt;/STRONG&gt; Install &lt;STRONG&gt;Action Hub for External Systems&lt;/STRONG&gt; from the &lt;A href="https://marketplace.atlassian.com/apps/2956978800/action-hub-for-external-systems-entra-id-intune-okta?hosting=cloud&amp;amp;tab=overview" rel="noopener" target="_blank"&gt;&lt;SPAN&gt;Atlassian Marketplace&lt;/SPAN&gt; &lt;/A&gt;and start bringing external data and actions directly into your Jira workflows.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2026 15:29:05 GMT</pubDate>
      <guid>https://community.atlassian.com/forums/App-Central-discussions/Bring-External-Systems-into-Jira-with-Action-Hub/m-p/3287433#M7117</guid>
      <dc:creator>Eva</dc:creator>
      <dc:date>2026-09-11T15:29:05Z</dc:date>
    </item>
    <item>
      <title>JSM Automation - Multiple Request Participants from comma-separated emails using an Advanced Branch</title>
      <link>https://community.atlassian.com/forums/Jira-Service-Management/JSM-Automation-Multiple-Request-Participants-from-comma/qaq-p/3287432</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I am investigating an issue in &lt;STRONG&gt;Jira Service Management Cloud&lt;/STRONG&gt; related to populating the &lt;STRONG&gt;Request participants&lt;/STRONG&gt; field from a text field containing multiple email addresses separated by commas.&lt;/P&gt;&lt;P&gt;I was able to reproduce the behavior in a test environment and isolate the issue.&lt;/P&gt;&lt;P&gt;The automation flow is:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;A text field receives multiple email addresses separated by commas.&lt;/LI&gt;&lt;LI&gt;An Advanced Branch iterates over the values using a smart value similar to:{{issue.FIELD_NAME.replace(" ","").split(",")}}&lt;/LI&gt;&lt;LI&gt;For each email, the automation calls:&lt;BR /&gt;GET /rest/api/3/user/search?query={{emailParticipante.urlEncode}}&lt;/LI&gt;&lt;LI&gt;The request returns HTTP 200 and a valid accountId.&lt;/LI&gt;&lt;LI&gt;The automation then calls:&lt;BR /&gt;POST /rest/servicedeskapi/request/{{issue.key}}/participant&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Request body:&lt;/P&gt;&lt;P&gt;{ "accountIds": [ "{{webResponse.body.first.accountId}}" ] }&lt;/P&gt;&lt;P&gt;The issue is that when multiple emails are processed, only one participant remains in &lt;STRONG&gt;Request participants&lt;/STRONG&gt;, even though both GET requests return valid users and both POST requests return HTTP 200.&lt;/P&gt;&lt;P&gt;I also tested storing the accountId in a variable inside the branch:&lt;/P&gt;&lt;P&gt;accountIdParticipante = {{webResponse.body.first.accountId}}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then I used:&lt;/P&gt;&lt;P&gt;{ "accountIds": [ "{{accountIdParticipante}}" ] }&lt;/P&gt;&lt;P&gt;In this case, each branch preserved the correct accountId, but the final result still contained only one participant.&lt;/P&gt;&lt;P&gt;As a comparison, I tested a single POST request with multiple fixed accountIds:&lt;/P&gt;&lt;P&gt;{ "accountIds": [ "accountId1", "accountId2" ] }&lt;/P&gt;&lt;P&gt;This worked correctly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;HTTP 200 was returned, the response showed size=2, and both participants were successfully added to Request participants.&lt;/P&gt;&lt;P&gt;Because of this, my current hypothesis is that the issue is related to &lt;STRONG&gt;parallel execution of Advanced Branch iterations&lt;/STRONG&gt;, where multiple updates to the same request may interfere with each other.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also tested using an auxiliary text field to accumulate the accountIds before performing a single POST request, but the updates inside the branch were still inconsistent.&lt;/P&gt;&lt;P&gt;Has anyone successfully implemented a similar scenario?&lt;/P&gt;&lt;P&gt;I am mainly looking for guidance on:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;How to reliably resolve multiple email addresses into accountIds and then perform &lt;STRONG&gt;one single POST&lt;/STRONG&gt;.&lt;/LI&gt;&lt;LI&gt;Whether an Advanced Branch can be processed sequentially.&lt;/LI&gt;&lt;LI&gt;Whether there is a recommended way to collect values from multiple branch iterations.&lt;/LI&gt;&lt;LI&gt;Whether using two chained automation rules would be a better approach.&lt;/LI&gt;&lt;LI&gt;Whether there is any known limitation involving webResponse, variables, or updates performed inside parallel branches.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Any examples or guidance would be greatly appreciated.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2026 14:50:29 GMT</pubDate>
      <guid>https://community.atlassian.com/forums/Jira-Service-Management/JSM-Automation-Multiple-Request-Participants-from-comma/qaq-p/3287432</guid>
      <dc:creator>Lucas Cardoso Soares</dc:creator>
      <dc:date>2026-09-11T14:50:29Z</dc:date>
    </item>
    <item>
      <title>Jira Automation “Send customised email” fails for all recipients</title>
      <link>https://community.atlassian.com/forums/Jira-Service-Management/Jira-Automation-Send-customised-email-fails-for-all-recipients/qaq-p/3287396</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We are configuring Jira Service Management Cloud on the Free plan.&lt;/P&gt;&lt;P&gt;Standard Jira/JSM email notifications are working correctly and outgoing email is enabled. However, the Automation action &lt;STRONG&gt;“Send customised email”&lt;/STRONG&gt; consistently fails.&lt;/P&gt;&lt;P&gt;We reproduced the issue with a minimal test rule:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Actor: Automation for Jira&lt;/LI&gt;&lt;LI&gt;Trigger: Manual trigger from work item&lt;/LI&gt;&lt;LI&gt;Action: Send customised email&lt;/LI&gt;&lt;LI&gt;Recipient: manually entered external Gmail address&lt;/LI&gt;&lt;LI&gt;Subject: static text&lt;/LI&gt;&lt;LI&gt;Body: plain static text&lt;/LI&gt;&lt;LI&gt;No smart values or other conditions&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;The audit log returns:&lt;/P&gt;&lt;P&gt;“We couldn't send emails to any recipients. This may be for data privacy or recipient email account configuration reasons.”&lt;/P&gt;&lt;P&gt;The same issue occurs when using &lt;STRONG&gt;Assignee&lt;/STRONG&gt; or &lt;STRONG&gt;Reporter&lt;/STRONG&gt; as the recipient, as well as when using regular email addresses from the company domain. Changing the rule actor from &lt;STRONG&gt;Automation for Jira&lt;/STRONG&gt; to a licensed user makes no difference. Other automation actions seem to work correctly, so far.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;What else should we check to make the customised email go out?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Looking forward to seeing your suggestions.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thank you very much in advance for your help.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2026 13:24:29 GMT</pubDate>
      <guid>https://community.atlassian.com/forums/Jira-Service-Management/Jira-Automation-Send-customised-email-fails-for-all-recipients/qaq-p/3287396</guid>
      <dc:creator>Jan Stożek</dc:creator>
      <dc:date>2026-09-11T13:24:29Z</dc:date>
    </item>
    <item>
      <title>[Giveaway] File Field for Jira - custom attachment fields for Jira Cloud</title>
      <link>https://community.atlassian.com/forums/App-Central-questions/Giveaway-File-Field-for-Jira-custom-attachment-fields-for-Jira/qaq-p/3287391</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;we built a Jira Cloud app file field for jira that adds configurable file/document custom fields , with options such as file limits, file type restrictions, and preview.&lt;/P&gt;&lt;P&gt;The app is already available on the Atlassian Marketplace. I've recently made several improvements based on early user feedback, and I'm looking for a few Jira users/admins to try the current version and share honest feedback.&lt;/P&gt;&lt;P&gt;If you'd like to try it with your &lt;STRONG&gt;company's Jira Cloud environment&lt;/STRONG&gt;, I'm happy to provide a &lt;STRONG&gt;free access voucher&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;No obligation to purchase or leave a review - I'm mainly looking for genuine feedback from people who actually use Jira.&lt;/P&gt;&lt;P&gt;If you're interested, &lt;STRONG&gt;DM me and I'll send you the Marketplace link and free voucher&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Thanks : )&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2026 13:14:32 GMT</pubDate>
      <guid>https://community.atlassian.com/forums/App-Central-questions/Giveaway-File-Field-for-Jira-custom-attachment-fields-for-Jira/qaq-p/3287391</guid>
      <dc:creator>Contextra Labs</dc:creator>
      <dc:date>2026-09-11T13:14:32Z</dc:date>
    </item>
    <item>
      <title>Hi I am unbale to create API token</title>
      <link>https://community.atlassian.com/forums/Jira-questions/Hi-I-am-unbale-to-create-API-token/qaq-p/3287390</link>
      <description>&lt;P&gt;here i am getting error while creating token&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Token issue.png" style="width: 999px;"&gt;&lt;img src="https://community.atlassian.com/forums/image/serverpage/image-id/442296i6872A7C16C0BADF2/image-size/large?v=v2&amp;amp;px=999" role="button" title="Token issue.png" alt="Token issue.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2026 13:14:04 GMT</pubDate>
      <guid>https://community.atlassian.com/forums/Jira-questions/Hi-I-am-unbale-to-create-API-token/qaq-p/3287390</guid>
      <dc:creator>Dnyaneshwar Jogdand_ Vodafone</dc:creator>
      <dc:date>2026-09-11T13:14:04Z</dc:date>
    </item>
    <item>
      <title>We just forged an upgrade for PlantUML Diagrams for Confluence</title>
      <link>https://community.atlassian.com/forums/App-Central-articles/We-just-forged-an-upgrade-for-PlantUML-Diagrams-for-Confluence/ba-p/3287386</link>
      <description>&lt;P&gt;Greetings fellow diagrammers,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We're happy to announce the latest release of &lt;A href="https://marketplace.atlassian.com/apps/1215115/plantuml-diagrams-for-confluence?tab=overview&amp;amp;hosting=cloud" rel="noopener" target="_blank"&gt;PlantUML Diagrams for Confluence&amp;nbsp;&lt;/A&gt;for Confluence cloud.&lt;/P&gt;&lt;P&gt;The aim of this release was to move the app to the Atlassian Forge platform as well as the full redesign of the UI. Furthermore, this release paves the way for the integration with AI agents.&amp;nbsp;&lt;/P&gt;&lt;H4&gt;What's new&lt;/H4&gt;&lt;P&gt;Diagram editor design. And a splash screen.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 294px;"&gt;&lt;img src="https://community.atlassian.com/forums/image/serverpage/image-id/442288i694184D9F87E442B/image-dimensions/294x318?v=v2" width="294" height="318" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://community.atlassian.com/forums/image/serverpage/image-id/442289iA9CBA01116DA6DE2/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://community.atlassian.com/forums/image/serverpage/image-id/442291iD15DEE39E28FBBF9/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The look and feel of the diagram editor is already familiar to all Confluence users.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Click the diagram name to reveal the rename feature.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://community.atlassian.com/forums/image/serverpage/image-id/442295iBC5234F34923F305/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Navigate your GitHub and GitLab repositories with ease.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://community.atlassian.com/forums/image/serverpage/image-id/442292i0E77CD9D54935E73/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;New editor also features enhanced support for dark theme, for all you night time diagrammers.&lt;/P&gt;&lt;H4&gt;Egress visibility&lt;/H4&gt;&lt;P&gt;From this point on, the app will be using a new backend registered in the app's manifest. This means increased visibility where your diagram text is sent to rendering.&lt;/P&gt;&lt;P&gt;Same &lt;A href="https://stratus-addons.atlassian.net/wiki/spaces/PRIVACY/pages/2232483845/Privacy+Policy" rel="noopener" target="_blank"&gt;privacy&lt;/A&gt; policies apply as before. Zero data retention.&amp;nbsp;&lt;/P&gt;&lt;P&gt;We should note that this egress is a consequence of the nature of the PlantUML library. And that is changing quickly. We're closely watching the progress of the client side implementation of the library. Once it's mature and ready for production, egress will be a thing of the past.&lt;/P&gt;&lt;H4&gt;Editions&lt;/H4&gt;&lt;P&gt;Standard edition gives the basic diagramming experience, which will include AI diagramming.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Advanced edition enables integrations with repositories such as GitHub, GitLab and Bitbucket(soon).&lt;/P&gt;&lt;H4&gt;Compatibility&lt;/H4&gt;&lt;P&gt;The app retains backward compatibility. Diagrams made with the previous version of the app will work without any additional work needed.&lt;/P&gt;&lt;H4&gt;What breaks&lt;/H4&gt;&lt;P&gt;Technically, this is a new app running on a new infrastructure. This means, connections previously made with repositories like GitHub or GitLab will break. Simply navigate to the admin page and reconnect using provided instructions. This was imposed by the Forge architecture and it only takes a few minutes to reconnect.&amp;nbsp;&lt;/P&gt;&lt;H4&gt;What's coming soon&lt;/H4&gt;&lt;P&gt;Diagramming support for AI agents for Standard edition. Are you using Claude Code, Codex or Rovo? We'll get you covered.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bitbucket support for Advanced edition. Similar to what's already implemented for GitHub and GitLab, user will be able to source their diagrams from Bitbucket repositories as well as reference them using &lt;A href="https://stratus-addons.atlassian.net/wiki/spaces/PDFC/pages/2656731144/Importing+files+into+diagrams" rel="noopener" target="_blank"&gt;!include directive&lt;/A&gt;.&lt;/P&gt;&lt;H4&gt;Ending note&lt;/H4&gt;&lt;P&gt;While much has been done to improve the UX, we're constantly working to continue to improve it. If you feel like there's something we're missing in terms of features, drop us a &lt;A href="https://stratus-addons.atlassian.net/servicedesk/customer/portal/2" rel="noopener" target="_blank"&gt;feature request&lt;/A&gt; and well get on it.&lt;/P&gt;&lt;P&gt;Happy diagramming,&lt;/P&gt;&lt;P&gt;Stratus Add-ons team.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2026 14:22:51 GMT</pubDate>
      <guid>https://community.atlassian.com/forums/App-Central-articles/We-just-forged-an-upgrade-for-PlantUML-Diagrams-for-Confluence/ba-p/3287386</guid>
      <dc:creator>Boris Jockov</dc:creator>
      <dc:date>2026-09-11T14:22:51Z</dc:date>
    </item>
    <item>
      <title>The new issue transition screen toggle - choosing your experience (new vs old)</title>
      <link>https://community.atlassian.com/forums/Jira-articles/The-new-issue-transition-screen-toggle-choosing-your-experience/ba-p/3287368</link>
      <description>&lt;TABLE data-pm-slice="2 2 -3 [&amp;quot;table&amp;quot;,{&amp;quot;displayMode&amp;quot;:null,&amp;quot;isNumberColumnEnabled&amp;quot;:false,&amp;quot;layout&amp;quot;:&amp;quot;default&amp;quot;,&amp;quot;localId&amp;quot;:&amp;quot;0aece61c-1cb3-4de4-9e8b-42b3193a5c64&amp;quot;,&amp;quot;width&amp;quot;:1800,&amp;quot;__autoSize&amp;quot;:false},&amp;quot;tableRow&amp;quot;,{&amp;quot;localId&amp;quot;:&amp;quot;e017cc21-8cce-4629-b6bf-bab81673b71c&amp;quot;}]"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD data-prosemirror-node-block="true" data-prosemirror-node-name="tableCell" data-prosemirror-content-type="node" data-local-id="e3a8b08582a7" data-colwidth="759"&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="c9e5ef90f73b"&gt;Hi everyone,&lt;/P&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="2704fd7f95d1"&gt;Thank you for your patience while we worked through your feedback on the new transition experience within Jira. We've heard your concerns, and we want to share a new toggle that allows you to switch experiences.&lt;/P&gt;
&lt;H4 data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="30375e2b5842"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;You can choose your screen&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="30375e2b5842"&gt;We have now rolled out this experience. From now on you'll be able to switch between the new modernised transition screen and the old classic screen. If you'd prefer the classic screen for now, it's available to you again!&amp;nbsp;&lt;/P&gt;
&lt;H4 data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="cbc984928645"&gt;&lt;STRONG&gt;There's no deadline here and nothing you have to do.&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="cbc984928645"&gt;The toggle stays available in both directions.&lt;/P&gt;
&lt;UL&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="cbc984928645"&gt;Switching to the new experience sticks, so if you're happy there you don't need to do anything again.&lt;/LI&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="cbc984928645"&gt;Switching to the old classic screen lasts 8 weeks, and then you'll move back to the new experience automatically.&lt;/LI&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="cbc984928645"&gt;If you'd rather stay on classic, just switch again for another 8 weeks. You can do that as often as you need, so you're never locked out and nothing gets removed from under you.&lt;/LI&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="293eedfe84bc"&gt;If you're on the old classic screen, we'll occasionally offer a one-click switch to the new experience. It's easy to dismiss, and the toggle is always there if you'd rather do it in your own time.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4 data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="7ba512052829"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;One place for updates&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="7ba512052829"&gt;From now on, this thread is the home for updates on the transition screen as we work through ongoing bugs or feature requests. Follow us here to keep up with updates.&lt;/P&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="95b20f4bcc27"&gt;On this new thread we plan to release a feature roadmap that shows when we plan to address the issues you've raised. You can see what we're prioritising and where each item sits.&lt;/P&gt;
&lt;H4 data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="95b20f4bcc27"&gt;&lt;STRONG&gt;Tracking Feedback&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="f35da8a76973"&gt;Thanks again for sticking with us and sharing your feedback. It's shaping what we build next. Drop any questions in the thread and we'll pick them up there or use the feedback button located in the new experience.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thank you!&lt;/P&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="f35da8a76973"&gt;Christine Kong&lt;/P&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="f35da8a76973"&gt;Associate Product Manger, Jira Work Items&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
      <pubDate>Fri, 11 Sep 2026 12:40:29 GMT</pubDate>
      <guid>https://community.atlassian.com/forums/Jira-articles/The-new-issue-transition-screen-toggle-choosing-your-experience/ba-p/3287368</guid>
      <dc:creator>Christine Kong</dc:creator>
      <dc:date>2026-09-11T12:40:29Z</dc:date>
    </item>
    <item>
      <title>Something went wrong on our end</title>
      <link>https://community.atlassian.com/forums/Jira-questions/Something-went-wrong-on-our-end/qaq-p/3287366</link>
      <description>&lt;DIV&gt;&lt;H2&gt;Something went wrong on our end&lt;/H2&gt;&lt;P&gt;If this keeps happening, share this information with your admin, who should&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://support.atlassian.com/contact" rel="noopener" target="_blank"&gt;contact support&lt;/A&gt;.&lt;/P&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;CODE&gt;Hash 6IWB89 Trace f28e28d3316246caa6f3b3402bf5c3ea&lt;/CODE&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 11 Sep 2026 12:31:46 GMT</pubDate>
      <guid>https://community.atlassian.com/forums/Jira-questions/Something-went-wrong-on-our-end/qaq-p/3287366</guid>
      <dc:creator>Kamalakkannan Kalichetty</dc:creator>
      <dc:date>2026-09-11T12:31:46Z</dc:date>
    </item>
    <item>
      <title>Feel Good Friday - Moving Day!</title>
      <link>https://community.atlassian.com/forums/Watercooler-discussions/Feel-Good-Friday-Moving-Day/m-p/3287359#M24987</link>
      <description>&lt;P&gt;Happy Feel Good Friday, Atlassian Community!&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Feel Good Friday.png" style="width: 851px;"&gt;&lt;img src="https://community.atlassian.com/forums/image/serverpage/image-id/442293iA900D7939203929D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Feel Good Friday.png" alt="Feel Good Friday.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The forums are about to go into read-only mode for a bit as they migrate to a new home. Learn more here:&amp;nbsp;&lt;A href="https://community.atlassian.com/forums/Community-Announcements-articles/Beep-beep-The-forums-platform-is-moving/ba-p/3283286#M7414" target="_blank"&gt;https://community.atlassian.com/forums/Community-Announcements-articles/Beep-beep-The-forums-platform-is-moving/ba-p/3283286#M7414&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2026 12:17:36 GMT</pubDate>
      <guid>https://community.atlassian.com/forums/Watercooler-discussions/Feel-Good-Friday-Moving-Day/m-p/3287359#M24987</guid>
      <dc:creator>Amanda Barber</dc:creator>
      <dc:date>2026-09-11T12:17:36Z</dc:date>
    </item>
    <item>
      <title>Setting up customers in your Jira project to work alongside them</title>
      <link>https://community.atlassian.com/forums/Jira-questions/Setting-up-customers-in-your-Jira-project-to-work-alongside-them/qaq-p/3287353</link>
      <description>&lt;P&gt;Hello All&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm currently working with a client where they have agreed to do some testing for us off the back of development work, however what would be the best way to set up the guest user within our project where they only get to see the tickets assigned to them.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;The issue I have is that you have to invite the guest to a whole project (we're working off a company managed project) and we have all our tickets in one project. So giving them access to this one project will allow them to see all tickets being worked on, including other customers. Which if what we don't want to do.&lt;BR /&gt;&lt;BR /&gt;Has anyone been able to find a work around with this, without having to build out a customer service board (as we already have a main one)?&lt;BR /&gt;&lt;BR /&gt;Thank you&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2026 12:14:05 GMT</pubDate>
      <guid>https://community.atlassian.com/forums/Jira-questions/Setting-up-customers-in-your-Jira-project-to-work-alongside-them/qaq-p/3287353</guid>
      <dc:creator>Priscilla Hancock</dc:creator>
      <dc:date>2026-09-11T12:14:05Z</dc:date>
    </item>
    <item>
      <title>Потерен доступ к проекту jira</title>
      <link>https://community.atlassian.com/forums/Jira-questions/%D0%9F%D0%BE%D1%82%D0%B5%D1%80%D0%B5%D0%BD-%D0%B4%D0%BE%D1%81%D1%82%D1%83%D0%BF-%D0%BA-%D0%BF%D1%80%D0%BE%D0%B5%D0%BA%D1%82%D1%83-jira/qaq-p/3287346</link>
      <description>&lt;P&gt;В 2023 году на базе обучения был создан проект. Сегодня вошел с систему и проекта нет. пишет что системная ошибка и данные не найдены. что делать в данной ситуации? кто сталкивался с данной проблемой и как вернуть доступ? или же его безвозвратно удалили?&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2026 12:00:50 GMT</pubDate>
      <guid>https://community.atlassian.com/forums/Jira-questions/%D0%9F%D0%BE%D1%82%D0%B5%D1%80%D0%B5%D0%BD-%D0%B4%D0%BE%D1%81%D1%82%D1%83%D0%BF-%D0%BA-%D0%BF%D1%80%D0%BE%D0%B5%D0%BA%D1%82%D1%83-jira/qaq-p/3287346</guid>
      <dc:creator>Дмитрий Пяркиев</dc:creator>
      <dc:date>2026-09-11T12:00:50Z</dc:date>
    </item>
    <item>
      <title>Has anyone experienced Loom recaps containing content from a completely unrelated meeting?</title>
      <link>https://community.atlassian.com/forums/Loom-questions/Has-anyone-experienced-Loom-recaps-containing-content-from-a/qaq-p/3287319</link>
      <description>&lt;P data-end="242" data-start="58"&gt;We had a case where the &lt;STRONG data-end="241" data-start="82"&gt;meeting transcript is correct, but the Loom AI recap contains completely unrelated topics, names, and action items that were never discussed in the meeting&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P data-end="343" data-start="244"&gt;Even more concerning: the names and content in the recap are &lt;STRONG data-end="342" data-start="305"&gt;not related to our company at all&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P data-end="499" data-start="345"&gt;This raises a serious question about where this content came from, and whether content from our meetings could potentially appear in someone else’s recap.&lt;/P&gt;
&lt;P data-end="602" data-start="501"&gt;I already have a high-priority Atlassian support ticket open, but have not received any feedback yet.&lt;/P&gt;
&lt;P data-is-only-node="" data-is-last-node="" data-end="671" data-start="604"&gt;Has anyone experienced something similar with Loom AI for Meetings?&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2026 11:05:32 GMT</pubDate>
      <guid>https://community.atlassian.com/forums/Loom-questions/Has-anyone-experienced-Loom-recaps-containing-content-from-a/qaq-p/3287319</guid>
      <dc:creator>Mike Maurer</dc:creator>
      <dc:date>2026-09-11T11:05:32Z</dc:date>
    </item>
    <item>
      <title>Trello Paid Plans – Automation and AI Capabilities</title>
      <link>https://community.atlassian.com/forums/Trello-questions/Trello-Paid-Plans-Automation-and-AI-Capabilities/qaq-p/3287300</link>
      <description>&lt;P&gt;Hello Trello Support Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am currently evaluating Trello for managing our maintenance operations and would like to understand which paid plan would best fit our needs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Our objective is to implement a more advanced workflow for managing both corrective and preventive maintenance tasks, including:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Managing a preventive maintenance schedule based on equipment, maintenance frequency and due dates.&lt;/LI&gt;&lt;LI&gt;Automatically creating preventive maintenance cards according to the planned frequency and equipment schedule.&lt;/LI&gt;&lt;LI&gt;Automatically managing and updating preventive tasks based on their status and deadlines.&lt;/LI&gt;&lt;LI&gt;Managing corrective maintenance requests coming from clubs, technicians, management and maintenance audits.&lt;/LI&gt;&lt;LI&gt;Automatically moving cards between lists according to their status.&lt;/LI&gt;&lt;LI&gt;Taking into account technician workload, active tasks, priorities, clubs/sites and intervention deadlines.&lt;/LI&gt;&lt;LI&gt;Preparing a D-1 intervention plan and automatically prioritizing or assigning tasks to technicians for the following day.&lt;/LI&gt;&lt;LI&gt;Using AI or intelligent agents to assist with task prioritization, assignment and workflow management.&lt;/LI&gt;&lt;LI&gt;Integrating Trello with external planning tools such as Excel, Google Sheets, Power Automate or Outlook.&lt;/LI&gt;&lt;LI&gt;Using API, webhooks or other capabilities to develop a more intelligent and customized maintenance workflow.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please advise us on:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Which paid Trello plan (Standard, Premium or Enterprise) would be the most appropriate for these requirements?&lt;/LI&gt;&lt;LI&gt;What advanced automation and AI capabilities are available with each plan?&lt;/LI&gt;&lt;LI&gt;Whether Trello currently offers AI agents or intelligent automation capable of considering technician workload, priorities, existing active cards and preventive maintenance deadlines when assigning or moving tasks.&lt;/LI&gt;&lt;LI&gt;Whether preventive maintenance schedules can be automated based on equipment and maintenance frequency.&lt;/LI&gt;&lt;LI&gt;Whether Power Automate, API or webhooks can be used to build this type of workflow.&lt;/LI&gt;&lt;LI&gt;If there are additional costs, limitations or integrations required for these advanced features.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are considering migrating to a paid Trello plan and would appreciate your recommendation based on these requirements.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Saber Kliti&lt;/P&gt;&lt;P&gt;Maintenance Manager&lt;/P&gt;&lt;P&gt;Tél&amp;nbsp;: +216 28&amp;nbsp;794 562&lt;/P&gt;&lt;P&gt;E-mail&amp;nbsp;: &lt;A href="mailto:maintenance@california-gym.com" target="_blank"&gt;maintenance@california-gym.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2026 10:00:22 GMT</pubDate>
      <guid>https://community.atlassian.com/forums/Trello-questions/Trello-Paid-Plans-Automation-and-AI-Capabilities/qaq-p/3287300</guid>
      <dc:creator>saber kliti</dc:creator>
      <dc:date>2026-09-11T10:00:22Z</dc:date>
    </item>
    <item>
      <title>Someone asks for your entire JSM Assets CMDB in a file. Where is the export button?</title>
      <link>https://community.atlassian.com/forums/App-Central-articles/Someone-asks-for-your-entire-JSM-Assets-CMDB-in-a-file-Where-is/ba-p/3283836</link>
      <description>&lt;P&gt;A migration lead wants the current state, an auditor wants evidence, or you want a backup before a big change. You go looking for the export-this-schema button in Jira Service Management Assets and &lt;STRONG&gt;there is no one-click export of a whole object schema&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;It is one of the longest-standing asks on the JSM tracker: &lt;A href="https://jira.atlassian.com/browse/JSDCLOUD-9967" rel="nofollow noopener" target="_blank"&gt;JSDCLOUD-9967 ("Ability to export Assets data from Object Schema")&lt;/A&gt; has &lt;STRONG&gt;over 580 votes&lt;/STRONG&gt; and is still open. You can build the export yourself, but it is a real script you then own: find the workspace id, AQL-page every object, resolve each attribute id to its name and flatten to display values, honor Assets rate limits (429s and Retry-After), and escape CSV against formula injection.&lt;/P&gt;
&lt;P&gt;Disclosure: I work for Katabarwa Labs, and we build an app for exactly this, so treat it as one option among whatever you evaluate.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Assets Export Manager&lt;/STRONG&gt; does that whole flow as a single action. You pick an Assets object schema, choose CSV (one row per object, audit-ready) or JSON (full-fidelity and re-import-friendly), and it AQL-pages every object, flattens each object's attributes to display values, and streams the finished file to your browser. Each export carries a manifest: schema, object count, per-object-type breakdown, timestamp, and a truncation flag, so you know exactly what you got. It runs entirely on Atlassian Forge inside your own tenant, so nothing leaves your instance, and it reads only the schemas you grant it on each schema's Roles tab.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="aem-h1.png" style="width: 999px;"&gt;&lt;img src="https://community.atlassian.com/forums/image/serverpage/image-id/441645iD14EA0FA3553CA3A/image-dimensions/999x489?v=v2" width="999" height="489" role="button" title="aem-h1.png" alt="aem-h1.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Listing, if it helps: &lt;A href="https://marketplace.atlassian.com/apps/3829199441/assets-export-manager-for-jira-service-management" rel="nofollow noopener" target="_blank"&gt;Assets Export Manager for Jira Service Management&lt;/A&gt;. If your export workflow needs a shape this does not cover, tell us and we will build it.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2026 10:00:00 GMT</pubDate>
      <guid>https://community.atlassian.com/forums/App-Central-articles/Someone-asks-for-your-entire-JSM-Assets-CMDB-in-a-file-Where-is/ba-p/3283836</guid>
      <dc:creator>Abaho Katabarwa _Katabarwa Labs_</dc:creator>
      <dc:date>2026-09-11T10:00:00Z</dc:date>
    </item>
    <item>
      <title>Slack Assist app errored but no alerts to admins</title>
      <link>https://community.atlassian.com/forums/Jira-Service-Management/Slack-Assist-app-errored-but-no-alerts-to-admins/qaq-p/3287287</link>
      <description>&lt;P&gt;We experience an issue following the latest Atlassian chat updates, that changed the permissions structure.&lt;BR /&gt;&lt;BR /&gt;We had limited who could raise the default request type and it worked for ages with Assist.&lt;/P&gt;&lt;P&gt;We have Assist installed on our Slack support channel&lt;/P&gt;&lt;P&gt;But post the change it broke. Unfortunately, in our support channel everything looked to be working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, the users (who pay no attention to the Assist app!) got this in the private DM from the Assist app&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="error.png" style="width: 806px;"&gt;&lt;img src="https://community.atlassian.com/forums/image/serverpage/image-id/442283iB1081A053F9AE806/image-size/large?v=v2&amp;amp;px=999" role="button" title="error.png" alt="error.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Strangely enough it says it alerted the agents, but I can find no evidence of that (I am also one of the agents)&lt;/P&gt;&lt;P&gt;Is anyone aware of away to monitor and alert on this?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2026 09:17:52 GMT</pubDate>
      <guid>https://community.atlassian.com/forums/Jira-Service-Management/Slack-Assist-app-errored-but-no-alerts-to-admins/qaq-p/3287287</guid>
      <dc:creator>Myles Boyd</dc:creator>
      <dc:date>2026-09-11T09:17:52Z</dc:date>
    </item>
    <item>
      <title>Unable to change text style in a Live Doc</title>
      <link>https://community.atlassian.com/forums/Confluence-questions/Unable-to-change-text-style-in-a-Live-Doc/qaq-p/3287263</link>
      <description>&lt;P&gt;Whenever I click to change the style of a block of text (i.e. Heading 1 to Heading 2), no options show up when I click it. The 'T' icon turns blue so it's recognizing that I'm clicking on it for more options, but the dropdown menu with the style options does not appear.&lt;/P&gt;&lt;P&gt;I was able to do this previously, so I'm not sure why I'm having issues now. It's the case for all my Live Docs, not a specific one. I've tried logging in and out, but still no luck.&lt;/P&gt;&lt;P&gt;Any advice?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Edit: Never mind -- it's working now for some reason. I didn't do anything; it's just suddenly fine. Unsure how this happened but I'm happy about it, ha&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2026 08:59:35 GMT</pubDate>
      <guid>https://community.atlassian.com/forums/Confluence-questions/Unable-to-change-text-style-in-a-Live-Doc/qaq-p/3287263</guid>
      <dc:creator>Melanie York</dc:creator>
      <dc:date>2026-09-11T08:59:35Z</dc:date>
    </item>
    <item>
      <title>Git push hang/freeze in Windows - with solution</title>
      <link>https://community.atlassian.com/forums/Sourcetree-questions/Git-push-hang-freeze-in-Windows-with-solution/qaq-p/3287261</link>
      <description>&lt;P&gt;For the last few days I've been seeing a problem on my Windows 10 PC where "git push origin main" (pushing to a BitBucket-hosted repo) in Git-Bash would hang:&lt;/P&gt;&lt;PRE&gt;$ git push&lt;BR /&gt;Enumerating objects: 134, done.&lt;BR /&gt;Counting objects: 100% (116/116), done.&lt;BR /&gt;Delta compression using up to 8 threads&lt;BR /&gt;Compressing objects: 100% (48/48), done.&lt;BR /&gt;Writing objects: 100% (101/101), 111.82 KiB | 27.95 MiB/s, done.&lt;BR /&gt;Total 101 (delta 65), reused 82 (delta 52), pack-reused 0&lt;/PRE&gt;&lt;P&gt;Adding verbosity options "GIT_TRACE=1 GIT_CURL_VERBOSE=1 git push" showed more:&lt;/P&gt;&lt;PRE&gt;...&lt;BR /&gt;Enumerating objects: 134, done.&lt;BR /&gt;Counting objects: 100% (116/116), done.&lt;BR /&gt;Delta compression using up to 8 threads&lt;BR /&gt;Compressing objects: 100% (48/48), done.&lt;BR /&gt;Writing objects: 100% (101/101), 111.82 KiB | 37.27 MiB/s, done.&lt;BR /&gt;Total 101 (delta 65), reused 82 (delta 52), pack-reused 0&lt;BR /&gt;14:59:37.459035 http.c:843 == Info: Found bundle for host: 0x20854357e30 [can multiplex]&lt;BR /&gt;14:59:37.459035 http.c:843 == Info: Re-using existing connection #0 with host bitbucket.org&lt;BR /&gt;14:59:37.459035 http.c:843 == Info: Server auth using Basic with user 'mike_h3'&lt;BR /&gt;14:59:37.459035 http.c:843 == Info: h2 [:method: POST]&lt;BR /&gt;14:59:37.459035 http.c:843 == Info: h2 [:scheme: https]&lt;BR /&gt;14:59:37.459035 http.c:843 == Info: h2 [:authority: bitbucket.org]&lt;BR /&gt;14:59:37.459035 http.c:843 == Info: h2 [:path: /h3-structuraltech/pc_test_app.git/git-receive-pack]&lt;BR /&gt;14:59:37.459035 http.c:843 == Info: h2 [authorization: Basic &amp;lt;redacted&amp;gt;]&lt;BR /&gt;14:59:37.459035 http.c:843 == Info: h2 [user-agent: git/2.41.0.windows.3]&lt;BR /&gt;14:59:37.459035 http.c:843 == Info: h2 [accept-encoding: deflate, gzip, br, zstd]&lt;BR /&gt;14:59:37.459035 http.c:843 == Info: h2 [content-type: application/x-git-receive-pack-request]&lt;BR /&gt;14:59:37.459035 http.c:843 == Info: h2 [accept: application/x-git-receive-pack-result]&lt;BR /&gt;14:59:37.459035 http.c:843 == Info: h2 [content-length: 114684]&lt;BR /&gt;14:59:37.459035 http.c:843 == Info: Using Stream ID: 7 (easy handle 0x20854366320)&lt;BR /&gt;14:59:37.459035 http.c:790 =&amp;gt; Send header, 0000000532 bytes (0x00000214)&lt;BR /&gt;14:59:37.459035 http.c:802 =&amp;gt; Send header: POST /h3-structuraltech/pc_test_app.git/git-receive-pack HTTP/2&lt;BR /&gt;14:59:37.459035 http.c:802 =&amp;gt; Send header: Host: bitbucket.org&lt;BR /&gt;14:59:37.459035 http.c:802 =&amp;gt; Send header: Authorization: Basic &amp;lt;redacted&amp;gt;&lt;BR /&gt;14:59:37.459035 http.c:802 =&amp;gt; Send header: User-Agent: git/2.41.0.windows.3&lt;BR /&gt;14:59:37.459035 http.c:802 =&amp;gt; Send header: Accept-Encoding: deflate, gzip, br, zstd&lt;BR /&gt;14:59:37.459035 http.c:802 =&amp;gt; Send header: Content-Type: application/x-git-receive-pack-request&lt;BR /&gt;14:59:37.459035 http.c:802 =&amp;gt; Send header: Accept: application/x-git-receive-pack-result&lt;BR /&gt;14:59:37.459035 http.c:802 =&amp;gt; Send header: Content-Length: 114684&lt;BR /&gt;14:59:37.459035 http.c:802 =&amp;gt; Send header:&lt;BR /&gt;14:59:37.519034 http.c:843 == Info: We are completely uploaded and fine&lt;/PRE&gt;&lt;P&gt;I tried a "git bundle create", then cloning from that Git-bundle, adding the same remote repo to the new cloned repo and pushing, but saw exactly the same behaviour.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TLDR is... files that were initially included in a commit, but later excluded via the .gitignore file were still present, and deleting them fixed the issue.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Shortly before the problem showed itself, I'd added an entire new Visual Studio project to my repo: "git add MyNewProj/", which had of course added not just the project file and source-code files, but build-artefact files in folders MyNewProj/bin and&amp;nbsp;MyNewProj/obj.&amp;nbsp; I'd then edited my .gitignore file to make Git ignore these two sub-folders, but hadn't deleted them (or "git rm"'d them) from the filesystem.&amp;nbsp; I have TortoiseGit installed, and both of these folders were still being shown by Windows Explorer with TortoiseGit's green overlay-icon.&amp;nbsp; I'm pretty sure these two subfolders + contents had also been included by the "git bundle create" and were then present when I "git clone"'d a new copy of the repo from that bundle.&amp;nbsp; I Shift-Deleted&amp;nbsp;MyNewProj/bin and&amp;nbsp;MyNewProj/obj in Windows Explorer, then went back to Git-Bash and did "git push" - and it worked as normal.&lt;/P&gt;&lt;P&gt;Versions: git version 2.41.0.windows.3,&amp;nbsp;TortoiseGit 2.14.0.0 (Hotfix 2.14.0.1).&lt;/P&gt;&lt;P&gt;I'm not sure whether this is a problem inherent in Git, or specific to BitBucket.&amp;nbsp; I'll try to find time to reproduce the issue in a "demo" repo that doesn't contain customer code, but don't wait up for that.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2026 08:27:20 GMT</pubDate>
      <guid>https://community.atlassian.com/forums/Sourcetree-questions/Git-push-hang-freeze-in-Windows-with-solution/qaq-p/3287261</guid>
      <dc:creator>Michael Haben</dc:creator>
      <dc:date>2026-09-11T08:27:20Z</dc:date>
    </item>
    <item>
      <title>Feature Focus 2026 Vol. 11 (September)</title>
      <link>https://community.atlassian.com/forums/Customer-Success/Feature-Focus-2026-Vol-11-September/ba-p/3287260</link>
      <description>&lt;P data-pm-slice="1 1 [&amp;quot;layoutSection&amp;quot;,{&amp;quot;columnRuleStyle&amp;quot;:null,&amp;quot;localId&amp;quot;:&amp;quot;86247ce3-05ec-4e54-8717-d3c4ff0c2af3&amp;quot;},&amp;quot;layoutColumn&amp;quot;,{&amp;quot;width&amp;quot;:100,&amp;quot;localId&amp;quot;:&amp;quot;3801755c-e104-4dc4-87bd-068cef8173ef&amp;quot;,&amp;quot;valign&amp;quot;:null}]" data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="5616d0afe6e6"&gt;*&lt;EM data-prosemirror-mark-name="em" data-prosemirror-content-type="mark"&gt;&lt;U data-prosemirror-mark-name="underline" data-prosemirror-content-type="mark"&gt;Special Note&lt;/U&gt;: Due to the &lt;/EM&gt;&lt;A href="https://community.atlassian.com/forums/Community-Announcements-articles/Beep-beep-The-forums-platform-is-moving/ba-p/3283286" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;EM data-prosemirror-mark-name="em" data-prosemirror-content-type="mark"&gt;move of the Atlassian Community forums to a new platform&lt;/EM&gt;&lt;/A&gt;&lt;EM data-prosemirror-mark-name="em" data-prosemirror-content-type="mark"&gt; currently planned for September 22, the forums will be in read-only mode for at least 10 days starting today. The Feature Focus will recommence once content publishing resumes on the new platform.&lt;/EM&gt;&lt;/P&gt;
&lt;HR /&gt;
&lt;TABLE border="1" width="100%" border-collapse="collapse"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="50%"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AISDLC.png" style="width: 385px;"&gt;&lt;img src="https://community.atlassian.com/forums/image/serverpage/image-id/442269i111B7CD38D38019B/image-size/large?v=v2&amp;amp;px=999" role="button" title="AISDLC.png" alt="AISDLC.png" /&gt;&lt;/span&gt;&lt;/TD&gt;
&lt;TD width="50%"&gt;&lt;A href="https://webinars.atlassian.com/series/state-of-ai-sdlc-mcb-general/landing_page" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;State of AI SDLC&lt;/STRONG&gt;&lt;/A&gt;&lt;SPAN&gt; is a single-day digital summit for technical leaders responsible for planning, building, and running software in the AI era. Hear directly from Atlassian CEO and Co-Founder Mike Cannon-Brookes, &lt;/SPAN&gt;&lt;A href="https://youtu.be/-EFSjuTR0d0" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;Atlassian Chief Product &amp;amp; AI Officer Tamar Yehoshua&lt;/A&gt;&lt;SPAN&gt;, and industry leaders at DX, Lovable, and more as they reveal how AI is transforming the modern software development lifecycle. Related to this, &lt;/SPAN&gt;&lt;A href="https://www.atlassian.com/blog/jira/governed-agent-loops" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;we’re bringing governed agent loops to the AI-Native SDLC&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%"&gt;
&lt;P data-pm-slice="1 1 [&amp;quot;layoutSection&amp;quot;,{&amp;quot;columnRuleStyle&amp;quot;:null,&amp;quot;localId&amp;quot;:&amp;quot;86247ce3-05ec-4e54-8717-d3c4ff0c2af3&amp;quot;},&amp;quot;layoutColumn&amp;quot;,{&amp;quot;width&amp;quot;:100,&amp;quot;localId&amp;quot;:&amp;quot;3801755c-e104-4dc4-87bd-068cef8173ef&amp;quot;,&amp;quot;valign&amp;quot;:null}]" data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="3a8324d7c617"&gt;&lt;A href="https://www.forbes.com/sites/atlassian/2026/09/02/why-ai-roi-still-stumps-leaders/" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;Why AI ROI Still Stumps Leaders And How Context Closes The Gap&lt;/STRONG&gt;&lt;/A&gt;: &lt;EM data-prosemirror-mark-name="em" data-prosemirror-content-type="mark"&gt;Forbes&lt;/EM&gt; spoke with Avani Prabhakar, Chief People Officer at Atlassian, to understand why capturing AI ROI remains a challenge and how organizational change can drive lasting, measurable impact.&lt;/P&gt;
&amp;nbsp;&lt;/TD&gt;
&lt;TD width="50%"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2026-09-11 at 01.17.05.png" style="width: 999px;"&gt;&lt;img src="https://community.atlassian.com/forums/image/serverpage/image-id/442271i42853F1CC9109E30/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2026-09-11 at 01.17.05.png" alt="Screenshot 2026-09-11 at 01.17.05.png" /&gt;&lt;/span&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;HR /&gt;
&lt;H2 data-pm-slice="1 1 [&amp;quot;layoutSection&amp;quot;,{&amp;quot;columnRuleStyle&amp;quot;:null,&amp;quot;localId&amp;quot;:&amp;quot;86247ce3-05ec-4e54-8717-d3c4ff0c2af3&amp;quot;},&amp;quot;layoutColumn&amp;quot;,{&amp;quot;width&amp;quot;:100,&amp;quot;localId&amp;quot;:&amp;quot;3801755c-e104-4dc4-87bd-068cef8173ef&amp;quot;,&amp;quot;valign&amp;quot;:null}]" data-prosemirror-node-block="true" data-prosemirror-node-name="heading" data-prosemirror-content-type="node" data-local-id="5955c4c71722"&gt;Inside Atlassian&lt;/H2&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Team26Europe.jpg" style="width: 581px;"&gt;&lt;img src="https://community.atlassian.com/forums/image/serverpage/image-id/442272i0AC8A13EA7D937CB/image-dimensions/581x148?v=v2" width="581" height="148" role="button" title="Team26Europe.jpg" alt="Team26Europe.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://events.atlassian.com/teameurope/sessions" rel="noopener" target="_blank" data-prosemirror-content-type="mark" data-prosemirror-mark-name="link"&gt;&lt;STRONG data-prosemirror-content-type="mark" data-prosemirror-mark-name="strong"&gt;Plan your Team ’26 Europe experience in Amsterdam&lt;/STRONG&gt;&lt;/A&gt;: Get ready for Team '26 Europe by using the Agenda Builder to create your personal schedule. Check out inspiring keynotes, breakout sessions, and live demos designed to help you craft game-changing product experiences.&lt;/LI&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="listItem" data-prosemirror-content-type="node" data-local-id="482564d1-7de4-4b9a-b813-783a02656bfc"&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="08d388c24bfd"&gt;&lt;A href="https://www.atlassian.com/blog/ai-at-work/you-dont-need-a-team-of-ai-experts-you-just-need-one" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;You don’t need a team of AI experts. You just need one.&lt;/STRONG&gt;&lt;/A&gt; Atlassian’s Teamwork Lab set out to find out: does it matter how many AI-skilled people are on a team? The answer was clear and surprisingly specific. The biggest jump in team performance came from adding just one AI superuser to a team that previously had none.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="listItem" data-prosemirror-content-type="node" data-local-id="2855bb9fb9f7"&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="f94bb090e8b9"&gt;&lt;A href="https://community.atlassian.com/forums/Atlassian-AI-Rovo-articles/Introducing-our-connector-blog-series-Turn-scattered-data-into/ba-p/3278283" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;Introducing our connector blog series&lt;/STRONG&gt;&lt;/A&gt;: Because connected context provides AI with more complete information and less fragmentation, it can help Rovo and external AI agents use tokens more efficiently and produce higher-quality outcomes. To explore these possibilities, we’re publishing a series of blog posts highlighting the value of individual Teamwork Graph connectors and the ways they can help teams work with more context.&lt;/P&gt;
&lt;UL data-prosemirror-node-block="true" data-prosemirror-node-name="bulletList" data-prosemirror-content-type="node" data-local-id="e7635647aebe"&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="listItem" data-prosemirror-content-type="node" data-local-id="da509527-fb87-4bd4-8f88-bb2fedf7d557"&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="cd285e4d9f04"&gt;&lt;A href="https://youtu.be/tcYIv-XR6aE" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;How Teamwork Graph Saves Agent Tokens&lt;/STRONG&gt;&lt;/A&gt; &lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;YouTube | 5.5 min.&lt;/STRONG&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="listItem" data-prosemirror-content-type="node" data-local-id="7919e8418352"&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="1f922f449458"&gt;&lt;A href="https://youtu.be/IJyPYTJywaA" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;How Teamwork Graph Helps AI Agents&lt;/STRONG&gt;&lt;/A&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt; YouTube | &amp;lt;5 min.&lt;/STRONG&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;HR /&gt;
&lt;DIV data-pm-slice="2 4 [&amp;quot;layoutSection&amp;quot;,{&amp;quot;columnRuleStyle&amp;quot;:null,&amp;quot;localId&amp;quot;:&amp;quot;86247ce3-05ec-4e54-8717-d3c4ff0c2af3&amp;quot;}]" data-prosemirror-node-block="true" data-prosemirror-node-name="layoutColumn" data-prosemirror-content-type="node" data-local-id="3801755c-e104-4dc4-87bd-068cef8173ef" data-column-width="100" data-layout-column="true"&gt;
&lt;DIV data-layout-content="true"&gt;
&lt;H2 data-prosemirror-node-block="true" data-prosemirror-node-name="heading" data-prosemirror-content-type="node" data-local-id="5a7377bfeee8"&gt;Apps &amp;amp; Collections&lt;/H2&gt;
&lt;H3 data-prosemirror-node-block="true" data-prosemirror-node-name="heading" data-prosemirror-content-type="node" data-local-id="34241421e068"&gt;&lt;A href="https://www.atlassian.com/platform/platform-apps" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;Platform Apps&lt;/STRONG&gt;&lt;/A&gt;&lt;/H3&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="2fb78a120c94"&gt;&lt;U data-prosemirror-mark-name="underline" data-prosemirror-content-type="mark"&gt;Administration&lt;/U&gt;&lt;/P&gt;
&lt;UL data-prosemirror-node-block="true" data-prosemirror-node-name="bulletList" data-prosemirror-content-type="node" data-local-id="efd1504f-91bb-48f4-b1c8-ef5e94d67467"&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="listItem" data-prosemirror-content-type="node" data-local-id="c00973be-d9e4-4a61-821a-20c927dd872f"&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="3648585f0b08"&gt;&lt;A href="https://community.atlassian.com/forums/Community-Announcements-articles/A-smarter-way-to-understand-which-Atlassian-Cloud-changes-need/ba-p/3274946" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;A smarter way to understand which Atlassian Cloud changes need your attention&lt;/STRONG&gt;&lt;/A&gt;: We’re adding AI-generated impact ratings to the new Release Notes on Atlassian Community to help you quickly understand the likely significance of each release note.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="listItem" data-prosemirror-content-type="node" data-local-id="08de08a3-4709-469a-b0d5-71d55a1c55e6"&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="de929a8979e8"&gt;&lt;A href="https://community.atlassian.com/forums/Jira-Cloud-Admins-articles/Jira-Space-policies-Give-teams-autonomy-within-admin-guardrails/ba-p/3285642" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;Space policies give teams autonomy with admin guardrails&lt;/STRONG&gt;&lt;/A&gt;: Space policies are now available in open beta to customers across Jira, JSM, and JPD. Space policies let teams create and manage team-managed spaces within guardrails you define once.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="listItem" data-prosemirror-content-type="node" data-local-id="1a9b76bf-0c28-4ec9-95c6-337c6c957662"&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="bf06bfa2de13"&gt;&lt;A href="https://community.atlassian.com/forums/Audit-log-in-Cloud-articles/An-improved-audit-log-experience-for-Jira-and-JSM/ba-p/3277767" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;An improved audit log experience for Jira and JSM&lt;/STRONG&gt;&lt;/A&gt;: With this release, eligible admins will see a more consistent audit log experience directly in Jira and JSM, with expanded coverage for product activity.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="listItem" data-prosemirror-content-type="node" data-local-id="bd6fd1abc443"&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="e988e2194a30"&gt;&lt;A href="https://community.atlassian.com/forums/Atlassian-AI-Rovo-articles/Teamwork-Graph-TWG-connectors-now-have-a-top-level-home-in/ba-p/3280367" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;Teamwork Graph (TWG) connectors now have a top-level home in Atlassian Administration&lt;/STRONG&gt;&lt;/A&gt;: From &lt;U data-prosemirror-mark-name="underline" data-prosemirror-content-type="mark"&gt;Atlassian Administration → Connectors&lt;/U&gt;, admins can start setup, review connector-specific details and settings, reauthorize connections when needed, monitor connector health, and disconnect apps when appropriate.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="listItem" data-prosemirror-content-type="node" data-local-id="7c26bfa0734b"&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="3ef9f477fe60"&gt;&lt;A href="https://community.atlassian.com/forums/Enterprise-articles/Share-your-experience-with-managing-Atlassian-licences/ba-p/3277787" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;Share your experience with managing Atlassian licenses&lt;/STRONG&gt;&lt;/A&gt;: We’re looking to speak with administrators to learn about your current license management workflows, including challenges, manual steps, or issues you encounter along the way. &lt;A href="https://www.userinterviews.com/projects/3wvkfM-lpw/apply" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;Sign up here&lt;/A&gt;. &lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;60 min. | $100 digital gift card | &lt;/STRONG&gt;&lt;EM data-prosemirror-mark-name="em" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;Feedback Opportunity&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="6ae71bb02f55"&gt;&lt;U data-prosemirror-mark-name="underline" data-prosemirror-content-type="mark"&gt;Atlassian Teams&lt;/U&gt;&lt;/P&gt;
&lt;UL data-prosemirror-node-block="true" data-prosemirror-node-name="bulletList" data-prosemirror-content-type="node" data-local-id="dde16570-0431-4c5f-9c08-8feddbde3cda"&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="listItem" data-prosemirror-content-type="node" data-local-id="3b2a09d4-ab13-4623-a7c2-22bcbb73c679"&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="e245f1c21f03"&gt;&lt;A href="https://community.atlassian.com/forums/Atlassian-Teams-User-Group/New-Features-Custom-Field-Rovo-Skills-JQL-improvements-and-more/ba-p/3282862" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;New Features: Custom Field, Rovo Skills, JQL improvements and more!&lt;/STRONG&gt;&lt;/A&gt; We’re excited to share a bunch of new features and Rovo skills designed to make Atlassian Teams even more powerful and easy to use. From smarter automation in Jira to AI-powered cleanup, here’s what’s new.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="c7b1d3ef3f6b"&gt;&lt;U data-prosemirror-mark-name="underline" data-prosemirror-content-type="mark"&gt;Goals &amp;amp; Projects&lt;/U&gt;&lt;/P&gt;
&lt;UL data-prosemirror-node-block="true" data-prosemirror-node-name="bulletList" data-prosemirror-content-type="node" data-local-id="0728bf50db63"&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="listItem" data-prosemirror-content-type="node" data-local-id="5124482a9c1e"&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="b5f559ef6bc2"&gt;&lt;A href="https://community.atlassian.com/forums/Goals-and-Projects-articles/Now-available-restricted-goals-plus-an-upgrade-for-projects/ba-p/3283415" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;Now available: restricted goals, plus an upgrade for projects&lt;/STRONG&gt;&lt;/A&gt;: We're rolling out restricted goals to limit an individual goal or project to specific people, so sensitive work gets tracked properly without being visible to everyone. Restricted goals and projects use the same &lt;U data-prosemirror-mark-name="underline" data-prosemirror-content-type="mark"&gt;Can view&lt;/U&gt; and &lt;U data-prosemirror-mark-name="underline" data-prosemirror-content-type="mark"&gt;Can edit&lt;/U&gt; permission levels you already know.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="listItem" data-prosemirror-content-type="node" data-local-id="58b07cac8825"&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="4abf2f7df17d"&gt;&lt;A href="https://community.atlassian.com/forums/Goals-and-Projects-articles/More-accurate-metrics-and-a-plan-for-every-period/ba-p/3283879" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;More accurate metrics&lt;/STRONG&gt;&lt;/A&gt;: You can now record a value as of the date it was true rather than the day you entered it, remove values you don't want, see who added what, and have your goal's progress automatically update.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="listItem" data-prosemirror-content-type="node" data-local-id="9aef27029a15"&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="ae98c51a5758"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;🎯 &lt;/STRONG&gt;&lt;A href="https://community.atlassian.com/forums/Customer-Success/Stop-Drowning-in-Spreadsheets-How-to-Actually-Track-Goals-amp/ba-p/3286488" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;Stop Drowning in Spreadsheets: How to Actually Track Goals &amp;amp; OKRs in Jira&lt;/STRONG&gt;&lt;/A&gt;: You don’t need a mountain of spreadsheets or a maze of projects to keep your team aligned. You can track your goal progress in a simple, lightweight way directly within&amp;nbsp;Jira.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3 data-prosemirror-node-block="true" data-prosemirror-node-name="heading" data-prosemirror-content-type="node" data-local-id="2ced7f0f5505"&gt;&lt;A href="https://www.atlassian.com/collections/teamwork" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;Teamwork Collection&lt;/STRONG&gt;&lt;/A&gt;&lt;/H3&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="41f2430167e0"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;&lt;U data-prosemirror-mark-name="underline" data-prosemirror-content-type="mark"&gt;Confluence&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL data-prosemirror-node-block="true" data-prosemirror-node-name="bulletList" data-prosemirror-content-type="node" data-local-id="14a85e64-c48f-4db2-91ad-0b358d76f1ed"&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="listItem" data-prosemirror-content-type="node" data-local-id="b2d371d37129"&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="422c75401b30"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;🚀 &lt;/STRONG&gt;&lt;A href="https://community.atlassian.com/forums/Confluence-articles/Confluence-Slides-is-here-turn-your-pages-into-presentations-in/ba-p/3277100" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;Confluence Slides is here&lt;/STRONG&gt;&lt;/A&gt;: Simply describe what presentation you want, and Rovo pulls context from across Atlassian and connected third-party apps to create impactful, visual presentations. Then, share your slides directly in Confluence without having to switch between different apps.&lt;/P&gt;
&lt;UL data-prosemirror-node-block="true" data-prosemirror-node-name="bulletList" data-prosemirror-content-type="node" data-local-id="f0c8f31b9707"&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="listItem" data-prosemirror-content-type="node" data-local-id="ef60f301387c"&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="aaed68434d18"&gt;&lt;A href="https://www.atlassian.com/blog/confluence/go-from-doc-to-deck-with-confluence-slides" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;Your next presentation is already in Confluence&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="listItem" data-prosemirror-content-type="node" data-local-id="bc36b4c157fb"&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="78dbb3ed713c"&gt;&lt;A href="https://community.atlassian.com/forums/Confluence-User-Group-articles/How-to-Create-Accessible-Articles-in-Confluence-Cloud/ba-p/3278252" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;How to Create Accessible Articles in Confluence Cloud&lt;/STRONG&gt;&lt;/A&gt;: Accessible documentation helps people with permanent, temporary, and situational disabilities, as well as readers who are multitasking, using mobile devices, reading in a second language, working in bright or noisy environments, or relying on keyboard navigation. This guide includes practical steps for structuring, writing, formatting, and reviewing Confluence articles so they are easier to access with assistive technology and easier for all readers to understand.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="listItem" data-prosemirror-content-type="node" data-local-id="7c7d5c296cb6"&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="0ee081587142"&gt;&lt;A href="https://community.atlassian.com/forums/Customer-Success/The-Confluence-Rovo-Cheat-Sheet-You-Didn-t-Know-You-Needed/ba-p/3281445" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;The Confluence/Rovo Cheat Sheet You Didn't Know You Needed&lt;/STRONG&gt;&lt;/A&gt;: Here are some of the most common, actually-useful ways people use Rovo in Confluence day to day.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="listItem" data-prosemirror-content-type="node" data-local-id="206e2227745c"&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="347d8beb2dc7"&gt;&lt;A href="https://community.atlassian.com/forums/Confluence-User-Group-articles/Offline-Mode-for-Confluence-Mobile/ba-p/3286084" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;Offline Mode for Confluence Mobile&lt;/STRONG&gt;&lt;/A&gt;: Offline mode lets you save content ahead of time and read it later without Wi‑Fi or cellular service. We will continue to improve on this functionality, so add comments to share feedback and help steer the future of this feature.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="91cd5e6e1800"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;&lt;U data-prosemirror-mark-name="underline" data-prosemirror-content-type="mark"&gt;Jira&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL data-prosemirror-node-block="true" data-prosemirror-node-name="bulletList" data-prosemirror-content-type="node" data-local-id="53b44b5b-c216-4b0b-86e8-a421ebdabfc6"&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="listItem" data-prosemirror-content-type="node" data-local-id="3ec9efa4c528"&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="e018341573fe"&gt;&lt;A href="https://community.atlassian.com/forums/Jira-articles/Stop-exporting-your-work-to-figure-it-out-Jira-now-does-it-for/ba-p/3280890" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;Stop exporting your work to figure it out. Jira now does it for you.&lt;/STRONG&gt;&lt;/A&gt; We just shipped a batch of updates to Jira that we're really excited about, especially if your team has been managing capacity, budgets, or reporting outside of Jira. Explore formula fields, custom dashboards and work items types, business team templates, and more.&lt;/P&gt;
&lt;UL data-prosemirror-node-block="true" data-prosemirror-node-name="bulletList" data-prosemirror-content-type="node" data-local-id="e5e14f0dc034"&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="listItem" data-prosemirror-content-type="node" data-local-id="593fe412a5fa"&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="fb9723784e3b"&gt;&lt;A href="https://support.atlassian.com/jira-software-cloud/docs/plan-individual-capacity-for-your-team/" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;Individual capacity planning&lt;/STRONG&gt;&lt;/A&gt; &lt;EM data-prosemirror-mark-name="em" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;Premium/Enterprise&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="listItem" data-prosemirror-content-type="node" data-local-id="0a41f6345c83"&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="aea58f968da7"&gt;&lt;A href="https://community.atlassian.com/forums/Trello-articles/Create-Jira-work-items-right-from-Trello/ba-p/3280236" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;Create Jira work items right from Trello&lt;/STRONG&gt;&lt;/A&gt;: Now you can use a Trello card to create a new Jira work item without switching tools or starting from scratch. If you used the Jira Power-Up before it was retired, this is the new native functionality.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="listItem" data-prosemirror-content-type="node" data-local-id="02deb443b54e"&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="37dbeb11e252"&gt;&lt;A href="https://community.atlassian.com/forums/Jira-articles/Turn-any-Microsoft-Teams-conversation-into-Jira-work-with/ba-p/3280876" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;Turn any Microsoft Teams conversation into Jira work with natural language&lt;/STRONG&gt;&lt;/A&gt;: The &lt;A href="https://marketplace.microsoft.com/en-us/product/office/WA200002140" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;Jira Cloud for Microsoft Teams app&lt;/A&gt; now understands natural language. Your team can create, update, and assign work to teammates or AI coding agents without leaving the chat.&lt;/P&gt;
&lt;UL data-prosemirror-node-block="true" data-prosemirror-node-name="bulletList" data-prosemirror-content-type="node" data-local-id="238f0606c551"&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="listItem" data-prosemirror-content-type="node" data-local-id="1b6066d695cb"&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="c03e7cfc368a"&gt;&lt;A href="https://youtu.be/72KytNq3-Mo" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;Using @jira in Microsoft Teams to create, update and assign work from chat&lt;/STRONG&gt;&lt;/A&gt; &lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;YouTube | 1.5 min.&lt;/STRONG&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="listItem" data-prosemirror-content-type="node" data-local-id="c131ddfb3b82"&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="8ae67fce7a51"&gt;&lt;A href="https://community.atlassian.com/forums/Jira-Cloud-Admins-articles/1-000-Issues-One-Call-Bulk-Fetch-Gets-a-10-Boost/ba-p/3281867" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;Bulk Fetch Gets a 10× Boost&lt;/STRONG&gt;&lt;/A&gt;: We've raised the ceiling on the Jira Cloud&amp;nbsp;&lt;SPAN data-prosemirror-mark-name="code" data-prosemirror-content-type="mark"&gt;POST/rest/api/{version}/issue/bulkfetch&lt;/SPAN&gt; endpoint. Where a request could previously return 100 issues, eligible requests can now return up to 1,000 issues.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="listItem" data-prosemirror-content-type="node" data-local-id="641b73a1b0ca"&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="c41ef99424d3"&gt;&lt;A href="https://community.atlassian.com/forums/Jira-Cloud-Admins-articles/Multiple-field-contexts-per-space-is-coming-to-Jira-join-the/ba-p/3277838" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;Multiple field contexts per space is coming to Jira&lt;/STRONG&gt;&lt;/A&gt;: We’re getting ready to introduce support for multiple field contexts per space, and we’re looking for customers to help us test it through an Early Access Program. Participants will test this on their sandbox site (only), and new field schemes must be enabled on the site. &lt;A href="https://privacy.atlassian.net/servicedesk/customer/portal/3769/group/3774/create/6213" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;Sign up here&lt;/A&gt;. &lt;EM data-prosemirror-mark-name="em" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;EAP&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="listItem" data-prosemirror-content-type="node" data-local-id="d5b6c6752901"&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="e0cf2f51cd3a"&gt;&lt;A href="https://community.atlassian.com/forums/Jira-articles/Introducing-Jira-Planner-now-in-early-access/ba-p/3281539" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;Introducing Jira Planner: now in early access&lt;/STRONG&gt;&lt;/A&gt;: Jira Planner is particularly useful for tech leads, senior engineers, engineering managers, and PMs working on architectural decisions, multi sprint features, or any work where the team needs to agree on scope before implementation begins. You will need Rovo enabled, Teamwork Graph connected, and Confluence available on the same site. &lt;A href="https://www.atlassian.com/software/jira/dev/waitlist" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;Join the waitlist&lt;/A&gt;. &lt;EM data-prosemirror-mark-name="em" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;EAP&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="84eee5c3e1cc"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;&lt;U data-prosemirror-mark-name="underline" data-prosemirror-content-type="mark"&gt;Loom&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL data-prosemirror-node-block="true" data-prosemirror-node-name="bulletList" data-prosemirror-content-type="node" data-local-id="cad54137-c2c4-41ea-963d-37d4f757d1e2"&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="listItem" data-prosemirror-content-type="node" data-local-id="ffbfe7f3-5be9-433d-83ff-bd6f5aeb2dc2"&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="ad8434b60987"&gt;&lt;A href="https://community.atlassian.com/forums/Loom-articles/Loom-Migration-Guide-Transitioning-to-Atlassian-Workspaces/ba-p/3279086" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;Loom Migration Guide: Transitioning to Atlassian Workspaces Safely and Seamlessly&lt;/STRONG&gt;&lt;/A&gt;: This guide will help you use the self-serve path to move from a Legacy Loom workspace or to consolidate across Atlassian sites, while keeping your content safe and your workflow uninterrupted.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="7f155d321147"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;&lt;U data-prosemirror-mark-name="underline" data-prosemirror-content-type="mark"&gt;Rovo/AI&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL data-prosemirror-node-block="true" data-prosemirror-node-name="bulletList" data-prosemirror-content-type="node" data-local-id="9f586e6a227b"&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="listItem" data-prosemirror-content-type="node" data-local-id="a720b8a51768"&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="103a7195b8b0"&gt;&lt;A href="https://community.atlassian.com/forums/Atlassian-AI-Rovo-articles/What-s-new-and-next-Upcoming-capabilities-to-securely-scale-Rovo/ba-p/3285580" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;What’s new and what’s next to securely scale Rovo&lt;/STRONG&gt;&lt;/A&gt;: Our goal is simple: help you unlock AI’s value while keeping the controls, visibility, and safeguards your organization needs.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="listItem" data-prosemirror-content-type="node" data-local-id="08d74c15d357"&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="8d6d87b04d5a"&gt;&lt;A href="https://community.atlassian.com/forums/Atlassian-AI-Rovo-articles/Introducing-Studio-Templates/ba-p/3283343" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;Introducing Studio Templates&lt;/STRONG&gt;&lt;/A&gt;: You can browse a curated gallery of ready-made agent and automation templates, customize them in seconds with guided setup, and activate them directly from Rovo Studio.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="listItem" data-prosemirror-content-type="node" data-local-id="d153bc6d-352d-4821-9858-ccaa98555078"&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="94203ce53ea6"&gt;&lt;A href="https://community.atlassian.com/forums/Atlassian-AI-Rovo-articles/Introducing-Rovo-Agent-Reasoning-choose-how-your-agents-think/ba-p/3281546" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;Rovo Agent Reasoning: choose how your agents think&lt;/STRONG&gt;&lt;/A&gt;: Agent Reasoning gives you a practical way to match your agent’s effort to the work in front of it, meaning you can keep everyday agents fast and focused, while giving more demanding work the extra reasoning capacity it needs. It’s control over both the &lt;EM data-prosemirror-mark-name="em" data-prosemirror-content-type="mark"&gt;depth&lt;/EM&gt; of the work and the &lt;EM data-prosemirror-mark-name="em" data-prosemirror-content-type="mark"&gt;model&lt;/EM&gt; powering it.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="listItem" data-prosemirror-content-type="node" data-local-id="f4011045-3f0c-4180-9737-b05e67d54976"&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="3ed61a94fef7"&gt;&lt;A href="https://community.atlassian.com/forums/Atlassian-AI-Rovo-articles/Rovo-Skills-are-available-in-Rovo-Agents/ba-p/3281973" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;Rovo Skills are available in Rovo Agents!&lt;/STRONG&gt;&lt;/A&gt; Rovo Skills are now available for all customers building custom agents in Rovo Studio. You can now add Skills directly to your agents, giving them access to the same reusable, opinionated workflows that already power Rovo Chat. &lt;EM data-prosemirror-mark-name="em" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;Open Beta&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;UL data-prosemirror-node-block="true" data-prosemirror-node-name="bulletList" data-prosemirror-content-type="node" data-local-id="fbc6b2b6-f457-4cde-b79e-9b62a9d2df5d"&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="listItem" data-prosemirror-content-type="node" data-local-id="1c215af5-2aa3-4d47-b562-2d317fd87fea"&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="11cafc1cbbc4"&gt;&lt;A href="https://community.atlassian.com/forums/Training-Certification-articles/Turn-Rovo-into-a-practical-teammate-with-skills-public-class/ba-p/3282151" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;Turn Rovo into a practical teammate with skills&lt;/STRONG&gt;&lt;/A&gt;: In our first public session on Rovo Platform Skills, we recreated a release-readiness scenario and show how platform skills can turn scattered work context into a researched next step.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="listItem" data-prosemirror-content-type="node" data-local-id="42dfec84-d8a7-4dc4-98ce-e6f762e63138"&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="4e8ff9a869f9"&gt;&lt;A href="https://community.atlassian.com/forums/Training-Certification-articles/Did-you-know-there-are-40-Rovo-Platform-Skills-ready-to-make/ba-p/3281479" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;Did you know there are 40+ Rovo Platform Skills ready to make your workday more efficient?&lt;/STRONG&gt;&lt;/A&gt; &lt;EM data-prosemirror-mark-name="em" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;Community Champion&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="listItem" data-prosemirror-content-type="node" data-local-id="09fcddc01e29"&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="c4dd5ca97d6c"&gt;&lt;A href="https://community.atlassian.com/forums/Atlassian-AI-Rovo-articles/Why-is-my-Rovo-Agent-saying-that-Let-s-Debug-Smarter/ba-p/3264714" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;Why is my Rovo Agent saying that? Let's Debug Smarter.&lt;/STRONG&gt;&lt;/A&gt; You built your Rovo Agent, tested a few prompts, and something feels off. Try these tips to improve your Rovo responses.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="listItem" data-prosemirror-content-type="node" data-local-id="3858b195-714d-4548-bda1-e46d161f7723"&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="199b9da34f53"&gt;&lt;A href="https://community.atlassian.com/forums/Automation-articles/Introducing-Create-with-Rovo-for-Automation/ba-p/3283328" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;Create with Rovo for Automation&lt;/STRONG&gt;&lt;/A&gt;: We know that getting started is often the hardest part of building an automation. Instead of building a flow component by component, simply tell Rovo what you’re trying to do in natural language.&lt;/P&gt;
&lt;UL data-prosemirror-node-block="true" data-prosemirror-node-name="bulletList" data-prosemirror-content-type="node" data-local-id="d8cd80ce-0c2d-4309-9aeb-e9c7a3b5ba8f"&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="listItem" data-prosemirror-content-type="node" data-local-id="dc95074f-5b8d-4c20-8c50-cea287c9f5a1"&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="7d7e06f6cb74"&gt;&lt;A href="https://community.atlassian.com/forums/Training-Certification-articles/From-blank-page-to-better-work-with-Rovo/ba-p/3278774" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;From blank page to better work with Rovo&lt;/STRONG&gt;&lt;/A&gt;: During the &lt;A href="https://community.atlassian.com/forums/Training-Certification-articles/Generating-and-Improving-Content-with-Rovo-session-with-Emma/ba-p/3259907" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;EM data-prosemirror-mark-name="em" data-prosemirror-content-type="mark"&gt;Generate and improve content with Rovo&lt;/EM&gt;&lt;/A&gt; session, we explored practical ways to use Rovo to get started faster, improve work you have already drafted, and uncover useful information across Jira, Confluence, and connected tools. Find the recap and links here!&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="listItem" data-prosemirror-content-type="node" data-local-id="3b3a5668a9a5"&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="96c403353fa8"&gt;&lt;A href="https://community.atlassian.com/forums/Atlassian-AI-Rovo-articles/Rovo-app-for-Microsoft-Teams-is-now-live/ba-p/3281505" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;Rovo app for Microsoft Teams is now live!&lt;/STRONG&gt;&lt;/A&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt; 🎉&lt;/STRONG&gt; Mention &lt;a href="https://community.atlassian.com/forums/user/viewprofilepage/user-id/5927617"&gt;@rovo&lt;/a&gt; in a channel, a group chat, or chat with it one to one, and it answers using the full context of your work: Jira, Confluence, SharePoint, Google Drive, and the other tools you've connected to Rovo.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="listItem" data-prosemirror-content-type="node" data-local-id="b43df780c2fc"&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="dc96f05a769a"&gt;&lt;A href="https://community.atlassian.com/forums/Teamwork-Lab-Improving-our-ways/New-research-shows-AI-polish-makes-it-harder-to-spot-problems/ba-p/3282621" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;New research shows AI polish makes it harder to spot problems. But there’s a quick fix.&lt;/STRONG&gt;&lt;/A&gt; Adding an “Early Draft” label on an AI-polished doc increases your chances of receiving better feedback on your work, according to a &lt;A href="https://www.atlassian.com/blog/ai-at-work/ai-polish-makes-it-harder-to-spot-problems-but-theres-a-quick-fix?utm_source=forum&amp;amp;utm_medium=social&amp;amp;utm_campaign=aipolishhardertospotproblemsextcommunity_aug_2026" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;recent Atlassian Teamwork Lab study&lt;/A&gt; revealing an “AI polish effect.”&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3 data-prosemirror-node-block="true" data-prosemirror-node-name="heading" data-prosemirror-content-type="node" data-local-id="868e7a898e94"&gt;&lt;A href="https://www.atlassian.com/collections/service" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;Service Collection&lt;/STRONG&gt;&lt;/A&gt;&lt;/H3&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="bfea55aa10df"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;&lt;U data-prosemirror-mark-name="underline" data-prosemirror-content-type="mark"&gt;Assets&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL data-prosemirror-node-block="true" data-prosemirror-node-name="bulletList" data-prosemirror-content-type="node" data-local-id="dfe3e05e-910d-4c6f-b8f2-2af03a7e632a"&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="listItem" data-prosemirror-content-type="node" data-local-id="28f8d427df90"&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="f2c0ce455585"&gt;&lt;A href="https://community.atlassian.com/forums/JSM-News-Discussions-articles/Display-Names-Update-for-Assets-and-What-It-Means-for-Your-CMDB/ba-p/3286426" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;Display Names Update for Assets and What It Means for Your CMDB&lt;/STRONG&gt;&lt;/A&gt;: We've introduced &lt;U data-prosemirror-mark-name="underline" data-prosemirror-content-type="mark"&gt;Display Names&lt;/U&gt; for all Assets configuration entities: schemas, object types, attributes, statuses, and reference types. Every entity now has two identifiers.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="listItem" data-prosemirror-content-type="node" data-local-id="80e249dde187"&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="32c1d82d5971"&gt;&lt;A href="https://community.atlassian.com/forums/JSM-News-Discussions-articles/From-Chaos-to-Control-See-what-s-new-in-Service-Collection/ba-p/3284684" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;From Chaos to Control with Assets&lt;/STRONG&gt;&lt;/A&gt;: In this upcoming webinar we’ll share how Assets can help teams build a more reliable view of the things they run, own, and support. We’ll explore how a unified data foundation, hardware lifecycle management, and a more intuitive data-management experience can help IT teams move from reconciling records to acting on trusted context. &lt;A href="https://www.atlassian.com/webinars/it/from-chaos-to-control-with-service-collection-assets" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;Register here&lt;/A&gt;. &lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;September 16 | 11 AM AEST/CEST/PDT&lt;/STRONG&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="listItem" data-prosemirror-content-type="node" data-local-id="c4936c423776"&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="5c99bf224f8f"&gt;&lt;A href="https://community.atlassian.com/forums/JSM-News-Discussions-articles/From-Data-Standards-to-Hardware-Tracking-Common-Data-Model-and/ba-p/3286922" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;Common Data Model and Hardware Asset Management (HAM) GA in JSM&lt;/STRONG&gt;&lt;/A&gt;: The CDM gives teams a standardized, out-of-the-box foundation for cleaner, more consistent asset data across your Atlassian stack. The new Hardware Asset Management console (&lt;EM data-prosemirror-mark-name="em" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;Premium/Enterprise&lt;/STRONG&gt;&lt;/EM&gt;), connects hardware schemas, workflows, reporting, and lifecycle processes to a shared data model built for scale.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="listItem" data-prosemirror-content-type="node" data-local-id="4a369bebc297"&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="556abd97f6d6"&gt;&lt;A href="https://community.atlassian.com/forums/Jira-Service-Management-articles/What-s-New-in-Assets-Data-Manager-September-2026/ba-p/3286625" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;What's New in Assets Data Manager&lt;/STRONG&gt;&lt;/A&gt;: This September 2026 release brings a significant set of improvements to the new admin journey, and a new wave of capability additions covering Lansweeper, bulk operations, saved search, default attribute mapping, and a new cloud-enabled data source → for flat files. &lt;EM data-prosemirror-mark-name="em" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;Premium/Enterprise&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="listItem" data-prosemirror-content-type="node" data-local-id="af9a759a025a"&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="6821f0ba9d86"&gt;&lt;A href="https://community.atlassian.com/forums/JSM-News-Discussions-articles/AI-Powered-capabilities-in-Hardware-Asset-Management-in-Jira/ba-p/3286494" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;AI-Powered capabilities in HAM&lt;/STRONG&gt;&lt;/A&gt;: Asset managers can now see proactive risks like expiring warranties and dormant devices, query inventory in plain English, and configure HAM rules in just a few clicks. &lt;EM data-prosemirror-mark-name="em" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;Premium/Enterprise&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="96a29fed21ee"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;&lt;U data-prosemirror-mark-name="underline" data-prosemirror-content-type="mark"&gt;Jira Service Management&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL data-prosemirror-node-block="true" data-prosemirror-node-name="bulletList" data-prosemirror-content-type="node" data-local-id="3b4407b1-355e-4ffb-8120-17aa3468c594"&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="listItem" data-prosemirror-content-type="node" data-local-id="0b01214bea83"&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="376261d33038"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;🎉 &lt;/STRONG&gt;&lt;A href="https://community.atlassian.com/forums/JSM-News-Discussions-articles/Case-Management-in-Jira-Service-Management-is-now-generally/ba-p/3282322" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;Case Management in JSM is now GA&lt;/STRONG&gt;&lt;/A&gt;: Case Management gives HR and Legal teams a native, structured and secure way to handle sensitive cases directly inside JSM. Whether you're managing an employee misconduct investigation, a legal matter, a grievance or a complex employee case, Case Management offers purpose-built structure, granular access controls, and case note capabilities.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="listItem" data-prosemirror-content-type="node" data-local-id="ac9d7c0adc70"&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="8c7c34ffd136"&gt;&lt;A href="https://community.atlassian.com/forums/Jira-Service-Management-articles/EAP-Help-us-shape-JSM-Headless-service-management-where-agents/ba-p/3286700" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;Help us shape JSM Headless&lt;/STRONG&gt;&lt;/A&gt;: We’re looking for feedback on JSM Headless, a new way for agents to work on JSM requests from Slack, Teams, Rovo, Claude and other tools without opening the web portal. &lt;A href="https://privacy.atlassian.net/servicedesk/customer/portal/3822" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;Sign up here&lt;/A&gt;. &lt;EM data-prosemirror-mark-name="em" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;EAP,&lt;/STRONG&gt;&lt;/EM&gt; &lt;EM data-prosemirror-mark-name="em" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;Feedback Opportunity&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="listItem" data-prosemirror-content-type="node" data-local-id="cb34af9e4c57"&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="1dae5e254896"&gt;&lt;A href="https://community.atlassian.com/forums/Jira-Service-Management-articles/EAP-Sign-up-for-the-new-Jira-Service-Management-JSM-AI-Control/ba-p/3285268" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;Sign-up for the new JSM AI Control Center&lt;/STRONG&gt;&lt;/A&gt;: If your team is turning on AI across JSM and needs a single place to see it, control it, and prove its value, this one's for you. &lt;EM data-prosemirror-mark-name="em" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;EAP, Premium/Enterprise&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3 data-prosemirror-node-block="true" data-prosemirror-node-name="heading" data-prosemirror-content-type="node" data-local-id="d7add610296c"&gt;&lt;A href="https://www.atlassian.com/collections/software" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;Software Collection&lt;/STRONG&gt;&lt;/A&gt;&lt;/H3&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="f4710017b8b3"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;&lt;U data-prosemirror-mark-name="underline" data-prosemirror-content-type="mark"&gt;Bitbucket&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL data-prosemirror-node-block="true" data-prosemirror-node-name="bulletList" data-prosemirror-content-type="node" data-local-id="f7331d1c-2aab-4e9c-94a3-f0ecd702800d"&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="listItem" data-prosemirror-content-type="node" data-local-id="b324eb7da086"&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="a084d804c245"&gt;&lt;A href="https://community.atlassian.com/forums/Bitbucket-articles/Monitor-test-health-at-a-glance-in-Bitbucket/ba-p/3286501" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;Monitor test health at a glance in Bitbucket&lt;/STRONG&gt;&lt;/A&gt;: See a quick health summary for a test suite; use the Needs attention card to spot tests with high flakiness scores; open an individual test to review its execution history, failure details, and trends over time; and move from a Pipelines build to the related test details with the View in Tests action.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="listItem" data-prosemirror-content-type="node" data-local-id="6d9bf992635d"&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="800d1404bebf"&gt;&lt;A href="https://community.atlassian.com/forums/Bitbucket-articles/Upcoming-Change-Bitbucket-Repository-Attributes-Now-Use/ba-p/3279877" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;Bitbucket Repository Attributes Now Use Workspace-Scoped Search in Assets&lt;/STRONG&gt;&lt;/A&gt;: This change affects commercial JSM Assets Cloud customers who use Bitbucket Repository attributes in their Assets schemas. Bitbucket Repository attributes will search only the Bitbucket workspaces configured for that attribute. This update helps Assets continue to work with Bitbucket Cloud’s current API model and gives admins more control over which workspaces are available for each attribute.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="listItem" data-prosemirror-content-type="node" data-local-id="2663258ee407"&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="92a5e086061d"&gt;&lt;A href="https://community.atlassian.com/forums/Bitbucket-articles/Help-shape-the-future-of-AI-Safety-Net-in-Bitbucket/ba-p/3281206" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;Help shape the future of AI Safety Net in Bitbucket&lt;/STRONG&gt;&lt;/A&gt;: We’re exploring how software teams use AI across the software lifecycle, and how they build trust, governance, and safety as AI becomes more autonomous. We’re opening a research study so you can share your experience and help shape the design of AI safety and governance features in Bitbucket. &lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;15 min. | $20 digital gift card | &lt;/STRONG&gt;&lt;EM data-prosemirror-mark-name="em" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;Feedback Opportunity&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="listItem" data-prosemirror-content-type="node" data-local-id="cf13ca04bb8a"&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="b1223cc70d15"&gt;&lt;A href="https://community.atlassian.com/forums/Bitbucket-articles/Bitbucket-multi-region-architecture-and-EU-data-residency-coming/ba-p/3282761" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;Bitbucket multi-region architecture and EU data residency coming soon&lt;/STRONG&gt;&lt;/A&gt;: These changes will help us meet GDPR and regional data sovereignty requirements. Data Center customers can migrate to the cloud with confidence, knowing their data is hosted in their region of choice.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3 data-prosemirror-node-block="true" data-prosemirror-node-name="heading" data-prosemirror-content-type="node" data-local-id="bc9617934980"&gt;&lt;A href="https://www.atlassian.com/collections/strategy" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;Strategy Collection&lt;/STRONG&gt;&lt;/A&gt; &lt;EM data-prosemirror-mark-name="em" data-prosemirror-content-type="mark"&gt;(Premium/Enterprise)&lt;/EM&gt;&lt;/H3&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="b6da6e209022"&gt;&lt;A href="https://support.atlassian.com/platform-experiences/docs/goals-and-projects-capabilities-in-strategy-collection/" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;Goals and Projects capabilities in Strategy Collection&lt;/STRONG&gt;&lt;/A&gt;: Starting in August 2026, some new capabilities in Goals and Projects will require a Strategy Collection license. Currently, these include the following capabilities:&lt;/P&gt;
&lt;UL data-prosemirror-node-block="true" data-prosemirror-node-name="bulletList" data-prosemirror-content-type="node" data-local-id="d7c61fd27d8c"&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="listItem" data-prosemirror-content-type="node" data-local-id="5b8ff613-4a1c-4088-abfe-ae305792955f"&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="a900bf45f7d4"&gt;&lt;U data-prosemirror-mark-name="underline" data-prosemirror-content-type="mark"&gt;Manage app permissions at the group level&lt;/U&gt;: Centrally control user permissions across Goals and Projects using groups, simplifying governance and permission management at scale.&lt;/P&gt;
&lt;UL data-prosemirror-node-block="true" data-prosemirror-node-name="bulletList" data-prosemirror-content-type="node" data-local-id="217c11d4-aab2-4007-bb5a-cc3cacbf922c"&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="listItem" data-prosemirror-content-type="node" data-local-id="4116c8c2-7952-4146-8f56-197cc2552157"&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="21c87ec230bd"&gt;&lt;A href="https://support.atlassian.com/platform-experiences/docs/manage-goal-group-permissions/" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;U data-prosemirror-mark-name="underline" data-prosemirror-content-type="mark"&gt;Manage Goals app group permissions&lt;/U&gt;&lt;/A&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="listItem" data-prosemirror-content-type="node" data-local-id="46d239ba-47b1-45c9-becd-f750ee40016a"&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="c27f9600e8a0"&gt;&lt;A href="https://support.atlassian.com/platform-experiences/docs/manage-project-group-permissions/" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;U data-prosemirror-mark-name="underline" data-prosemirror-content-type="mark"&gt;Manage Projects app group permissions&lt;/U&gt;&lt;/A&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="listItem" data-prosemirror-content-type="node" data-local-id="fc6ab47f9e2a"&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="ddab01fa04b0"&gt;&lt;U data-prosemirror-mark-name="underline" data-prosemirror-content-type="mark"&gt;Adding and editing metric period targets&lt;/U&gt;: &lt;A href="https://support.atlassian.com/platform-experiences/docs/what-is-a-metric/" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;U data-prosemirror-mark-name="underline" data-prosemirror-content-type="mark"&gt;Set targets by months or quarters&lt;/U&gt;&lt;/A&gt; for metrics on goal success measures.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="e96809bad68b"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;&lt;U data-prosemirror-mark-name="underline" data-prosemirror-content-type="mark"&gt;Focus&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL data-prosemirror-node-block="true" data-prosemirror-node-name="bulletList" data-prosemirror-content-type="node" data-local-id="2924f5d5c001"&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="listItem" data-prosemirror-content-type="node" data-local-id="1d804b38effe"&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="d2d77690027b"&gt;&lt;A href="https://community.atlassian.com/forums/Focus-articles/Prepare-your-Focus-area-updates-with-Drafts/ba-p/3282949" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;Prepare your Focus area updates with Drafts!&lt;/STRONG&gt;&lt;/A&gt; You can now jot down notes throughout the week to keep track of what’s happened; prepare your updates in advance; and allow for multiple contributors to draft the update together.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="e09c18254c7a"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;&lt;U data-prosemirror-mark-name="underline" data-prosemirror-content-type="mark"&gt;Jira Align&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL data-prosemirror-node-block="true" data-prosemirror-node-name="bulletList" data-prosemirror-content-type="node" data-local-id="f7cdd7a0fbda"&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="listItem" data-prosemirror-content-type="node" data-local-id="553645ef9334"&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="edd752c7a330"&gt;&lt;A href="https://community.atlassian.com/forums/Jira-Align-articles/You-re-Invited-September-Jira-Align-Customer-Forum/ba-p/3283853" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;You're Invited: September Jira Align Customer Forum&lt;/STRONG&gt;&lt;/A&gt;: Our monthly Jira Align Customer Forum is returning! Starting this month, we’ll host one session per forum and alternate the meeting time between AMER/EMEA and APAC-friendly hours every month so more customers can join at a convenient time. This month’s forum will include a Team Amsterdam preview; Jira Align roadmap updates; and a live discussion with product. &lt;A href="https://atlassian.zoom.us/meeting/register/EIJDxU5lR8iivyhyze4m_Q#/registration" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;Register here&lt;/A&gt;. &lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;September 24 | 8 AM PDT/11 AM EDT&lt;/STRONG&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;HR /&gt;
&lt;DIV data-pm-slice="2 4 [&amp;quot;layoutSection&amp;quot;,{&amp;quot;columnRuleStyle&amp;quot;:null,&amp;quot;localId&amp;quot;:&amp;quot;86247ce3-05ec-4e54-8717-d3c4ff0c2af3&amp;quot;}]" data-prosemirror-node-block="true" data-prosemirror-node-name="layoutColumn" data-prosemirror-content-type="node" data-local-id="3801755c-e104-4dc4-87bd-068cef8173ef" data-column-width="100" data-layout-column="true"&gt;
&lt;DIV data-layout-content="true"&gt;
&lt;H2 data-prosemirror-node-block="true" data-prosemirror-node-name="heading" data-prosemirror-content-type="node" data-local-id="0e4f235565c7"&gt;Additional Updates&lt;/H2&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="61ac8e9cf3ce"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;&lt;U data-prosemirror-mark-name="underline" data-prosemirror-content-type="mark"&gt;Community and Learning&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL data-prosemirror-node-block="true" data-prosemirror-node-name="bulletList" data-prosemirror-content-type="node" data-local-id="5bed35bd-1740-4487-b891-b2c26bd4dc47"&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="listItem" data-prosemirror-content-type="node" data-local-id="dde35f4c-d7de-46ae-b575-944e12716847"&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="b80c93e2bbee"&gt;&lt;A href="https://community.atlassian.com/forums/JSM-News-Discussions-articles/How-We-Gamified-Jira-JSM-Confluence-amp-Bitbucket-to-Drive/ba-p/3281335" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;How We Gamified Jira, JSM, Confluence &amp;amp; Bitbucket to Drive Adoption&lt;/STRONG&gt;&lt;/A&gt;: Rather than write "here's how Confluence search works" as a wiki page, we built it as a &lt;U data-prosemirror-mark-name="underline" data-prosemirror-content-type="mark"&gt;Confluence Ninja Quest&lt;/U&gt;: a self-guided challenge where completing each step actually requires &lt;EM data-prosemirror-mark-name="em" data-prosemirror-content-type="mark"&gt;using&lt;/EM&gt; the feature, not just reading about it. &lt;EM data-prosemirror-mark-name="em" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;Community Champion&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="listItem" data-prosemirror-content-type="node" data-local-id="0fdf7e13b0a7"&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="2cbc044d04df"&gt;&lt;A href="https://community.atlassian.com/forums/Jira-Service-Management-articles/Interview-With-an-Expert-How-Chris-Rainey-Found-His-Place-in-the/ba-p/3280173" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;Interview With an Expert: How Chris Rainey Found His Place in the Atlassian Community&lt;/STRONG&gt;&lt;/A&gt;: This article is part of an ongoing series that features real-world Atlassian professionals and their helpful insights. This particular article is a departure from its predecessors because in this case, the expertise Chris had to share wasn’t solely about using the Atlassian Service Collection, it was also about the importance of embracing the Atlassian Community. &lt;EM data-prosemirror-mark-name="em" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;Community Champion&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="listItem" data-prosemirror-content-type="node" data-local-id="4a0045092c4d"&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="83ca1b172947"&gt;&lt;A href="https://community.atlassian.com/forums/Training-Certification-articles/Certification-updates-Upcoming-changes-to-the-Jira-Cloud/ba-p/3284331" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;Upcoming changes to the Jira Cloud Administration exams&lt;/STRONG&gt;&lt;/A&gt;: As part of the ongoing effort to keep Atlassian credentials current and valuable, the &lt;EM data-prosemirror-mark-name="em" data-prosemirror-content-type="mark"&gt;Managing Jira Projects for Cloud&lt;/EM&gt; (ACP-620) and &lt;EM data-prosemirror-mark-name="em" data-prosemirror-content-type="mark"&gt;Jira Administration for Cloud&lt;/EM&gt; (ACP-120) exams will be &lt;U data-prosemirror-mark-name="underline" data-prosemirror-content-type="mark"&gt;merged into a single exam&lt;/U&gt; in January 2027.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="d5b1056f8446"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;&lt;U data-prosemirror-mark-name="underline" data-prosemirror-content-type="mark"&gt;Data Center&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL data-prosemirror-node-block="true" data-prosemirror-node-name="bulletList" data-prosemirror-content-type="node" data-local-id="93acfa22ea39"&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="listItem" data-prosemirror-content-type="node" data-local-id="c64d9de979d1"&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="14ed26b63054"&gt;&lt;A href="https://community.atlassian.com/forums/Data-Center-articles/Cloud-Connectors-Secure-Tunnels-now-built-into-DC-Cloud-setup/ba-p/3283393" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;Secure Tunnels now built into DC–Cloud setup&lt;/STRONG&gt;&lt;/A&gt;: Last year we introduced &lt;A href="https://community.atlassian.com/forums/Data-Center-articles/OAuth-2-0-and-cloud-connectors-for-Atlassian-Data-Center/ba-p/3153459" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;OAuth 2.0 and Cloud Connectors&lt;/A&gt; and today we’re excited to share the next step. If your Data Center instance sits behind a firewall, connecting it to Cloud just became dramatically simpler.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="listItem" data-prosemirror-content-type="node" data-local-id="cb5064b7c7f9"&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="94ffb93b7745"&gt;&lt;A href="https://community.atlassian.com/forums/Data-Center-articles/Application-Links-via-Cloud-Connector-now-for-Jira-and/ba-p/3283400" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;Application Links via Cloud Connector for Jira and Confluence Cloud&lt;/STRONG&gt;&lt;/A&gt;: You can now set up Jira Cloud and Confluence Cloud application links to Data Center via Cloud Connector, with OAuth 2.0 handled automatically and no manual credential copying.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="listItem" data-prosemirror-content-type="node" data-local-id="76009264b5d3"&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="aee9881b5608"&gt;&lt;A href="https://community.atlassian.com/forums/Atlassian-Migration-Program/Moving-from-Data-Center-to-Cloud-Don-t-let-silos-slow-you-down/ba-p/3269732" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;Moving from Data Center to Cloud? Don't let silos slow you down.&lt;/STRONG&gt;&lt;/A&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt; 🛑&lt;/STRONG&gt; In a self-managed environment, silos often feel like a natural byproduct of infrastructure. But in Cloud, those same silos can become invisible blockers that prevent you from leveraging the full power of AI and analytics. Join the live session &lt;EM data-prosemirror-mark-name="em" data-prosemirror-content-type="mark"&gt;Unlocking Momentum: Leadership Strategies for Cloud Transformation&lt;/EM&gt; to help you bridge that gap. &lt;A href="https://community.atlassian.com/learning/class/course:16967292/session/17741340" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;Register here&lt;/A&gt;. &lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;September 16 | 11-11:30 AM EDT&lt;/STRONG&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="569078e043e6"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;&lt;U data-prosemirror-mark-name="underline" data-prosemirror-content-type="mark"&gt;Trust &amp;amp; Security&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL data-prosemirror-node-block="true" data-prosemirror-node-name="bulletList" data-prosemirror-content-type="node" data-local-id="b3a1ba492642"&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="listItem" data-prosemirror-content-type="node" data-local-id="4e4f3849-5b28-4409-8a05-676c1df7aa0b"&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="3321ce2bfc88"&gt;&lt;A href="https://community.atlassian.com/forums/Trust-Security-articles/A-practical-IAM-reference-architecture-for-Atlassian-Cloud/ba-p/3283169" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;A practical IAM reference architecture for Atlassian Cloud&lt;/STRONG&gt;&lt;/A&gt;: Identity and access management is the foundation of a secure cloud environment. To help customers navigate this landscape, Atlassian has published a new white paper, &lt;EM data-prosemirror-mark-name="em" data-prosemirror-content-type="mark"&gt;&lt;U data-prosemirror-mark-name="underline" data-prosemirror-content-type="mark"&gt;IAM reference architecture for Atlassian Cloud&lt;/U&gt;&lt;/EM&gt; in the &lt;A href="https://customertrust.atlassian.com/d/iam-reference-architecture-for-atlassian-cloud/KC66s5?lng=en" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;Atlassian Trust Center&lt;/A&gt;.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="listItem" data-prosemirror-content-type="node" data-local-id="1001113c8497"&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="abbb2fedeace"&gt;&lt;A href="https://community.atlassian.com/forums/Trust-Security-articles/Trust-quot-One-Pagers-quot-New-Release-Vulnerability-Management/ba-p/3278971" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;Vulnerability Management at Atlassian&lt;/STRONG&gt;&lt;/A&gt;: We've published the second one-pager in our Trust series: a concise, exec-ready overview of how Atlassian finds, prioritizes, and fixes security vulnerabilities across 29,000+ repositories and every layer of our cloud infrastructure.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;HR /&gt;
&lt;DIV data-pm-slice="2 4 [&amp;quot;layoutSection&amp;quot;,{&amp;quot;columnRuleStyle&amp;quot;:null,&amp;quot;localId&amp;quot;:&amp;quot;86247ce3-05ec-4e54-8717-d3c4ff0c2af3&amp;quot;}]" data-prosemirror-node-block="true" data-prosemirror-node-name="layoutColumn" data-prosemirror-content-type="node" data-local-id="3801755c-e104-4dc4-87bd-068cef8173ef" data-column-width="100" data-layout-column="true"&gt;
&lt;DIV data-layout-content="true"&gt;
&lt;H2 data-prosemirror-node-block="true" data-prosemirror-node-name="heading" data-prosemirror-content-type="node" data-local-id="7eab8c7bf9a1"&gt;Events&lt;/H2&gt;
&lt;UL data-prosemirror-node-block="true" data-prosemirror-node-name="bulletList" data-prosemirror-content-type="node" data-local-id="fd3792eea297"&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="listItem" data-prosemirror-content-type="node" data-local-id="77f5bc680359"&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="3eac80313e1f"&gt;See the full &lt;A href="https://community.atlassian.com/learning/calendar" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;Class Calendar&lt;/STRONG&gt;&lt;/A&gt; of upcoming live sessions&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="listItem" data-prosemirror-content-type="node" data-local-id="8b74b210940c"&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="a694b3ba3443"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;6-8 October 2026 | &lt;/STRONG&gt;Register today for &lt;A href="https://events.atlassian.com/teameurope/meetrovo" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;Team '26 Europe&lt;/STRONG&gt;&lt;/A&gt;!&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="listItem" data-prosemirror-content-type="node" data-local-id="87ab8fb96baa"&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="84b309a46ee1"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;October 27-28, 2026 | &lt;/STRONG&gt;&lt;A href="https://ace.atlassian.com/events/details/atlassian-the-jira-life-presents-build-it-together-2026-bit-2026-dallas-in-person-only/" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;Build IT Together (BIT) Conference | Dallas, Texas&lt;/STRONG&gt;&lt;/A&gt;: This is a &lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;&lt;U data-prosemirror-mark-name="underline" data-prosemirror-content-type="mark"&gt;FREE&lt;/U&gt;&lt;/STRONG&gt; Conference &lt;A href="https://community.atlassian.com/forums/Jira-Cloud-Admins-articles/Free-Atlassian-In-Person-Training-Conference/ba-p/3268843" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;with two days of sessions and activities&lt;/A&gt; to make you a better a Jira admin! Each presentation will show you real use cases for how to leverage the power of Forge, Rovo, or AI.&amp;nbsp;Atlassians will be on site with Forge and Rovo workshops to expand your skills, and there will be stations for you to take Atlassian Certified exams.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-prosemirror-node-block="true" data-prosemirror-node-name="listItem" data-prosemirror-content-type="node" data-local-id="76b6b42268bb"&gt;
&lt;P data-prosemirror-node-block="true" data-prosemirror-node-name="paragraph" data-prosemirror-content-type="node" data-local-id="e3dd0d468dfc"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;More upcoming ACE Events&lt;/STRONG&gt; in &lt;A href="https://ace.atlassian.com/events/#/list" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;List&lt;/STRONG&gt;&lt;/A&gt; and &lt;A href="https://ace.atlassian.com/events/#/calendar" rel="noopener" target="_blank" data-prosemirror-mark-name="link" data-prosemirror-content-type="mark"&gt;&lt;STRONG data-prosemirror-mark-name="strong" data-prosemirror-content-type="mark"&gt;Calendar&lt;/STRONG&gt;&lt;/A&gt; views&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 11 Sep 2026 08:15:55 GMT</pubDate>
      <guid>https://community.atlassian.com/forums/Customer-Success/Feature-Focus-2026-Vol-11-September/ba-p/3287260</guid>
      <dc:creator>Suzie Ahlers</dc:creator>
      <dc:date>2026-09-11T08:15:55Z</dc:date>
    </item>
  </channel>
</rss>

