gajira icon indicating copy to clipboard operation
gajira copied to clipboard

Support for JIRA Server?

Open isabelgiang opened this issue 3 years ago • 5 comments

Hi! Just wanted to check - do these actions work for JIRA Server instances? I can see they're tagged 'Jira Cloud' so I assume no, but if so, that would be great to know.

isabelgiang avatar Jul 09 '21 18:07 isabelgiang

It would have been a really good idea if they had made it work with JIRA Server as well. @hollowsunsets have you found a work around?

Forbzy avatar Aug 19 '21 19:08 Forbzy

As of Jira version 8.14 you should be able to generate a personal token. That might help with using this github action.

https://jira.atlassian.com/browse/JRASERVER-67869?error=login_required&error_description=Login+required&state=56336871-d7d3-48d4-b342-10c2be730188

Forbzy avatar Aug 19 '21 19:08 Forbzy

Hey @Forbzy ! I believe we ended up just using the JIRA API directly, but this is good to know for the future, thank you!

isabelgiang avatar Aug 20 '21 16:08 isabelgiang

The API for the JIRA server and JIRA cloud is different. The GitHub action won't work even with newer versions of JIRA server. @hollowsunsets good idea. For anyone else here is the current API https://docs.atlassian.com/software/jira/docs/api/REST/7.6.1/

Forbzy avatar Aug 23 '21 08:08 Forbzy

It might be somewhat version-dependent, but I found it almost trivial to get these plugins working on Jira server, I just had to fork them and downgrade the API version:

  • https://github.com/acquia/gajira-login/tree/server
  • https://github.com/acquia/gajira-create/tree/server

danepowell avatar Mar 15 '22 19:03 danepowell