Is there any way to share the backlog url with team members so that when they click the url it takes them directly to backlog item?
-Par
VersionOne has a permalink endpoint that can be used for this.
For example, if you know the asset OID:
http://{server}/{instance}/assetdetail.v1?oid=Story:1010
Or this if you know the asset Number:
http://{server}/{instance}/assetdetail.v1?number=B-01001
Both of those will resolve to the correct asset detail page.