Is there a way to allow public access to a case only if you know it's secret url?
We are switching from FogBugz and one feature they have that is very handy is even a logged out user can access an issue if they have a special url. For example: http://jira.mysite.com/browse/SUP-1819?key=SoMeRaNdOmKeY
This allows us to share a case with the person who sent in the request without having to make the entire project public. And unless you have that secret key, you can't see the case without being logged in.
Is there a way to do this? We are using JEMH and would love users (without accounts) to be able to click on and see the realtime status on their issues.
No, there's nothing like this in Jira. You need to give the user access to the issue in order for them to see it.
You'll need to do a bit of coding to provide this - write a simple web-application to scrape Jira and forward the information with a key for access, or add a plugin to Jira (I've not seen one that would do it though, and I suspect you'll struggle with the access model because you're deliberately breaking it)
JEMH will soon be gaining 'status' and reporting features to enable non-jira users to figure out what their issue statuses are, the intent is to do this through email alone, keeping in line the concept that these are email only users, not interactive users. Bypassing JIRA security and exosing the UI via any such trick is not something I plan!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This plugin is exactly what you searching for:
https://marketplace.atlassian.com/plugins/aptis.plugins.issueViewer
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can use Issue Security to achieve this. Just make the issue viewabe only by the reporter and you team of developers for example.
https://confluence.atlassian.com/display/JIRA/Configuring+Issue-level+Security
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That's not what the OP is looking for. That restricts an issue, not open it. You'll still have to log in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Not that I know of.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.