You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 23, 2020. It is now read-only.
I am writing a node js application and trying to create a jira filter using jira-connector api. However, I am not able to access createFilter method. Could somebody please elaborate me on how can I access the createFilter method to create a filter on jira.
Sample code:
const JiraClient = require("jira-connector");
const jira = new JiraClient({
host: "jira.abcd.com",
basic_auth: {
username: "xxxxx",
password: "xxxxxxxxx"
}
});
jira.filter.createFilter() // Unable to access the function here.
Please let me know.
Thank you!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I am writing a node js application and trying to create a jira filter using jira-connector api. However, I am not able to access createFilter method. Could somebody please elaborate me on how can I access the createFilter method to create a filter on jira.
Sample code:
const JiraClient = require("jira-connector");
const jira = new JiraClient({
host: "jira.abcd.com",
basic_auth: {
username: "xxxxx",
password: "xxxxxxxxx"
}
});
jira.filter.createFilter() // Unable to access the function here.
Please let me know.
Thank you!
The text was updated successfully, but these errors were encountered: