How to create issue link that can be accessible to other users

Hi,
I’m using Jira API & create jira app, need to make url for an issue that can be accessible to other users also that are member of project in which this issue exists, i’m trying to make issue url by mentioned below criteria,
/browse/ => https://khushal.atlassian.net/browse/SI-22 (but this URL might not be accessible to other users, their domains are different)
Please suggest me URL pattern, so that when issue link is shared user can see this issue.

Thanks

Hello @KhushalSingh

“need to make url for an issue that can be accessible to other users also that are member of project in which this issue exists”

If the user is a member of the project in which the issue exists, that means they will have permission to access that issue, right? So, why would they need some ‘special’ URL with their name in it?

What’s wrong with using the ‘normal’ URL to that issue?:

https://<company>.atlassian.net/browse/<issueKey>

1 Like