@itentialopensource/adapter-jira 1.7.6 → 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.
- package/CALLS.md +8329 -2178
- package/CHANGELOG.md +8 -0
- package/adapter.js +5582 -0
- package/entities/AnnouncementBanner/action.json +45 -0
- package/entities/AnnouncementBanner/mockdatafiles/getBanner-default.json +7 -0
- package/entities/AnnouncementBanner/schema.json +20 -0
- package/entities/AppMigration/action.json +64 -0
- package/entities/AppMigration/mockdatafiles/migrationResourceWorkflowRuleSearchPost-default.json +53 -0
- package/entities/AppMigration/schema.json +21 -0
- package/entities/AppProperties/action.json +126 -0
- package/entities/AppProperties/mockdatafiles/addonPropertiesResourceGetAddonPropertiesGet-default.json +8 -0
- package/entities/AppProperties/mockdatafiles/addonPropertiesResourceGetAddonPropertyGet-default.json +5 -0
- package/entities/AppProperties/mockdatafiles/addonPropertiesResourcePutAddonPropertyPut-default.json +4 -0
- package/entities/AppProperties/mockdatafiles/addonPropertiesResourcePutAppPropertyPut-default.json +4 -0
- package/entities/AppProperties/schema.json +24 -0
- package/entities/Dashboards/action.json +102 -0
- package/entities/Dashboards/mockdatafiles/addGadget-default.json +10 -0
- package/entities/Dashboards/mockdatafiles/getAllAvailableDashboardGadgets-default.json +12 -0
- package/entities/Dashboards/mockdatafiles/getAllGadgets-default.json +34 -0
- package/entities/Dashboards/schema.json +6 -1
- package/entities/DynamicModules/action.json +65 -0
- package/entities/DynamicModules/schema.json +21 -0
- package/entities/Filters/action.json +20 -0
- package/entities/Filters/schema.json +2 -1
- package/entities/Issuefields/action.json +21 -0
- package/entities/Issuefields/mockdatafiles/getTrashedFieldsPaginated-default.json +35 -0
- package/entities/Issuefields/schema.json +2 -1
- package/entities/Issuenotificationschemes/action.json +121 -0
- package/entities/Issuenotificationschemes/mockdatafiles/createNotificationScheme-default.json +3 -0
- package/entities/Issuenotificationschemes/mockdatafiles/getNotificationSchemeToProjectMappings-default.json +12 -0
- package/entities/Issuenotificationschemes/schema.json +7 -1
- package/entities/Issuepriorities/action.json +121 -0
- package/entities/Issuepriorities/mockdatafiles/createPriority-default.json +3 -0
- package/entities/Issuepriorities/mockdatafiles/searchPriorities-default.json +26 -0
- package/entities/Issuepriorities/schema.json +7 -1
- package/entities/Issueresolutions/action.json +121 -0
- package/entities/Issueresolutions/mockdatafiles/createResolution-default.json +3 -0
- package/entities/Issueresolutions/mockdatafiles/searchResolutions-default.json +14 -0
- package/entities/Issueresolutions/schema.json +7 -1
- package/entities/Issuesecurityschemes/action.json +264 -0
- package/entities/Issuesecurityschemes/mockdatafiles/createIssueSecurityScheme-default.json +3 -0
- package/entities/Issuesecurityschemes/mockdatafiles/getSecurityLevelMembers-default.json +17 -0
- package/entities/Issuesecurityschemes/mockdatafiles/getSecurityLevels-default.json +16 -0
- package/entities/Issuesecurityschemes/mockdatafiles/searchProjectsUsingSecuritySchemes-default.json +4 -0
- package/entities/Issuesecurityschemes/mockdatafiles/searchSecuritySchemes-default.json +10 -0
- package/entities/Issuesecurityschemes/schema.json +14 -1
- package/entities/JQL/action.json +20 -0
- package/entities/JQL/mockdatafiles/sanitiseJqlQueries-default.json +28 -0
- package/entities/JQL/schema.json +2 -1
- package/entities/JQLFunctionsApps/action.json +45 -0
- package/entities/JQLFunctionsApps/mockdatafiles/getPrecomputations-default.json +22 -0
- package/entities/JQLFunctionsApps/schema.json +20 -0
- package/entities/LicenseMetrics/action.json +46 -0
- package/entities/LicenseMetrics/schema.json +20 -0
- package/entities/Status/action.json +106 -0
- package/entities/Status/mockdatafiles/createStatuses-default.json +15 -0
- package/entities/Status/mockdatafiles/getStatusesById-default.json +24 -0
- package/entities/Status/mockdatafiles/search-default.json +32 -0
- package/entities/Status/schema.json +23 -0
- package/entities/UIModificationsApps/action.json +85 -0
- package/entities/UIModificationsApps/mockdatafiles/createUiModification-default.json +4 -0
- package/entities/UIModificationsApps/mockdatafiles/getUiModifications-default.json +53 -0
- package/entities/UIModificationsApps/schema.json +22 -0
- package/package.json +1 -1
- package/pronghorn.json +4860 -642
- package/refs?service=git-upload-pack +0 -0
- package/report/adapterInfo.json +7 -7
- package/report/jira_v3.json +65406 -0
- package/test/integration/adapterTestIntegration.js +1903 -0
- package/test/unit/adapterTestUnit.js +2084 -0
|
Binary file
|
package/report/adapterInfo.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.7.
|
|
3
|
-
"configLines":
|
|
2
|
+
"version": "1.7.6",
|
|
3
|
+
"configLines": 47996,
|
|
4
4
|
"scriptLines": 1707,
|
|
5
|
-
"codeLines":
|
|
6
|
-
"testLines":
|
|
7
|
-
"testCases":
|
|
8
|
-
"totalCodeLines":
|
|
9
|
-
"wfTasks":
|
|
5
|
+
"codeLines": 40451,
|
|
6
|
+
"testLines": 36840,
|
|
7
|
+
"testCases": 1719,
|
|
8
|
+
"totalCodeLines": 78998,
|
|
9
|
+
"wfTasks": 520
|
|
10
10
|
}
|