Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend work items USAGE calculation to indirect work items #14

Open
pellecchialuigi opened this issue Jan 31, 2024 · 0 comments
Open

Extend work items USAGE calculation to indirect work items #14

pellecchialuigi opened this issue Jan 31, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@pellecchialuigi
Copy link
Collaborator

Actually USAGE feature show only a list of software components where the work item has a direct relationship with.
To really understand where a work items is USED we should scan also indirect relationships, considering multiple level of Software Requirements also.
The USAGE feature is aimed to clarify all the software components that will be affected by a change of the work item.
This feature should be used in pair with the Fork one. So if someone need to apply a change to a work item only to a software component, the idea is to verify where the work item is used and:

  • if only used in the current software component it will be safe to edit the work item
  • if the work item is used across multiple software components and we want to apply a change only on the current one, we should fork it. So it inherits the history of the current work item but will become a new one, with a new id.
@pellecchialuigi pellecchialuigi added the enhancement New feature or request label Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant