Forum Discussion

burcin's avatar
burcin
New Member
5 days ago

New Feature Request: Copy Item Reference

When we right click on a secret there's a function called "Copy Secret Reference" in a UI application. We need similar thing to copy item title as "Copy Title Reference"...

ex:
Vault: STAGING
Title: PROD_URL
Copy reference will return "op://STAGING/PROD_URL"

Believe me people need this.

2 Replies

  • Nice explanation however I mean something else...
    We need a "copy" button (or right click on title) that returns only the item title ref without fields details. Such as:

    op://Employee/test

     

  • Hi burcin​ ,

    Thanks for sharing this. We dynamically adjust the "op://" URI depending on the naming of the fields.  Basically if there are characters that are not URI compliant, we return the UUID of the field (instead of the human readable version).

    For example if you have an item with the title "Example Item" and an element named "password" you'll get the full human-readable version.

    "op://JWT Tokens/Example Item/password"

    But if you change the  title to "Example:Item" you'll get the following

    "op://JWT Tokens/4phw5q2dw5a63nnrgr2kwlm4ba/password"

    I will make note of the request though, we could probably offer some better messaging about when and why this happens.  

    Regards,
    Phil & Team