nyyManni / ejira

Emacs JIRA integration
GNU General Public License v3.0
255 stars 36 forks source link

Doesn't work with JIRA cloud #5

Closed gburch closed 5 years ago

gburch commented 5 years ago

I believe the cookie name is different. There is no JSESSIONID.

gburch commented 5 years ago

Looks like cloud.session.token is the right cookie name to use.

gburch commented 5 years ago

Looking at your code this shouldn't matter since you just grab the whole cookie so the issue is elsewhere. I think its because you aren't doing basic auth and auth tokens only work with that. So this won't work for managed accounts.