floralvikings / jira-connector

NodeJS Wrapper for the Jira REST API
http://floralvikings.github.io/jira-connector/
MIT License
373 stars 180 forks source link

project.getComponents -> 404 error #251

Open falcaosurfline-zz opened 4 years ago

falcaosurfline-zz commented 4 years ago

Hi,

Not sure what I ´m doing wrong but I´m trying to get all components from a project and not able to get the right format, need some hint.

const issue = await jira.project.getComponents({ project: { projectId:14226 } });

{"statusCode":404,"body":{"errorMessages":["No project could be found with key 'components'."],"errors":{}