Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Using 'Team' field (from Adv Roadmap plan) as filter criteria for boards Jira (pros/cons/guidance)

david.hiatt February 13, 2021

Our instance of Jira is now configured so that Teams defined at the Adv Roadmap plan level are visible in issue detail of their source issues back in Jira.

A lot of our teams have done things like created components to organize boards around, but those components are basically metadata to proxy for 'team' level organization.

With board data sources in Advanced Roadmaps we get 'team' definitions, that now can show up back in Jira.

So whether there is value in basing our boards more directly on these team values is what I struggle with.  My desire for simplicity makes me think it potentially could be good to do so, but the factors that give me pause include:

1-Teams have to be 'shared' at plan level to show in issue detail.  

2-Is there anything 'circular' about having teams defined by Adv Roadmap plans based on boards, and then having boards based on those teams? (system logic I haven't gotten my head around)

3-Must always remember any changes modeled in plan related what issues teams work must be saved back to Jira, if this is how the teams are going to work.

Are any of these significant enough obstacles that should steer us away from organizing filters and boards around 'team' field in Jira, or are there other considerations I'm not even seeing?  These things are things on my mind.  Thanks for any thoughts. 

 

 

4 answers

2 accepted

1 vote
Answer accepted
Curt Holley
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 14, 2021

HI @david.hiatt 

Nothing to fear, it is a good idea.

What I have seen happening at my site is, Boards being filtered by the new Team field, then those boards being used as issue sources for the creation of plans. This keeps everything based around the concept of team (which is great).

Other cools elements to this,

  • shared teams can be seen (and used) by all.
  • the ability to incorporate team capacity into your plans (see my answer here for more detail Solved: Advanced Roadmaps - capacity planning cross projec... (atlassian.com) )
  • Add an automation rule so that, when a team member goes to log a new jira story, issue (whatever) the team field is populated for them. Thus ensuring there work always is visible on the board filtered by their team
  • Frees up Components to be used in a more pure fashion (for actual components)
david.hiatt February 15, 2021

Thank you Curt!

Team Capacity is a really good feature/view.

How extensively we share teams or not - still determining.

Helpful answer, appreciated.

Daniel Engzell May 25, 2021

Hi Curt,

Can you please share the details from your automation rule mentioned above?

Cheers

Curt Holley
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 25, 2021

Sure @Daniel Engzell 

Trigger = Issue Created

Condition is; User Condition (where Reporter = the team members)

Action = Edit issue (editing the team field)

Note: Use the If/Else condition if you want the one rule to handle more than one team (as below)

Screenshot 2021-05-26 095754.png

Like Daniel Engzell likes this
Alan Tragarz June 8, 2021

How will the automation rule work if an individual (say business analyst or product owner) is in more than one team and then creates an issue?

Curt Holley
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
June 8, 2021

Good question @Alan Tragarz 

The automation only pertains to one project, so if they are working across lots of projects, they could choose if they should be configured in the automation rule or not.

If they are working with.creating content for lots of teams within the one Jira project, i would recommend they are not configured for the automation and would continue to manually add the relevant team to any content they create (based on the nature of their role).

Scott Holleman December 20, 2022

I am struggling with this concept.  We are leveraging the Cloud version of Plans and of Jira Software Premium.
Attempting to create a Scrum Board based on the Teams field:
Project = ABC OR "Team[Team]" = 227 ORDER BY Rank ASC
OR
"Team[Team]" = 227 ORDER BY Rank ASC
is prohibiting my users from creating or completing Sprints.
Am I missing something?
I have even adjusted the permission scheme to allow anyone (jira-users) the ability to Manage Sprints.
Any help or insight is appreciated.

0 votes
Answer accepted
Dave
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
February 14, 2021

Hi @david.hiatt ,

@Curt Holley has done a great job in answering your question, but I'm interested to know if you're using Server or Cloud ? And in particular if you're using Cloud whether or not you're using Atlassian Teams (see https://support.atlassian.com/atlassian-account/docs/what-is-an-atlassian-team/ )

I'm also particularly interested in the sort of value you'd like to see leveraged from a tighter association between board and team. Do you typically have one board per team in your organisation?

Regards,

Dave

david.hiatt February 15, 2021

Thanks Dave!

Server, not cloud, currently.

I would say one board per team is common, but the flexibility to define boards otherwise too is good, so there is not a 'standard' per se.  Where we do use the approach of board by team I was just testing whether using the 'Teams' field directly as filter criteria is a good idea, or not.

Thanks,

DH

Like Dave likes this
Dave
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
February 15, 2021

Thanks @david.hiatt .... well, I personally use the Teams field in the JQL filters that I use for my boards. I think it's a good way of doing it. I've seen other customers use label or component fields, but I think this provides better context and obviously provides additional value within Advanced Roadmaps plans (i.e. for capacity based planning).

Regards,

Dave

0 votes
Alan Tragarz April 11, 2021

Our org has multiple teams using a single project and each team has its own board (cloud version). Some drawbacks that I have encountered;

 

1. Filters dont allow sorting by team.

2. Confluence macros/gadgets dont display teams even though the jira issue filter shows this field as an option.

3. I am able to define a Plan that shows epics each team is working on but I cannot show that plan in Confluence.

4. Havent played with roadmaps but maybe those can organize work around teams?

Curt Holley
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 11, 2021

Yeah, 1 and 2 are annoying. I know Atlassian are working on making the Team field more flexible, but I'm not certain it will resolve these or not.

3 can be done now on cloud at least (via a macro). Looks like it is available on Server/DC as well? Sharing and exporting plan data | Advanced Roadmaps for Jira Data Center and Server 3.29 | Atlassian Documentation

4....not sure. Would depend on the context of "organize work around teams"

Alan Tragarz June 8, 2021

Can a roadmap show Epics with their related issue types along with % completion of the specific epic? Also can the roadmap show not only To Do or In Progress but Done items as well?

Curt Holley
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
June 8, 2021

HI @Alan Tragarz 

Yes, there are two fields you can select, "Progress (Story Points)" & "Progress (Issue count). both of these will show a % completion rate (of an Epic's Stories amalgamated points) See Initiative below (with points from Stories 2 layers down the Hierarchy)

sp.png

Yes, you can decide how long you show "Done" content on your plan. Go to: 

Configuration/Exclusion Rules and set the length of time you'd like "done" issues to remain on the plan.

ex.png 

Alan Tragarz June 8, 2021

Thanks Curt. I'm on the Jira Cloud version so not sure if that has any difference. I ask because I see different Progress fields (e.g. not story points). Also might be the wring Roadmap (Plan > Roadmap vs Project > Roadmap)?

Screenshot 2021-06-08 135047.jpg

Curt Holley
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
June 8, 2021

Hi @Alan Tragarz Sorry, i was talking Cloud.

OK, I think the reason you can't see the Story points option is due to the Plan not being configured for Story Points in the Estimation section.

est.png

Also, might be worth checking that the Teams in the plan are set up as Scrum teams and not Kanban (as Kanban assumes no story points.....rightly or wrongly)

Alan Tragarz June 8, 2021

Thanks Curt, that got me closer. Now I use Epics and link stories, bugs and spikes to said Epic. I bring in all the Epics I want in the roadmap but the ProgressScreenshot 2021-06-08 143758.jpg doesnt display anything. Could it be that the filter I used is only for Epics?

Curt Holley
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
June 8, 2021

That is definitely it @Alan Tragarz You need to filter in all of the hierarchy, so that the children are part of the plan, then it be able to do its tricks :-) 

0 votes
david.hiatt February 15, 2021

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events