idea-conventional-commit
idea-conventional-commit copied to clipboard
Smart Commits Support
How can I add Jira Smart Commits support just like https://github.com/digitalroute/cz-conventional-changelog-for-jira
@anastariqkhan Hi! Sorry for the late response. If you'd like to provide JIRA issues support, I think you'd be better of coding your own Provider. For example you could implement a Scope Provider, which then connects to the remote JIRA server and extract issues. This obviously requires writing a small IntelliJ plugin.