For reference (and maybe to get some eyes on this), we're talking about "Share Links", which have the format of:
<mysite>.atlassian.net/l/cp/XXXX
This is compared to the old "Tiny Links" which have this format:
<mysite>.atlassian.net/wiki/x/XXXX
UNRESOLVED QUESTIONS/ISSUES:
- Why do the Share Links change every time you click on the Share link? What is the value in having them be unique? Are you working on a feature to manage share links and allow us to revoke them?
- Why did you create a NEW "standard" for short links when you already have Tiny Links?
- URL custom field in Jira doesn't support Smart Links. So when Users paste in Tiny or Share Links into those fields, we do NOT have the PageId, which makes it difficult to query the Confluence API, which doesn't (AFAIK) accept Tiny or Share Links instead of PageIDs.
- There is no API endpoint for converting Tiny or Share Links to PageIds.
- Sure, if you have something like Python or curl, you can look at the "location:" header in the 302 redirect, but when you do a Web Request from Automation, that header is not available, because you only get the final content of the page.
For reference (and maybe to get some eyes on this), we're talking about "Share Links", which have the format of:
<mysite>.atlassian.net/l/cp/XXXX
This is compared to the old "Tiny Links" which have this format:
<mysite>.atlassian.net/wiki/x/XXXX
UNRESOLVED QUESTIONS/ISSUES: