@itentialopensource/adapter-jira 2.0.1 → 2.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (46) hide show
  1. package/AUTH.md +2 -8
  2. package/CALLS.md +1707 -2367
  3. package/CHANGELOG.md +16 -0
  4. package/CONTRIBUTING.md +1 -160
  5. package/ENHANCE.md +2 -2
  6. package/README.md +32 -23
  7. package/SYSTEMINFO.md +19 -4
  8. package/adapter.js +158 -329
  9. package/adapterBase.js +541 -877
  10. package/changelogs/changelog.md +122 -0
  11. package/metadata.json +94 -0
  12. package/package.json +26 -27
  13. package/pronghorn.json +505 -233
  14. package/propertiesSchema.json +431 -31
  15. package/refs?service=git-upload-pack +0 -0
  16. package/report/adapter-openapi.json +65406 -0
  17. package/report/adapter-openapi.yaml +66802 -0
  18. package/report/adapterInfo.json +8 -8
  19. package/report/updateReport1691511376916.json +120 -0
  20. package/report/updateReport1692202881338.json +120 -0
  21. package/report/updateReport1694464722118.json +120 -0
  22. package/report/updateReport1698421747424.json +120 -0
  23. package/sampleProperties.json +63 -2
  24. package/test/integration/adapterTestBasicGet.js +2 -4
  25. package/test/integration/adapterTestConnectivity.js +91 -42
  26. package/test/integration/adapterTestIntegration.js +131 -3
  27. package/test/unit/adapterBaseTestUnit.js +388 -313
  28. package/test/unit/adapterTestUnit.js +303 -112
  29. package/utils/adapterInfo.js +1 -1
  30. package/utils/addAuth.js +1 -1
  31. package/utils/artifactize.js +1 -1
  32. package/utils/checkMigrate.js +1 -1
  33. package/utils/entitiesToDB.js +2 -2
  34. package/utils/findPath.js +1 -1
  35. package/utils/methodDocumentor.js +71 -23
  36. package/utils/modify.js +13 -15
  37. package/utils/packModificationScript.js +1 -1
  38. package/utils/pre-commit.sh +1 -1
  39. package/utils/taskMover.js +309 -0
  40. package/utils/tbScript.js +89 -34
  41. package/utils/tbUtils.js +41 -21
  42. package/utils/testRunner.js +1 -1
  43. package/utils/troubleshootingAdapter.js +9 -6
  44. package/workflows/Jira Adapter Issue Workflow.json +0 -1
  45. package/workflows/Jira Adapter Project Workflow.json +0 -1
  46. package/workflows/README.md +0 -3
Binary file