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

Use the API to create new tags #4463

Open
2 tasks done
lossitomatossi opened this issue Dec 13, 2024 · 0 comments
Open
2 tasks done

Use the API to create new tags #4463

lossitomatossi opened this issue Dec 13, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@lossitomatossi
Copy link

Current Behavior

Currently the only way to create tags is to update an existing project, either through the API or through the UI.

Image

Proposed Behavior

I wish to be able to create new Tags either from /tags or more importantly with a PUT to api/v1/tag. The only info should be name: "name-of-tag".

I was planning to implement a self-service tool outside dependency track where users would be allowed to set up alerts and then letting them choose a tag they wish to be added to that alert, using the "Limit to tags" field. The alert would be created using the API-call after using the API to create a tag.

Now instead the tool will need to verify that a tag exists, (finding a random project the tag should be added to), and then creating an alert and adding the tag to the alert.

Checklist

@lossitomatossi lossitomatossi added the enhancement New feature or request label Dec 13, 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