Hi everyone ![]()
I’m exploring whether it’s possible to use Smart Links for links that point directly to our Jira app.
Our app supports deep links that allow users to open specific configurations directly, for example:
https://{tenant}.atlassian.net/jira/apps/<appId>/<environmentId>/config/<configurationId>
I tried enabling this in the app manifest by adding:
domains:
- atlassian.net
- www.atlassian.net
subdomains: true
My hope was that this setup would allow Smart Links to render properly for our app links (instead of just showing a plain URL). Unfortunately, it doesn’t seem to work.
Interestingly, I did manage to get it working by explicitly adding my own tenant’s domain (e.g., mytenant.atlassian.net) to the manifest, but that’s obviously not a feasible solution for anything other in-house use…
So I’m wondering:
-
Is there something I’m missing in the manifest configuration to make Smart Links work for these app URLs?
-
Or is this currently a limitation that could be considered for future support?
Allowing Smart Links for app deep links would add a lot of value. Customers could see meaningful information (like the configuration name) instead of a random ID when sharing links in Jira or Confluence.
Would love to hear if anyone has managed to get this working or if there’s a recommended approach from Atlassian.
Thanks in advance for any insights!