postmanlabs / postman-app-support

Postman is an API platform for building and using APIs. Postman simplifies each step of the API lifecycle and streamlines collaboration so you can create better APIs—faster.
https://www.postman.com
5.82k stars 837 forks source link

allow use of variables in "folder description" - and probably elsewhere #13139

Open RobertMolenda opened 2 weeks ago

RobertMolenda commented 2 weeks ago

Is there an existing request for this feature?

Is your feature request related to a problem?

no - this is a feature request

Describe the solution you'd like

Adding a description to a folder - it is desirable to have a link which takes you somewhere that is variable configurable...

lets say you have a variable "URL" set to "https://some.instance.somewhere" Now you have a folder like "Endpoint - xyz" with a description that would take you {{URL}}/swagger#/some-controller-documentation

When trying to edit a url - it complains to enter a valid URL because variable replacement isn't happening

Describe alternatives you've considered

hacking the app?

Additional context

No response