Github Autolink references integration

I wanted to setup github custom links references parsing, but seems like fibary doesn’t expose PublicID based entities resolution. The only thing I found is ```e/uuid``` format, but we are definitely not communicating with uuids.

So, is there a way to get a consistent url for the issue (database entry) based on a public id?

https://<wsname>.fibery.io/<spacename>/<dbname>/<public id>

e.g. https://the.fibery.io/Product_Management/Feature/12

Ah, right. It’s just that it is by default prepending entity name in the url, so I thought it is becoming a canonical url. Thanks!