Skip to content

[Question] remove a single tag from a custom taxonomy #2491

Open
@fake991

Description

@fake991

Hi,

I have created a custom taxonomy and used it to tag several cases. I would like to remove a single tag as I have replaced it with a new one. I don't want to delete the whole taxonomy as I would lose all the tags that were in the old cases.

Example:

I want to remove from my taxonomy the entry containing "to_be_removed" in the position 0

{ "namespace":"taxonomy_final", "description":"Custom Taxonomy", "version":2, "expanded":"Custom Taxonomy", "predicates":[ { "value":"predicate_value", "expanded":"expanded_value", "description":"descr" } ], "values":[ { "predicate":"predicate_value", "entry":[ { "value":"to_be_removed", "expanded":"to_be_removed", "description":"to_be_removed" }, { "value":"new_tag", "expanded":"new_tag", "description":"new_tag" } ] } }

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @fake991

        Issue actions

          [Question] remove a single tag from a custom taxonomy · Issue #2491 · TheHive-Project/TheHive