gajira
gajira copied to clipboard
Support for JIRA Server?
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.
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?
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
Hey @Forbzy ! I believe we ended up just using the JIRA API directly, but this is good to know for the future, thank you!
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/
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