Search code examples
versionone

How to view a versionone backlog item using a URL?


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


Solution

  • 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.