clojure-dev

2024-08-21T16:02:31.915039Z

When I go to one of the Clojure Jira urls and I'm logged into Jira or any Atlassian property (I think), but don't have permissions for the Clojure Jira, it just redirects me to the https://clojure.atlassian.net/servicedesk/customer/portals page and doesn't show the issue. I have to log out of Jira to see the issue. I know the Jira is not really meant for open usage, but the links are shared sometimes, e.g. in the Clojure changelogs (which have been particularly usefuly lately with 1.12), so I assume they're meant to be publicly readable. It's a pretty minor thing so I've never bothered to ask about it, but finally figured I'd report it. In case it's just a quick/desirable settings change somewhere

2024-08-21T16:14:33.332999Z

that is due to something slack does with the links when you click on them, if you copy and paste the links into the browser they work fine without logging out (at least for me)

2024-08-21T16:18:39.430259Z

It still happens for me when I copy/paste the link into my browser or click it from some other webpage

Alex Miller (Clojure team) 2024-08-21T16:24:33.783579Z

it's not anything I can change - this is just how jira works

Alex Miller (Clojure team) 2024-08-21T16:24:47.925389Z

I would recommend viewing the jira in a private/incognito window

Alex Miller (Clojure team) 2024-08-21T16:24:57.680939Z

they should all be publicly browsable

2024-08-21T16:26:09.413709Z

Thought that might be the case. Thanks