The Atlassian Jira Align team is pleased to announce Jira Align v.11.7.
Last updated: Jan 10, 2025 to include bug fixes delivered in maintenance release 11.7.1
Coming soon
An update on the Portfolio Ask field
Back in August, we announced that we planned to remove the Portfolio Ask field and migrate its contents to new milestones within your work items. We planned these changes as part of work to display milestones more prominently on the roadmap and across Jira Align.
Since this announcement, we’ve been engaging with you on how to use milestones in a way that is more aligned the future of Jira Align. We’ve also removed portfolio ask from Enterprise Insights data, and replaced it with milestone views and columns.
Based on these conversations, we understand that some of you aren’t ready to migrate data to milestones. We have decided to pause the removal of the portfolio ask field, and do not plan to migrate this data.
The portfolio ask field is now considered end-of-support. We will not file or fix any reported bugs against it, and it will remain unavailable in Enterprise Insights.
We will provide additional updates when we set a timeline for removing the field in the future. To focus on building new features that compliment milestones, this removal won’t be considered for at least one calendar year.
To take full advantage of our future work, we still recommend moving your portfolio ask data to milestones, and to create milestones that represent portfolio ask dates on new work items.
Options for migration (select to expand)
Create milestones through the UI
- Navigate to the specific work item you wish to add a milestone to and open its details panel.
- Within the details panel, open the Milestones tab and select Add milestone.
- Enter a name. This is the only required field.
- Optionally, enter a state, category, start date, due date, and description. At least one date must be included in order for a milestone to display on the roadmap.
- Once you have entered all relevant information, select Save. You can return to the milestones tab to view or change this information at any time.
Create milestones through the API
First, query the API. This URL will return all work items with a value in the portfolio ask field. This is a GET request. <work item> should be replaced with the plural respective work item:
- themes
- capabilities
- epics
- features
URL:
/<work item>?isRecycled=false&%24filter=portfolioAskDate%20ne%20null
Next, create milestones using the retrieved data. This URL creates a milestone for a given work item. This is a POST request and a body must be included.
URL:
<work item>/<work itemid from step 1>/milestones
Body:
{
"title": "<title here>",
"description": "<optional>",
"state": <1 is pending, 5 is completed>,
"startOn": "<optional>",
"targetOn": "<copy paste portfolio ask date here>"
}
Custom room filter improvements
To address early feedback on custom room filters and avoid releasing this change over the holidays, the release of the custom room filtering improvements has been postponed to early 2025. The multi-select portfolio filter will also be included in the same version.
Additional removals of end-of-support pages and functions in 11.8
In version 11.8.X, we’ll be removing two features from Jira Align that were previously designated with end-of-support status.
These pages and functions will be included with the previously announced removals for 11.8.
If you have used this functionality in the past and would like to make a record of your entries, please visit these pages prior to version 11.8.X to archive your data. You can use screenshots and Save options from your browser to capture the contents of a page.
Changes to Start/Initiation and Target Completion fields in 11.9
In version 11.9.X, we’ll make the following changes to the Start/Initiation and Target Completion fields found on themes, epics, capabilities, and features:
- The fields will be set to always visible in details panel settings. If you’ve previously set these fields to hidden, they will now display inside details panels.
- The ability to lock and deactivate the fields will be removed.
- The fields will be moved near the top of work item details panels, directly below the Program Increment field. Previously, these fields were located within the Full Details section of panels, requiring an extra interaction to make them visible.
We’re moving these fields and promoting their visibility to make them easier to locate and edit. We recommend implementing these fields in your processes, as they’ll be used as the source-of-truth for how dates display in the upcoming new roadmap experience.
End of support for legacy objectives tree in 11.10
In version 11.10, we’ll be ending support for the legacy objectives tree in Jira Align. Three months after that, in version 11.13, we will remove the legacy objectives tree page. We are sunsetting this page as the OKR hub is a streamlined, improved version of the objectives tree experience, and will reduce confusion about which page to view and track objectives.
As part of this rollout, we will enable the OKR hub feature toggle for all customers in version 11.8. The legacy objective tree page will still be accessible until version 11.13 by selecting the Go to objectives tree button.
We welcome feedback on the OKR hub as we roll out the removal of the legacy objectives tree.
Upcoming removal of the admin task status page in 11.10
In version 11.10, we’ll be removing the legacy admin task status page from Jira Align. We’re removing this unused page as it does not provide any actionable data for cloud or on-premise environments.
Enhancements and features
These features for 11.6 were released to environments on the continuous release track on December 20, 2024, in version 11.7.0. The features will be released to environments on the bundled release track on January 10, 2025, in version 11.7.1.
Updates to our release practices in preparation for continuous deployment
To prepare for continuous deployment coming to Jira Align in early 2025, cover more bugs in each on-premise release, and streamline our release notes content, we’re making the following updates to our release practices:
- On-premise versions will now be available for download one week later, 19 days after a maintenance release deploys to the bundled release track.
- All contents of feature, maintenance, bug fix, and hotfix releases can be found in a single release notes article.
- The release calendar will be simplified to focus on planned feature and maintenance release dates.
Review our full announcement for details on these updates, and steps you can take to ensure you receive real-time updates for the bug fixes that affect you.
Modernized strategic driver allocation report
We’ve given the strategic driver allocation report a major overhaul. The report has a new, modernized UI with new features and enhancements that improve the usability of the report.
- Complete chart make-over.
- New feature estimate allocation chart that provides the allocation of feature estimate by strategic driver.
- An updated epic table with column sorting and enhanced pagination.
- New feature estimate, story point estimate and accepted story points columns in the epic table.
- A new strategic driver filter to make the report easier to view epic data.
New OKR hub columns
We’ve added critical data to the OKR hub to make it a one-stop shop for all things objectives. As part of this release, we’ve added four columns:
- Planned value
- Delivered value
- Anchor sprint
- Blocked
Now that we have unlocked key data points in the OKR hub, and made it the page for tracking and reporting objectives, we will be beginning the removal process for the objectives tree page. More information about the transition is located in the Coming soon section of these release notes.
Track dependencies with tags
We added a tags field on dependencies so you can track dependencies by tag in the dependencies grid. Entering text in the search field of the dependencies page will search dependency titles and tags for a match. You can also add tags as a column on the dependency grid in the Columns Shown menu.
New objective details panel configurable in details panel settings
As part of bringing the new objective details panel to parity, we’re happy to announce the new objective details panel supports configuration of active and required fields through details panel settings.
If you’re interested in turning on this new and improved objective details panel in your instance, reach out to your Support team. Once turned on, individual users can switch between the new and legacy details panel experiences.
Action required: Additional changes to Jira connector endpoints for Jira Data Center
Starting with version 11.7.X, Jira connectors will make use of a few new endpoints:
- POST /rest/agile/1.0/sprint/{sprintId}/issue
- GET /rest/agile/1.0/board/{boardId}/sprint
Over the next couple of releases, we will begin using the PUT /rest/agile/1.0/issue/rank endpoint as well.
If you’re syncing Jira Align with Jira Data Center, make sure these endpoints are allowlisted in your proxy, API gateway, WAF (Web Application Firewall), or any other technology that filters access to your Jira Data Center instance.
We recommend adding the following wildcards to your allowlist so that all endpoints used by the Jira connector can be properly accessed:
- /rest/api/2/*
- /rest/agile/1.0/*
The Jira integration guide contains the different URLs we require for Jira Data Center integration.
Bug fixes
Last updated: Jan 10, 2025 to include bug fixes delivered in maintenance release 11.7.1
This list of resolved bugs will be updated weekly to reflect changes from maintenance and bug fix releases. You can see the contents of individual bug fix releases in the Bug fix release notes section.
Key |
Summary |
Release Version |
JIRAALIGN-3459 |
Program Increment Cleanup report -> Cancelled Objectives should not be included |
11.7.0 |
JIRAALIGN-4297 |
PI Drop Down Filter is being ignored on Strategic Driver Report |
11.7.0 |
JIRAALIGN-4651 |
Reports - Program Tracking : Blank page is displayed with clicking Capture button |
11.7.0 |
JIRAALIGN-6506 |
Audit Log: Mass Move Function Fails to Record All Actions |
11.7.0 |
JIRAALIGN-6595 |
When committing to a date earlier than Needed By in a program-to-program dependency, the dependency is not committed |
11.7.0 |
JIRAALIGN-6645 |
"Owner" field is not syncing from Jira Align to Jira |
11.7.0 |
JIRAALIGN-6846 |
Duplicate Jira states are created after Jira Align Migration scripts are executed |
11.7.0 |
JIRAALIGN-6916 |
Program Room: Some widgets in a Program Room are taking a long time to load |
11.7.0 |
JIRAALIGN-7245 |
Patch API Request to replace Epic's owner is modifying Estimate Team Weeks in Audit Log |
11.7.0 |
JIRAALIGN-7247 |
Changing Group By Objectives on Feature Roadmap causes Roadmap to load slowly or fail to load completely. |
11.7.0 |
JIRAALIGN-7520 |
Themes - API - doing a PATCH to add programs clears out programs and releases |
11.7.0 |
JIRAALIGN-7702 |
Patch API Request to replace Epic's spendToDate is modifying Estimate Team Weeks in Audit Log |
11.7.0 |
JIRAALIGN-7783 |
Unable to access Audit Logs for Success Criteria |
11.7.0 |
JIRAALIGN-7807 |
Reports: Some reports not opening correctly |
11.7.0 |
JIRAALIGN-6319 |
New OKR experience: even if the fields are disabled in the Details Panel Settings, the fields are still displayed. |
11.7.1 |
Internally-found issues
We’ve corrected the following bugs that were discovered while investigating related issues, building new enhancements, and performing maintenance:
11.7.0
- The build number on the About page was always listed as 1.0.0.0.
- On the sidebar, the Teams option would display multiple times under More items.
- Identified and closed a vulnerability related to the strategic driver report.
- On the status reports, some dropdowns wouldn’t display under Extra Configs after applying changes on the stand-alone feature’s slide-out panel.
- On the program increment progress report, stories were counted on the burndown charts if they had been dropped from the program increment with their parent feature.
- On the homepage, duplicate room cards would display in the Recent rooms section.
- On the ideation portal’s idea details panel, the words “product” and “idea” wouldn’t display for external users.
- When creating a dependency for a capabilities, adding a second program in the Depends On field would result in a “Whoops” error.
- On the work tree, all release vehicles would display in the filter dropdown lists when no program increments were selected in the sidebar.
- On the work tree’s theme group view, all epics would display in the filter dropdown lists when no program increments were selected in the sidebar.
- The work tree’s theme group view wouldn’t display when more than one program increment was selected in the sidebar.
- On the OKR hub, an error would display when switching from the objectives to the goals level columns were displayed in the table.
- When removing the Theme column from the exported file for epics and then importing epics back, the themes were removed from the epics they were assigned to.
- On the new objective details panel experience, key result score change weren’t recorded in the audit log when a key result's baseline and goal values were updated.
- A Jira connector API response parse error prevent would prevent data from syncing.
- Identified and closed a vulnerability related to the Azure DevOps connector.
- On the feature backlog’s Kanban value stream view, users couldn’t move features between programs without mapping to external systems.
- The word “feature” on the feature mass move audit log wasn’t tied to platform terminology.
- Identified and closed permissions vulnerabilities related to Kanban boards.
- In the Kanban view of the capability backlog, incorrect numbers would display in the Process Step column when filtering by custom hierarchy.
11.7.1
- On the new objective details panel experience, themes couldn't be added to an objective when the Themes field was required.
- On the new objective details panel experience, required fields didn't display with red asterisks.
- On the strategic driver allocation report, when no strategic drivers were allocated for a program increment, the Driver dropdown would display with no value, even if the epics had associated drivers.
- Identified and closed a vulnerability related to audit logs.
- Identified and closed a vulnerability related to process flows.