Doesn't seem like a good move, when we moved back to Bitbucket cloud from Bitbucket server we lost many essential features and ultimately decided to move to GitHub.
We do still use Jira Cloud but while the UI and search is better the performance is just awful.
Note that they do have a good vscode extension that integrates well with the development workflow, creating branches for tickets, commenting and so on. I use it to see issues, get notifications in vscode for new bugs and transition issues. It's good for viewing basic text but poor for media rich content.
I also use the go-jira unofficial cli tool written in golang which is just a joy to configure and use. It supports a templating system for creating new issues and custom commands to do all kinds of tasks.
https://github.com/go-jira/jira
Paired with GitHub Issues and PRs vscode extension, this enables me to work in the text editor most of the time.
We do still use Jira Cloud but while the UI and search is better the performance is just awful.
Note that they do have a good vscode extension that integrates well with the development workflow, creating branches for tickets, commenting and so on. I use it to see issues, get notifications in vscode for new bugs and transition issues. It's good for viewing basic text but poor for media rich content.
I also use the go-jira unofficial cli tool written in golang which is just a joy to configure and use. It supports a templating system for creating new issues and custom commands to do all kinds of tasks. https://github.com/go-jira/jira
Paired with GitHub Issues and PRs vscode extension, this enables me to work in the text editor most of the time.