Error occured: Failed to fetch JIRA issue list
This looks like a very useful vim plugin to me as I am using JIRA heavily in my day to day work. Unfortunately I can not get it to work. I am getting the following error when I run :Unite issue:jira
[issue] Fetch JIRA: assignee=till+AND+resolution=unresolved
[unite.vim] [issue] Error occured: Failed to fetch JIRA issue list
Config vars g:jira_url, g:jira_username and g:jira_password are all set but in fact it does not even seem to make a difference if they are correct or not.
I went as far as sniffing the network traffic with wireshark and I do not see any attempt to contact my JIRA instance. So it seems like there is not even an HTTP request made.
I also tried :Unite issue:github:rafi/vim-unite-issue just for fun, which does not give me an error but also only shows me an empty window after it completes.
Any idea what's happening or how else I could debug this? Thanks!
(I am on a Mac on MacVim and use Vim Plug to manage my plugins. Just in case that makes any difference.)
Sorry it took me time to answer. There were a few improvements and fixes done since you post this issue, could you test again with master branch?
@rafi happy to say that I now successfully pulled my JIRA issues. Unfortunately though, I can not get the "view" action (or any other) to work on the issue list. This is what I am getting:
[unite.vim] function unite#action#do[62]..429[6]..<SNR>130_fetch_issue[13]..<SNR>130_view_issue, line 44
[unite.vim] Vim(if):E716: Key not present in Dictionary: versions) > 0
[unite.vim] Error occurred while executing "view" action!
:
P.S.: Sorry for the delay on my end this time...
Hello there. I also have an issue fetching from jira but I can't see the error message, it disappears too fast. I have tested on master branch.