Closed chrnola closed 10 years ago
I've try to figure this problem out, and found a case. But I'm not sure this is exactly the same reason with yours. In my case, any (single or double) quotes in issue summary occurred this "Missing comma" error. I fixed this now.
Please try this out, and let me know whether your problem has been solved or not.
No more error, works great now.
Can't seem to get this plugin to work on my Windows machine (though to be fair I haven't tried it anywhere else yet).
I opened a new buffer, switched to insert mode, started typing a JIRA issue key and then hit F5. I only have my JIRA URL and username in my
.bashrc
, so vim-jira-complete prompts me for my password. After I enter my password and hit Enter, I get this:Here's the output of
:version
in Vim:echo has('python')
returns1
.Python version info:
For what it's worth, it seems like all dependencies are in order since the call to the JIRA API is definitely returning data relevant to the issue key I typed.