Skip to content
This repository has been archived by the owner on Jul 23, 2020. It is now read-only.

Cannot access filter createFilter method #246

Open
codeana opened this issue Apr 7, 2020 · 0 comments
Open

Cannot access filter createFilter method #246

codeana opened this issue Apr 7, 2020 · 0 comments

Comments

@codeana
Copy link

codeana commented Apr 7, 2020

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!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant