junichi11 / netbeans-github-issues-plugin

Support for GitHub Issues
http://plugins.netbeans.org/plugin/57646/github-issues
Other
37 stars 10 forks source link

ClassCastException when finding tasks ("no:-" filter is used) #22

Closed markiewb closed 9 years ago

markiewb commented 9 years ago

2015-03-14_10h15_25

Using 0.1.0

markiewb commented 9 years ago

BTW:

junichi11 commented 9 years ago

I'll fix it. Thanks!

junichi11 commented 9 years ago

BTW:

How can I search for issues assigned to a specific milestone? How can I search for issues not assigned to a specific milestone? How can I search for issues not assigned to any milestone?

Sorry, query feature is not perfect yet. I have to improve it...

We can get issues using 2 ways (Issues API, Search API).

I think that you can resolve some your requests using Issues API. So, I'll support it. But please wait a while...

junichi11 commented 9 years ago

Fixed.

https://github.com/junichi11/netbeans-github-issues-plugin/releases/tag/v0.1.0 (0.1.0.1)

Sorry, It's broken. Remove it once. Uploaded again.

junichi11 commented 9 years ago

@markiewb

Search API : https://developer.github.com/v3/search/#search-issues (supported but need a few improvement)

The Milestone parameter doesn't exist in the document. However, I've confirmed that it is available. So, I just add it.

Thanks!