Opener of open.nvim that opens shorthands of Jira tickets, E.g: JRASERVER-63928.
Install open.nvim first.
use 'ofirgall/open-jira.nvim'-- Leave empty for default values
require('open-jira').setup {
-- string|function(shorthand: string): string
url = 'https://jira.atlassian.com/browse/'
}