Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
burcin
5 days agoNew Member
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 Titl...
1P_Phil
Moderator
5 days agoHi 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