Skip to content

Bug in needflow with root-id and parent_needs #1412

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

Open
danwos opened this issue Feb 26, 2025 · 0 comments
Open

Bug in needflow with root-id and parent_needs #1412

danwos opened this issue Feb 26, 2025 · 0 comments

Comments

@danwos
Copy link
Member

danwos commented Feb 26, 2025

Using needflow with root_id does not take links from nested needs into account, or more specifically the automatically set link type parent_needs is not shown and can not be configured to be shown.

Example

.. req:: My Requirement
   :id: REQ_001

   .. spec:: My nested Specification
      :id: SPEC_001

In this example SPEC_001 will get parent_needs set to REQ_001.
The related parents_needs_back is also set for REQ_001toSPEC_001`.

When using now:

 .. needflow::
    :root_id: REQ_001
    :root_depth: 2

SPEC_001 is not shown in the diagram.
Also setting :link_types: parent_needs does not help.

Is my configuration somehow wrong or is parent_needs currently ignored?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant