Being able to use Connections is such a huge improvement, but one challenge is Grouping By a Connections field in a view.
Example scenario
- You have 3 Jira Product Discovery Projects: Team A, Team B, Team C
- Each of those products uses a three-tier connection ladder:
- Company OKR
- Idea
- Experiment
- While the ideas and experiments will vary by project, the Company OKR connection values are consistent across all 3 projects (example: OKR1: Money, OKR2: Views, OKR3: Retention)
- In Jira Roadmaps, you create a single roadmap for stakeholders to visualize the roadmap for all 3 teams (Jira PD projects)
- You want to Group By the Company OKR connections field to show stakeholders all of the Ideas under each company OKR
- The Group By duplicates the Company OKR value by each project even though the values are the same and the Company OKR connection field is global
- In this example, the Jira Roadmap ends up with:
- 3 groupings for OKR1: Money
- 3 groupings for OKR2: Views
- 3 groupings for OKR3: Retention
- This makes the Group By connections field less than ideal
The workaround we're deploying for now can work around this, but it's not ideal:
- Create a global field (non-connection) called Company OKR
- Use automation that triggers on a Discovery - Connected link type and copies the {{destinationIssue.issuelinks.first.inwardIssue.fields.summary}} into the global Company OKR field (non-connection)
- Update Jira Roadmap to Group By the global Company OKR field (non-connection) instead of the connections field
Any plans to address this? TYIA!