Build better products with our product team
We have discovered a strange ting that happens when we are pasting text into a fragment. If we are cleaning up the text in Notepad, and uses the text in a fragment we are running into some issues. It seems like if the text from Notepad has several paragraphs something strange happens. The first paragraph is recanalized as a paragraph and is placed inside a P-tag <p>. But the other paragraphs that is pasted in is for some reason placed into div-tags <div> This causes problems with the design of the content. Explained in code this would look something like this:Notepad text:Here is our paragraph text oneHere is our paragraph text twoHere is our paragraph text treeIn our fragment in AJO the code for this would look like this: <p>Here is our paragraph text one</p><div></div><div>Here is our paragraph text two</div><div></div><div>Here is our paragraph text tree</div>As you can see the tree paragraphs are acting in different ways, one as a pragraph tag, the two others as div-tags. And it seems like there is used a div-tag to create line space between the paragraphs -where Notepad has space.This causes some problems with styling if you are using customized style classes since a p-tag and a div-tag isent the same thing - and in most cased has different classes. It would be great if pasting of plain text with several paragraphs could have the same tag conected to each of the parapraphs - like <P> is been used for all.
Description -We recently customised our calendar so that week now starts on a Monday and ends on a Sunday.However, the descriptions in the data dictionary haven't updated and include the sentence: "By default, this refers to the time period that starts on Sunday and ends on Saturday prior to the current week.".We cannot edit these descriptions in the UI as they are "Adobe provided components".We feel that the existing definitions are likely to mislead users. Why is this feature important to you -The current behaviour is misleading. How would you like the feature to work - Either: a) The descriptions of Adobe provided components such as "Last Week" can be edited by users, orb) If users customise their calendar to change the start date of a week then the definitions for these date ranges are updated automatically. Current Behaviour -The descriptions cannot be edited as they are "Adobe provided components".
Issues:1) No horizontal scroll to see all the milestones. 2) Milestones names are missing when scrolled to the bottom to see horizontal scroll.3) Updating the filter breaks the page.
Request for Feature Enhancement (RFE) Summary: API to get variation of Content Fragment Use-case: There is content fragment. Have to create variation of CF eg: FB , LinkedIn. Want to automate variation creation. Suppose we send content along with params like audience, Tone etc. On API hit we get the variation data. Current/Experienced Behavior: We have editor where we input data and get dariation. This variation we can copy paste or export as variation. Improved/Expected Behavior: Environment Details (AEM version/service pack, any other specifics if applicable): AEM cloud service Customer-name/Organization name: Screenshot (if applicable): Code package (if applicable):
Request for Feature Enhancement (RFE) Summary: Currently, Cloud Manager and Splunk dashboards do not provide visibility into leader pod restarts in AEM as a Cloud Service environments. Identifying when and why a leader pod restarts is essential for understanding system stability and troubleshooting potential performance or replication issues. Having this visibility directly in Cloud Manager (or accessible via Splunk logs) would help operations and development teams proactively monitor environment health, correlate incidents, and improve root-cause analysis without needing Adobe support intervention. Use-case: Leader pod restarts can affect replication, workflows, or cache invalidation, but currently there is no easy way for customers to detect or audit these events. Providing this visibility would reduce investigation time during incidents, enhance transparency, and empower teams to maintain stable AEM Cloud environments. Current/Experienced Behavior: There is no visibility or alert mechanism in Cloud Manager or Splunk for leader pod restarts. Customers must rely on Adobe Support to confirm such events. Improved/Expected Behavior: Display leader pod restart events in Cloud Manager’s monitoring section, with timestamps and pod names. Alternatively, include this information in the Splunk logs or provide an API endpoint to query pod restart history.Optional alerting mechanism (email or webhook) when leader pods restart unexpectedly. Environment Details (AEM version/service pack, any other specifics if applicable): AEM as a Cloud Service – SDK version 2025.9.22758 (build: 20250928T092442Z) Customer-name/Organization name: Assa Abloy Screenshot (if applicable): Code package (if applicable):
Request for Feature Enhancement (RFE) Summary: Migrate Content Hub configurations like Search Filters and Asset Metadata details across environments Use-case: Setting up of Content hub across program Current/Experienced Behavior: Need to configure all the settings including setting up of several custom search filters and asset metadata mappings manually across all environments. Improved/Expected Behavior: Need a self service way to import and export configurations for each environment or a mechanism to migrate the configurations from one environment to the other. Environment Details (AEM version/service pack, any other specifics if applicable): 2025.10.22943.20251009T135918Z Customer-name/Organization name: Abbott Screenshot (if applicable): Code package (if applicable):
Request for Feature Enhancement (RFE) Summary: Improve multilingual content management in AEM by enabling a single content fragment to support multiple languages/locales through a tabbed or variant-based interface. Use-case: Our content authors manage over 500,000 content fragments across 12 languages. Currently, each language requires a separate content fragment, resulting in significant manual effort and complexity when performing routine tasks such as updates, moves, deletions, and publishing. Current/Experienced Behavior: AEM requires a separate content fragment for each language or locale. Authors must manually replicate actions (e.g., move, update, unpublish, delete) across all language versions. Shared fields must be updated individually in each of the 12 language-specific fragments. This leads to a high risk of inconsistency, increased maintenance overhead, and a time-consuming authoring experience. Improved/Expected Behavior: Enable a single content fragment to support multiple languages/locales using a tabbed or variant-based structure. Allow shared fields to be updated once and reflected across all language variants. Provide built-in tools or automation to manage language-specific content more efficiently (e.g., bulk move, update, unpublish, delete). Reduce manual effort and improve consistency across multilingual content. Environment Details (AEM version/service pack, any other specifics if applicable): AEM Version: 6.5 Service Pack: 6.5.22 Deployment:On-premise Content Volume: Over 1 million content fragments across 20 languages Customer-name/Organization name: Hyatt Hotels Corporation Screenshot (if applicable): Code package (if applicable):
Similar to the recycle bin idea but more of a real time snap back to your last action. I know there is some functionality for this but our PM's accidentally delete tasks accidentally because they are moving so fast and it would be great if there was a button similar to other products out there so you can undo / redo your last several actions within a project. Having to go to a recycle bin to restore work is a multi step process that would cause frustration in times of fire drills.
The existing time dimensions (day, hour, minute) in the DWH are not fine-granular enough for a few clients' use case.Therefore, they are collecting the user-timestamp in milliseconds in a custom prop as a workaround for this issue. But this workaround has some disadvantages:a) User timestamp collected in the frontend is local and sometimes incorrect (days or years in the future/past)b) For some server calls, the prop is not collected / missingc) This workaround depends on the data collection (server-side timestamp would be independent of front-end data collection).Can this be considered a possible enhancement, making the server-side hit timestamp available as a dimension in the data warehouse?With my basic understanding, since DWH is the post-processed data. Any data on the DWH is the outcome of the raw data.Hence, this particular enhancement should first be in the data feed because the current data feed shows second-level information.
We have got ourselves into a situation where we have made many revisions to rules/elements which we have not published and no longer intend to publish. What is live and what is in our elements/rules are very different and it is now very difficult to get back to a clean baseline within rules and elements. The only way to do this is to manually revert every changed rule/element to match the current live version - very time consuming and prone to error. Please can you consider introducing a way to quickly update multiple elements/rules to match the live version?
Description - it is currently too cumbersome to commit to a new date. Users have to open the task to commit to a new date.Why is this feature important to you - users commit to new dates often so streamlined functionality is importantHow would you like the feature to work - from the My Tasks widget, open the summary area under quick actions and see the commit date field. OR have a commit date field as a column in the My tasks widget. Current Behaviour - Users have to open the task and select a new date from the commit date field.
Description - Many times database connection on Query Service get disconnected due to various reasons (limit of users reached being one of it). This affects the focus work as it disrupts the query execution, to avoid it User should have a connection refresh button which will allow the Database connection to be re-established without having to refresh the entire browser multiple times.Why is this feature important to you - Helps users to continue important focus query time without disruptionsHow would you like the feature to work - A simple refresh button the page should reestablish the connection to the database.Current Behaviour - Users need to copy the entire query and refresh the browser, it clear all the query results previous queries might have returned on the browser.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
Sorry, we're still checking this file's contents to make sure it's safe to download. Please try again in a few minutes.
OKSorry, our virus scanner detected that this file isn't safe to download.
OK