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

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

Open
fake991 opened this issue Aug 2, 2024 · 0 comments
Open

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

fake991 opened this issue Aug 2, 2024 · 0 comments
Labels

Comments

@fake991
Copy link

fake991 commented Aug 2, 2024

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" } ] } }

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

No branches or pull requests

1 participant