1.1.1 • Published 1 year ago

@thestarware/atlassian-typescript-client v1.1.1

Weekly downloads
-
License
UNLICENSED
Repository
bitbucket
Last release
1 year ago

Typescript JIRA API

Provides an object oriented wrapper for the Jira Rest API. To run unit tests for cloud, please define following environment variables in .env file:

  • JIRA_AUTH_TOKEN
  • JIRA_AUTH_EMAIL
  • SITE_URL You can check definition of these environment variables in test/jira/cloud/options.ts file. Unit tests for server are run on localhost:8080 using admin/admin credentials. Again you can find this configuration in test/jira/server/options.ts file.