Skip to content

needs_id_required not supported #15

Description

@danwos

When using the src-trace directive, it creates a Src-Trace need object.
This objects gets a random id, which is not allowed if needs_id_required is set to True.
So the build stops.

Solution proposal: Allow to set ID:

.. src-trace:: example_with_file
   :id: MY_ID_005
   :project: showcase

Why is this specific need even needed?
It is not linked to traced objects nor has any metrics or other information.
And as far as I have seen, I can't configure the type of it, which may make trouble for some projects.

Updated proposal: Just remove this specific need object :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions