Skip to content

Hook up Jira API to get all issues data #6

Description

@joncodo

Collect issues for JIRA and save it in raw form

  • Get a jira access token for their API
  • store that token in a gitignored config file
  • update the readme so others can get this token as well
  • Create a file like /src/collectors/jira/index.js
  • Create a file like /src/collectors/jira/issues.js
  • Call the Jira API to get a list of issues given a project id?
  • Use the file test/test-docker-compose, as an example to connect to mongo db
  • create a file in db/connections/mongo.js that handles all saves of raw data
  • Store the data in mongoDB locally with that file

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions