node-jira icon indicating copy to clipboard operation
node-jira copied to clipboard

URI basepath

Open gsingers opened this issue 10 years ago • 1 comments

I frequently use the Apache Soft. Foundation JIRA and it's REST endpoint is at https://issues.apache.org/jira/rest/api/

AFAICT, there is no way to construct JiraApi to match this since the basepath is hardcoded.

gsingers avatar Mar 06 '15 12:03 gsingers

I ran into an similar issue. I submitted a PR #108 as a work around. I also have a fork with it implemented if you want to try that out.

shaunburdick avatar May 27 '15 18:05 shaunburdick