murat
murat

Reputation: 63

Jira: Project vs Component for multiple teams

In my department, we have 8 Scrum teams where every team has their own products, releases and backlogs. But we also have some shared components and help each other when needed. So, which approach do you think is best for us? What are the benefits and drawbacks? Please share your experience.

Some factors to consider:

Upvotes: 4

Views: 4505

Answers (1)

Sun Dery
Sun Dery

Reputation: 86

Well i think B is the best choice

benefits

  • easy user management - when all developers are in the same project you need to define your roles once.
  • when you make several boards to the same projects its shared automaticly with no permission problems.
  • Department wide reports can be issued by the report tab in the project area. and not be assambled roughly.
  • Team members that will want to create an issue for another team will simply create an issue and specify a component according to the team.
  • if you use pre commit hooks to verify that smart commit was usedm you only need to search for that specific prefix.

now the drawbacks

  • The team leaders may ruin each other configurations hance they all have administration permissions on the project.
  • if a developer will forget to specify its component the task will not apear on any board since you edit your smart filters to Component='A'.
  • Many stats in the projects and complex workflow scheme.

Hope I helped :)

Upvotes: 7

Related Questions