-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for JIRA Server? #10
Comments
It would have been a really good idea if they had made it work with JIRA Server as well. |
As of Jira version 8.14 you should be able to generate a personal token. That might help with using this github action. |
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: |
I create a new project for Jira data center. https://github.com/appleboy/go-jira |
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.
The text was updated successfully, but these errors were encountered: