Discuss everything related to Miro API, SDK, embedding and Miro Platform apps development.
Recently active
As the title says - Up until about a month ago the High Quality exported a useable PDF - but within roughly the last month or so, the pdf export is small file size (previously 300MB +/-) is now 30MB - huge difference in file size and quality of the exports. Not useable. I’ve tried ‘zooming in’ and letting it render but it makes no difference.
I think I might be trying to do something not possible with a miro board.Our use case has many of these on a single board. It is simply three fields, a path to a file at azure devops, a PAT (Personal Access Token that has permisions to read the file) a field that contains a version number. A button to save the values, and a check button, that initiates a javascript that calls a rest api to devops to pull the current file version and compare it to the value entered. I have been able to get so far as having the html show up when I click the app, but I'm not seeing an object that I can use to place this on the board. I'm not see one of the board items that I can do this in here - https://developers.miro.com/docs/miro-web-sdk-board-items-crud
Dear Miro Team,I am implementing a mini application with the Custom Action of the web sdk 2.0.The user selects a series of items from the board (app_card, card, connector, frame, shape, sticky_note and text) and when clicking on the button in the context menu a calculation is executed (my custom action).Everything works correctly, but I have observed that when I select more than 50 items, my application does not appear in the context menu. I've looked in the documentation but I don't see anything about a maximum limit on the selection.Is there any type of limitation?This is how I have defined my custom-action: ....export async function init() { await miro.board.ui.on("custom:calculate", actionHandler()); const calculateCustomAction: CustomAction = { scope: "local", event: "calculate", ui: { label: { en: "Calculate", }, icon: "chat-plus", description: { en: "Sum of estimated points", }, position: 1, }, predicate: { $or: [
Miro Pagination based on cursor-list not working as expected for Audit/logs API.I guess cursor key should not be there in the last page of the response, but we are getting same value of Cursor key continuously every time in the response.Can you please suggest on same?
ServiceRocket builds 3 new apps on top of the Miro Developer Platform Hey, developers!Want to learn more about the art of the possible on our developer platform? ServiceRocket has just launched 3 new enterprise-ready integrations for Salesforce, GitHub, and Autodesk—each built on top of Miro’s Web SDK and REST APIs. Check them out here:Salesforce for MiroThe Salesforce for Miro app enables users to interact with Salesforce data from directly within their Miro board. With this new app, you can now use Miro to manage sales activities, account planning, opportunity management, and more, with a direct connection between Salesforce and Miro.📽️ Watch the demo GitHub for MiroThis realtime, bi-directional sync between GitHub and Miro enhances collaboration across platforms, reduces costs for product and engineering organizations, and increases efficiency. With the GitHub Connector, you can bulk convert GitHub issues to cards in Miro, search and add issues, and more, facilitating better produc
Hi everyone;I’m looking for a freelance developer to port my Figjam plugin to Miro. Please DM if you have the capacity.
We are using the beta version of the org chart (and are loving it!) but are needing to update the fixed text titles (Location) and (Team) as we have alternate info to include in the deeper levels. Is there a way to edit this fixed text?
I was trying to get the data using this method https://developers.miro.com/reference/get-items but I have a board with more than 100 items, and I'd like to know if it's possible to increase the query limit or create an app for it, without the need for pagination. I'm new to this, so I'm a bit lost as to how the API, SDK and other tools work.
I would love an API (if I’m using that term in the right way) for counting individual colors used on a board. Does anyone have the ability/desire to create that?
Hello,I know it is possible to interact with the estimation app through the REST API, but I would like to know if it is also possible through the web SDK? More specifically, I am interested in getting the item that is currently being estimated as well as all items in the estimation session.Kind regards,Peter
The wiki states that i cannot group already grouped items:Previously grouped items cannot be grouped again, this will cause an error. You can use the groupId property in the item to check whether it's already assigned to a group.But i can do it in UI, just click on item, then ctrl+click on group and i have button in the middle:So is there a way to add item to existing group? Or i have to make my own tool that will collect all grouped items first, then ungroup them, then form a new group with new item?
Example: App Metrics dashboardHey, developers! We’re excited to announce the release of the App Metrics dashboard in the Developer Hub.With App Metrics, developers can now make data-driven decisions based on key metrics like app installations, active users, and more. Enhance your applications, engage users more effectively, and achieve better results in user acquisition, retention, and revenue generation. By regularly monitoring and analyzing these metrics, developers can adapt to changing market dynamics and create more successful, user-centric applications.The App Metrics dashboard can be accessed from the Your apps section of the Developer Hub:Access App Metrics from the Developer HubLearn more about App Metrics in our guide:App Metrics Cheers!Miro Developer Platform Team
I lost all of my boards after logging back in. Who can explain this to me?
I am trying to figure out a quick way to reference the projectid string once projects are manually created within a team. Team and Board IDs can be found in the URL, but this does not seem to be the case for Projects. What am I missing?
Hey, everyone!We’re excited to share that we’ve made some improvements to the look and feel of developers.miro.com in an effort to ensure you’re able to easily and efficiently navigate our documentation and guides. You’ll find refreshed top and side navigations, new and improved sections for each part of developing Miro apps, and better organized guides. We’ve also added dedicated resources for building apps on our public Marketplace, grouped documentation by capability, and more.These updates are already live on developers.miro.com and we look forward to continuing to keep our developer experience top of mind!
Здравствуйте. У меня в приложении миро нет собственной доски, но меня пригласили на доску, которой владеет другой человек. Во-первых, меня пригласили лишь на одну доску, но после этого я стала видеть все три доски этого человека, хотя мне нужна только одна. И проблема в том, что уже как месяц я не могу зайти на эту доску, я создала новый аккаунт в миро, удалила все свои доски, интернет прекрасный, всё хорошо, но доска не грузится; при этом те две доски, владелецей которых я не являюсь, прекрасно грузятся, но они мне не нужны. Что мне делать, подскажите!!?
Quero criar um mapa conceitual
I created a free education plan and added members. But members are unable to see the boards. All they see are the features of miro when they join my account.Anyone has this experience?
Hey everyone,Using Miro REST API just became easier with the help of the new Python client library! You can now create new Miro REST API apps with just a few lines of Python code. You can find more details in our quickstart app example.Learn how to create a simple web-app using Flask which calls Miro’s REST APIs to fetch boards:Quickstart ExampleThis new client library provides simplifications that we hope will significantly reduce the amount (and the complexity of) Python code you need to write. We can’t wait to see what you think!
In order to save us hundreds of hours of manual work, we must find a way to export line points position data from our miro board!We also need to be able to export picture position and size data, so we can know where the lines are relative to the background they’re placed over.
I use cards to organize my projects’ production process and I keep duplicate cards to link to those on the process board. I am wanting to alphabetize my cards by the first line. Is it possible to do so automatically once I drop them in a box?
Quero fazer upgrade mas a forma de pagamento não carrega, o que fazer?
Невозможно увеличить размер текстового окна. При увеличении доска виснет,работать невозможно.
При попытке увеличить поле для ввода текста, доска виснет.
I would like to be able to use the mobile app to upload a video. My plan is to create a virtual space to track the delivery of an agile project. However the project team have limited availability to attend stand ups, therefore I want to create the opportunity that we can all record and upload videos of our Kanban update’s on the go and when we all have time. We can then also watch videos of others updates and we don’t all have to be on a call at the same time.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.