StevenWeathers / thunderdome-planning-poker

⚡ Thunderdome is an open source agile planning poker, sprint retro, and story mapping tool
https://thunderdome.dev
Apache License 2.0
414 stars 106 forks source link

[Feature Request]: Support for Jira Data Center #576

Open jakauppila opened 5 months ago

jakauppila commented 5 months ago

Description

We would love to utilize the Jira functionality but found that it does not support Jira Data Center as we self-host our Jira cluster. It would be great if support could be added for Jira Data Center alongside Cloud.

Describe the solution you'd like

The primary difference I see between the two is that Jira Data Center can utilize Personal Access Tokens when interacting with the API: https://confluence.atlassian.com/enterprise/using-personal-access-tokens-1026032365.html

Describe alternatives you've considered

No response

StevenWeathers commented 2 months ago

It is my understanding that Atlassian is retiring support of self-hosted Jira instances, let me know if I'm incorrect.

StevenWeathers commented 2 months ago

See https://www.atlassian.com/migration/assess/journey-to-cloud which means that server instances will no longer receive security updates. Given this I would not support an End of Life product directly, if the functionality desired is available on cloud and would also work on server I'm open to a PR.

jakauppila commented 2 months ago

Atlassian retired the single-instance Server licenses but still plan to support the clustered On-prem Data Center licenses.

StevenWeathers commented 2 months ago

Thanks for the clarification, I'm open to supporting data center if it remains supported by Atlassian. I will take a look at what it will require to make the authentication and configuration work.