Bug related to Items endpoint


Badge +1

Hi all, I found such a pattern, which in my opinion is a bug, unless of course it is caused by the impossibility of development.

Main: uploaded on the board item's "title" does not appear in the response until it is edited.

Steps to reproduce:
1) I create a board and with the help of "Drag & Drop" I throw several png files with predefined names onto it. For example, "Test_Image_1.png", "Test_Image_2.png", etc. (I think it works with other file types too, but I haven't checked)
2) I make a request to extract all Items. For example, 'https://api.miro.com/v2/boards/<board_id>/items?limit=50' or 'https://api.miro.com/v2/boards/<board_id>/items?limit =50&type=image'
3) I get the result with the correct number of elements, but in "data" the elements have only "imageUrl" and no "title", although it is there.
Example:
{
...
"createdBy" : {
       "id" : "item_id",
       "type" : "user"
     },
"data" : {
       "imageUrl" : "https://api.miro.com/v2/boards/.....",
   },
....
}
4) If I somehow edit the name (title) of a certain item (png image), then its "title" will begin to be displayed in the response. For example, I change "Test_Image_1.png" to "Test_Image_1_edited.png", then the result will be
{
...
"createdBy" : {
       "id" : "item_id",
       "type" : "user"
     },
"data" : {
       "imageUrl" : "https://api.miro.com/v2/boards/.....",
       "title" : "Test_Image_1_edited.png"
   },
....
}


5 replies

Userlevel 5
Badge +3

Hey @Dmytro Koziuberda,

Thanks a lot for raising this! I agree, this behavior seems unintended. Let me raise it with our engineering team and get back to you shortly. :) 

Best,
Will

Badge +1

Hello @Will Bishop,

Just wanted to follow up on the bug we discussed earlier in the thread. I understand you're busy, but I wanted to check if there have been any updates on that matter. I currently have a task that depends on this bug, and having the latest information would greatly help me. If there's anything I can do to assist or provide additional details, please let me know. Could you please let me know if there's been any progress or if there's any new information regarding this bug?

Thank you so much. 

Best regards,
Dmytro

Userlevel 5
Badge +3

Hi @Dmytro Koziuberda,

Thanks for following up on this! I’ve just checked back with our engineering team and can confirm that this is indeed a bug as suspected. 

We are working on prioritizing the fix for this, and I hope to have a more concrete timeline to share shortly. Apologies again for the trouble here, and we will follow up as soon as possible!

Thanks,
Will

Badge

Hello @Will Bishop me and my Team encounter same issue which prevents us from automating an important part of our ops. Any planed date for this resolution? Thanks. 

 

Userlevel 5
Badge +3

Thanks for letting us know @AntoineOne — this is with our engineering team and we’re hoping to get a fix into one of our next releases. I’ll follow up here with more details as soon as I have them.

Apologies for the inconvenience, and will follow up shortly!

Reply