URL Parameters for Deep Linking?
I have noticed there are some handy URL parameters that can be passed in to navigate to a specific card in SwiftKanban.
For example https://login.swiftkanban.com/pui/index.jsp#projectid=<PROJID>&itemid=<CARDID> will open the board and flash the selection indicator for the ItemID one passes in.
I’m wondering if there are any other URL parameters that could be used to start with a specific filter or card view?
For Example – pass in a parameter at the end of the URL something like &linkedView at the end of the URL to jump straight to the linked cards view?
Or &Release=<ReleaseName)> to go to a board view filtered for just the release in question?
If this isn’t immediately available as a part of the navigation schema – I think it would be a really handy / simple enhancement to allow some deep linking into the application from other webapps without getting too complex with API / integration.

Hi Sam,
We have added a feature recently where you right click on the card there is ‘Copy Card URL’ which copies the URL on the clipboard.When user access this URL through browser the board is open and the card is highlighted.