Mike Sperone
Mike Sperone
Thanks @patrickhulce! I was hoping it'd be simpler than that, but this is a feature important to me so I'm interested in contributing if I can. Would you consider this...
Just ran into this myself. ~It looks like it's making a request with the 1.0 API version, even though I have v. 2 specified in my config.~ (edit: nm, just...
I was able to do this workaround, since the internal functions are available: ``` const JiraApi = require('jira-client'); const jira = new JiraApi({ /* config parameters */ }); function getJiraFilter(filterId)...
Still not in the pip package I got today (I also updated my pip and tried to upgrade mdv again, neither of which helped). OS: Mac 10.11.6 (El Capitan) python:...
I just added this feature to my own fork of this repo, I want to add some tests for it before I make a PR (It'll be my first github...