-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Bug]:Somebugs in Tag Endpoint #46
Comments
Hi @ybaskayadevops thanks for the bug report. |
HI Sebastion, did you deploy to the server? Because I am getting same errors. :(( https://api.awork.io/api/v1/projects/05aad667-6e95-ec11-a22a-38563d684e0e/tags [ trace-id: 2da556962dbd2353 thank you for your help. |
Hi @ybaskayadevops yes it's been deployed. As I mentioned, the fix is related to creating a project from a template, not for deleting tags directly. The deletion fails because there was an issue when creating the project. |
Hi Sebastian, I want to explain what I did -I created project from the your api from template Then I call to your delete tags api (it is not working.) So the problem is not one project. (Every day we'll create more then one project. ) if you advice me a way I will do this. Thank you for your help. |
@ybaskayadevops Can you please try again? As I said, I've just cleaned up the erroneous data which prevented the call from succeeding. Can you please try this both for a new project (created from a template), as well as an existing one? Deleting tags should now work in both cases. If it doesn't, could you provide me with the latest trace ids again? Thanks! |
Hi Sebastian, Now it is working Thank you. Best regards, |
What happened?
Hi Awork,
I hav egot some issues.
1-)https://api.awork.io/api/v1/projects/47c69c59-1c93-ec11-a22a-38563d684e0e/tags in this end point coming a lot of tags but in system. only 5 Tags.
2-)Second bug is-->I am trying to delete Tags
https://api.awork.io/api/v1/projects/47c69c59-1c93-ec11-a22a-38563d684e0e/deletetags
[
{
"name": "Prio_Gold",
"entityId": "47c69c59-1c93-ec11-a22a-38563d684e0e"
},
{
"name": "Prio_High",
"entityId": "47c69c59-1c93-ec11-a22a-38563d684e0e"
},
{
"name": "Prio_Low",
"entityId": "47c69c59-1c93-ec11-a22a-38563d684e0e"
},
{
"name": "Prio_Standard",
"entityId": "47c69c59-1c93-ec11-a22a-38563d684e0e"
},
{
"name": "Status_Hold",
"entityId": "47c69c59-1c93-ec11-a22a-38563d684e0e"
}
]
and I am getting an error-->TraceID:2541af3389cc0b9c
Thank you for Your help,
Best regards,
Yusuf Baskaya
What is the trace id of the call?
TraceID:2541af3389cc0b9c
Relevant error responses
No response
The text was updated successfully, but these errors were encountered: