vim-unite-issue icon indicating copy to clipboard operation
vim-unite-issue copied to clipboard

Error occured: Failed to fetch JIRA issue list

Open tkothe opened this issue 10 years ago • 4 comments

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.)

tkothe avatar Dec 29 '15 23:12 tkothe

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 avatar Feb 29 '16 09:02 rafi

@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...

tkothe avatar Mar 28 '16 13:03 tkothe

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.

mikaoelitiana avatar May 20 '20 19:05 mikaoelitiana

Hey. Unfortunately I haven't been using this for years, as-well as Unite, which has been deprecated in-favour of Denite.

I've been planning to start a new vim-denite-issues project for Denite, hopefully soon ;)

~~I'm gonna archive this project.~~

rafi avatar Jul 25 '20 08:07 rafi