I can use this example URL to view cards that are assigned to me:https://trello.com/b/abc123/some-board?menu=filter&filter=member:user123Is there any constant that I can replace my username with so that I can send that same URL to any board member for them to see their assigned cards?
eg.
https://trello.com/b/abc123/some-board?menu=filter&filter=member:mehttps://trello.com/b/abc123/some-board?menu=filter&filter=member:youhttps://trello.com/b/abc123/some-board?menu=filter&filter=member:currentUser() (<- same as Jira JQL)
Is this the URL query format for android filter feature too?
I'm trying to figure out how to pull out url from trello android app when typing on the filter field. Because I need it so I can print a qr code for it for easy access.
I'm trying to make it automatically open in the trello app using qr code with filter applied.
It looks like you're new here. Sign in or register to get started.