feature/update-jira-client-newer-version#9
Open
chwagssd wants to merge 10 commits intoRonaldTreur:masterfrom
Open
feature/update-jira-client-newer-version#9chwagssd wants to merge 10 commits intoRonaldTreur:masterfrom
chwagssd wants to merge 10 commits intoRonaldTreur:masterfrom
Conversation
…e from the maintainer)
- replace require with new package name/lib for `require('jira-client') as opposed to `require('jira').JiraApi`
- added `.idea` to .gitignore - replaced order-based args in jira() use with new API they require of key/value pairs
… ms (thought it was in seconds intitially)
feature/update-jiraapi
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The developers of
jiraplugin provided a new feature,options.timeoutto allow overriding the default behavior. For some folks with slower Jira servers, this is helpful.Original ticket: jira-node/node-jira-client@17b40df
The fix is in the currently maintained and more stable
jira-clientplugin (replacesJiraApi = require('jira').JiraApiwithJiraApi = require('jira-client').