January 21, 2022 release notes
New for Aha! Ideas and Aha! Roadmaps
Ideas Advanced customers can now share roadmaps and announcements directly to your ideas portal in Aha! Ideas using new custom portal pages.
New for Aha! Develop and Aha! Roadmaps
You can now bulk assign features in Aha! Roadmaps to a team in Aha! Develop — keeping work flowing efficiently from product to engineering.
Improvements
Custom URL fields are now clickable on shared webpages and presentations with drill in enabled.
The custom pivot API response was improved to better reflect how results are shown in the reporting interface.
Ideas portal custom CSS update
Updates may be needed in your ideas portal custom CSS
Applies to: Ideas portals with custom CSS. This does not affect portals using the classic design.
What to do: If you notice any issues with your portal's custom branding, please contact your Customizations administrator. They may need to update your portal's custom CSS. Any
body
CSS selectors should be updated tobody.ideas-portal
. Any other CSS selectors that are not working should add.ideas-portal
in front of the selector. For example, if there's anh1
selector that is not working, then change it to.ideas-portal h1
. Learn more about advanced portal customizations here.