@itentialopensource/adapter-jira 1.7.5 → 2.0.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 (71) hide show
  1. package/CALLS.md +10551 -2178
  2. package/CHANGELOG.md +16 -0
  3. package/adapter.js +5583 -1
  4. package/entities/AnnouncementBanner/action.json +45 -0
  5. package/entities/AnnouncementBanner/mockdatafiles/getBanner-default.json +7 -0
  6. package/entities/AnnouncementBanner/schema.json +20 -0
  7. package/entities/AppMigration/action.json +64 -0
  8. package/entities/AppMigration/mockdatafiles/migrationResourceWorkflowRuleSearchPost-default.json +53 -0
  9. package/entities/AppMigration/schema.json +21 -0
  10. package/entities/AppProperties/action.json +126 -0
  11. package/entities/AppProperties/mockdatafiles/addonPropertiesResourceGetAddonPropertiesGet-default.json +8 -0
  12. package/entities/AppProperties/mockdatafiles/addonPropertiesResourceGetAddonPropertyGet-default.json +5 -0
  13. package/entities/AppProperties/mockdatafiles/addonPropertiesResourcePutAddonPropertyPut-default.json +4 -0
  14. package/entities/AppProperties/mockdatafiles/addonPropertiesResourcePutAppPropertyPut-default.json +4 -0
  15. package/entities/AppProperties/schema.json +24 -0
  16. package/entities/Dashboards/action.json +102 -0
  17. package/entities/Dashboards/mockdatafiles/addGadget-default.json +10 -0
  18. package/entities/Dashboards/mockdatafiles/getAllAvailableDashboardGadgets-default.json +12 -0
  19. package/entities/Dashboards/mockdatafiles/getAllGadgets-default.json +34 -0
  20. package/entities/Dashboards/schema.json +6 -1
  21. package/entities/DynamicModules/action.json +65 -0
  22. package/entities/DynamicModules/schema.json +21 -0
  23. package/entities/Filters/action.json +20 -0
  24. package/entities/Filters/schema.json +2 -1
  25. package/entities/Issueattachments/action.json +1 -1
  26. package/entities/Issuefields/action.json +21 -0
  27. package/entities/Issuefields/mockdatafiles/getTrashedFieldsPaginated-default.json +35 -0
  28. package/entities/Issuefields/schema.json +2 -1
  29. package/entities/Issuenotificationschemes/action.json +121 -0
  30. package/entities/Issuenotificationschemes/mockdatafiles/createNotificationScheme-default.json +3 -0
  31. package/entities/Issuenotificationschemes/mockdatafiles/getNotificationSchemeToProjectMappings-default.json +12 -0
  32. package/entities/Issuenotificationschemes/schema.json +7 -1
  33. package/entities/Issuepriorities/action.json +121 -0
  34. package/entities/Issuepriorities/mockdatafiles/createPriority-default.json +3 -0
  35. package/entities/Issuepriorities/mockdatafiles/searchPriorities-default.json +26 -0
  36. package/entities/Issuepriorities/schema.json +7 -1
  37. package/entities/Issueresolutions/action.json +121 -0
  38. package/entities/Issueresolutions/mockdatafiles/createResolution-default.json +3 -0
  39. package/entities/Issueresolutions/mockdatafiles/searchResolutions-default.json +14 -0
  40. package/entities/Issueresolutions/schema.json +7 -1
  41. package/entities/Issuesecurityschemes/action.json +264 -0
  42. package/entities/Issuesecurityschemes/mockdatafiles/createIssueSecurityScheme-default.json +3 -0
  43. package/entities/Issuesecurityschemes/mockdatafiles/getSecurityLevelMembers-default.json +17 -0
  44. package/entities/Issuesecurityschemes/mockdatafiles/getSecurityLevels-default.json +16 -0
  45. package/entities/Issuesecurityschemes/mockdatafiles/searchProjectsUsingSecuritySchemes-default.json +4 -0
  46. package/entities/Issuesecurityschemes/mockdatafiles/searchSecuritySchemes-default.json +10 -0
  47. package/entities/Issuesecurityschemes/schema.json +14 -1
  48. package/entities/JQL/action.json +20 -0
  49. package/entities/JQL/mockdatafiles/sanitiseJqlQueries-default.json +28 -0
  50. package/entities/JQL/schema.json +2 -1
  51. package/entities/JQLFunctionsApps/action.json +45 -0
  52. package/entities/JQLFunctionsApps/mockdatafiles/getPrecomputations-default.json +22 -0
  53. package/entities/JQLFunctionsApps/schema.json +20 -0
  54. package/entities/LicenseMetrics/action.json +46 -0
  55. package/entities/LicenseMetrics/schema.json +20 -0
  56. package/entities/Status/action.json +106 -0
  57. package/entities/Status/mockdatafiles/createStatuses-default.json +15 -0
  58. package/entities/Status/mockdatafiles/getStatusesById-default.json +24 -0
  59. package/entities/Status/mockdatafiles/search-default.json +32 -0
  60. package/entities/Status/schema.json +23 -0
  61. package/entities/UIModificationsApps/action.json +85 -0
  62. package/entities/UIModificationsApps/mockdatafiles/createUiModification-default.json +4 -0
  63. package/entities/UIModificationsApps/mockdatafiles/getUiModifications-default.json +53 -0
  64. package/entities/UIModificationsApps/schema.json +22 -0
  65. package/package.json +2 -2
  66. package/pronghorn.json +4860 -642
  67. package/refs?service=git-upload-pack +0 -0
  68. package/report/adapterInfo.json +7 -7
  69. package/report/jira_v3.json +65406 -0
  70. package/test/integration/adapterTestIntegration.js +1903 -0
  71. package/test/unit/adapterTestUnit.js +2084 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.