@pikku/addon-jira 0.0.2
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/README.md +12 -0
- package/dist/.pikku/addon/pikku-addon-types.gen.d.ts +67 -0
- package/dist/.pikku/addon/pikku-addon-types.gen.d.ts.map +1 -0
- package/dist/.pikku/addon/pikku-addon-types.gen.js +78 -0
- package/dist/.pikku/addon/pikku-addon-types.gen.js.map +1 -0
- package/dist/.pikku/addon/pikku-addon-types.gen.ts +106 -0
- package/dist/.pikku/addon/pikku-package.gen.d.ts +2 -0
- package/dist/.pikku/addon/pikku-package.gen.d.ts.map +1 -0
- package/dist/.pikku/addon/pikku-package.gen.js +10 -0
- package/dist/.pikku/addon/pikku-package.gen.js.map +1 -0
- package/dist/.pikku/addon/pikku-package.gen.ts +11 -0
- package/dist/.pikku/agent/pikku-agent-map.gen.d.ts +4 -0
- package/dist/.pikku/agent/pikku-agent-types.gen.d.ts +47 -0
- package/dist/.pikku/agent/pikku-agent-types.gen.d.ts.map +1 -0
- package/dist/.pikku/agent/pikku-agent-types.gen.js +18 -0
- package/dist/.pikku/agent/pikku-agent-types.gen.js.map +1 -0
- package/dist/.pikku/agent/pikku-agent-types.gen.ts +82 -0
- package/dist/.pikku/channel/pikku-channel-types.gen.d.ts +112 -0
- package/dist/.pikku/channel/pikku-channel-types.gen.d.ts.map +1 -0
- package/dist/.pikku/channel/pikku-channel-types.gen.js +60 -0
- package/dist/.pikku/channel/pikku-channel-types.gen.js.map +1 -0
- package/dist/.pikku/channel/pikku-channel-types.gen.ts +177 -0
- package/dist/.pikku/console/pikku-node-types.gen.d.ts +7 -0
- package/dist/.pikku/console/pikku-node-types.gen.d.ts.map +1 -0
- package/dist/.pikku/console/pikku-node-types.gen.js +2 -0
- package/dist/.pikku/console/pikku-node-types.gen.js.map +1 -0
- package/dist/.pikku/console/pikku-node-types.gen.ts +8 -0
- package/dist/.pikku/credentials/pikku-credentials-meta.gen.json +10 -0
- package/dist/.pikku/credentials/pikku-credentials.gen.d.ts +15 -0
- package/dist/.pikku/credentials/pikku-credentials.gen.d.ts.map +1 -0
- package/dist/.pikku/credentials/pikku-credentials.gen.js +13 -0
- package/dist/.pikku/credentials/pikku-credentials.gen.js.map +1 -0
- package/dist/.pikku/credentials/pikku-credentials.gen.ts +23 -0
- package/dist/.pikku/function/pikku-function-types.gen.d.ts +490 -0
- package/dist/.pikku/function/pikku-function-types.gen.d.ts.map +1 -0
- package/dist/.pikku/function/pikku-function-types.gen.js +334 -0
- package/dist/.pikku/function/pikku-function-types.gen.js.map +1 -0
- package/dist/.pikku/function/pikku-function-types.gen.ts +754 -0
- package/dist/.pikku/function/pikku-functions-meta-verbose.gen.json +15879 -0
- package/dist/.pikku/function/pikku-functions-meta.gen.d.ts +2 -0
- package/dist/.pikku/function/pikku-functions-meta.gen.d.ts.map +1 -0
- package/dist/.pikku/function/pikku-functions-meta.gen.js +7 -0
- package/dist/.pikku/function/pikku-functions-meta.gen.js.map +1 -0
- package/dist/.pikku/function/pikku-functions-meta.gen.json +8828 -0
- package/dist/.pikku/function/pikku-functions-meta.gen.ts +7 -0
- package/dist/.pikku/function/pikku-functions.gen.d.ts +2 -0
- package/dist/.pikku/function/pikku-functions.gen.d.ts.map +1 -0
- package/dist/.pikku/function/pikku-functions.gen.js +954 -0
- package/dist/.pikku/function/pikku-functions.gen.js.map +1 -0
- package/dist/.pikku/function/pikku-functions.gen.ts +954 -0
- package/dist/.pikku/http/pikku-http-types.gen.d.ts +120 -0
- package/dist/.pikku/http/pikku-http-types.gen.d.ts.map +1 -0
- package/dist/.pikku/http/pikku-http-types.gen.js +72 -0
- package/dist/.pikku/http/pikku-http-types.gen.js.map +1 -0
- package/dist/.pikku/http/pikku-http-types.gen.ts +147 -0
- package/dist/.pikku/mcp/pikku-mcp-types.gen.d.ts +131 -0
- package/dist/.pikku/mcp/pikku-mcp-types.gen.d.ts.map +1 -0
- package/dist/.pikku/mcp/pikku-mcp-types.gen.js +38 -0
- package/dist/.pikku/mcp/pikku-mcp-types.gen.js.map +1 -0
- package/dist/.pikku/mcp/pikku-mcp-types.gen.ts +183 -0
- package/dist/.pikku/pikku-bootstrap.gen.d.ts +9 -0
- package/dist/.pikku/pikku-bootstrap.gen.d.ts.map +1 -0
- package/dist/.pikku/pikku-bootstrap.gen.js +9 -0
- package/dist/.pikku/pikku-bootstrap.gen.js.map +1 -0
- package/dist/.pikku/pikku-bootstrap.gen.ts +8 -0
- package/dist/.pikku/pikku-meta-service.gen.d.ts +8 -0
- package/dist/.pikku/pikku-meta-service.gen.d.ts.map +1 -0
- package/dist/.pikku/pikku-meta-service.gen.js +10 -0
- package/dist/.pikku/pikku-meta-service.gen.js.map +1 -0
- package/dist/.pikku/pikku-meta-service.gen.ts +10 -0
- package/dist/.pikku/pikku-services.gen.d.ts +35 -0
- package/dist/.pikku/pikku-services.gen.d.ts.map +1 -0
- package/dist/.pikku/pikku-services.gen.js +30 -0
- package/dist/.pikku/pikku-services.gen.js.map +1 -0
- package/dist/.pikku/pikku-services.gen.ts +42 -0
- package/dist/.pikku/pikku-types.gen.d.ts +12 -0
- package/dist/.pikku/pikku-types.gen.d.ts.map +1 -0
- package/dist/.pikku/pikku-types.gen.js +17 -0
- package/dist/.pikku/pikku-types.gen.js.map +1 -0
- package/dist/.pikku/pikku-types.gen.ts +21 -0
- package/dist/.pikku/queue/pikku-queue-types.gen.d.ts +24 -0
- package/dist/.pikku/queue/pikku-queue-types.gen.d.ts.map +1 -0
- package/dist/.pikku/queue/pikku-queue-types.gen.js +17 -0
- package/dist/.pikku/queue/pikku-queue-types.gen.js.map +1 -0
- package/dist/.pikku/queue/pikku-queue-types.gen.ts +27 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-map.gen.d.ts +24318 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-map.internal.gen.d.ts +24792 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.d.ts +2 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.d.ts.map +1 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js +7 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js.map +1 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.json +476 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.ts +6 -0
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.d.ts +22 -0
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.d.ts.map +1 -0
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.js +17 -0
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.js.map +1 -0
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.ts +25 -0
- package/dist/.pikku/schemas/register.gen.d.ts +2 -0
- package/dist/.pikku/schemas/register.gen.d.ts.map +1 -0
- package/dist/.pikku/schemas/register.gen.js +1725 -0
- package/dist/.pikku/schemas/register.gen.js.map +1 -0
- package/dist/.pikku/schemas/register.gen.ts +3443 -0
- package/dist/.pikku/schemas/schemas/AddActorUsersInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddActorUsersOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddAttachmentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddAttachmentOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddCommentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddCommentOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddFieldToDefaultScreenInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddFieldToDefaultScreenOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddGadgetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddGadgetOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddIssueTypesToContextInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddIssueTypesToContextOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddIssueTypesToIssueTypeSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddIssueTypesToIssueTypeSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddNotificationsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddNotificationsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddProjectRoleActorsToRoleInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddProjectRoleActorsToRoleOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddScreenTabFieldInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddScreenTabFieldOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddScreenTabInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddScreenTabOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddSharePermissionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddSharePermissionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddUserToGroupInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddUserToGroupOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddVoteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddVoteOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddWatcherInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddWatcherOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddWorklogInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddWorklogOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddonPropertiesResourceDeleteAddonPropertyDeleteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddonPropertiesResourceGetAddonPropertiesGetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddonPropertiesResourceGetAddonPropertiesGetOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddonPropertiesResourceGetAddonPropertyGetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddonPropertiesResourceGetAddonPropertyGetOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddonPropertiesResourcePutAddonPropertyPutInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddonPropertiesResourcePutAddonPropertyPutOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AnalyseExpressionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AnalyseExpressionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AppIssueFieldValueUpdateResourceUpdateIssueFieldsPutInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AppIssueFieldValueUpdateResourceUpdateIssueFieldsPutOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AppendMappingsForIssueTypeScreenSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AppendMappingsForIssueTypeScreenSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ArchiveProjectInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ArchiveProjectOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AssignFieldConfigurationSchemeToProjectInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AssignFieldConfigurationSchemeToProjectOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AssignIssueInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AssignIssueOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AssignIssueTypeSchemeToProjectInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AssignIssueTypeSchemeToProjectOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AssignIssueTypeScreenSchemeToProjectInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AssignIssueTypeScreenSchemeToProjectOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AssignPermissionSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AssignPermissionSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AssignProjectsToCustomFieldContextInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AssignProjectsToCustomFieldContextOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AssignSchemeToProjectInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AssignSchemeToProjectOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/BulkDeleteIssuePropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/BulkGetGroupsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/BulkGetGroupsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/BulkGetUsersInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/BulkGetUsersMigrationInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/BulkGetUsersMigrationOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/BulkGetUsersOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/BulkSetIssuePropertiesByIssueInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/BulkSetIssuePropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/BulkSetIssuesPropertiesListInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CancelTaskInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CancelTaskOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ChangeFilterOwnerInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ChangeFilterOwnerOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CopyDashboardInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CopyDashboardOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateComponentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateComponentOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateCustomFieldContextInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateCustomFieldContextOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateCustomFieldInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateCustomFieldOptionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateCustomFieldOptionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateCustomFieldOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateDashboardInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateDashboardOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateFieldConfigurationInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateFieldConfigurationOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateFieldConfigurationSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateFieldConfigurationSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateFilterInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateFilterOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateGroupInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateGroupOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateIssueFieldOptionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateIssueFieldOptionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateIssueInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateIssueLinkTypeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateIssueLinkTypeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateIssueOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateIssueTypeAvatarInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateIssueTypeAvatarOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateIssueTypeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateIssueTypeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateIssueTypeSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateIssueTypeSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateIssueTypeScreenSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateIssueTypeScreenSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateIssuesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateIssuesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateNotificationSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateNotificationSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateOrUpdateRemoteIssueLinkInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateOrUpdateRemoteIssueLinkOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreatePermissionGrantInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreatePermissionGrantOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreatePermissionSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreatePermissionSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreatePriorityInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreatePriorityOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateProjectAvatarInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateProjectAvatarOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateProjectCategoryInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateProjectCategoryOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateProjectInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateProjectOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateProjectRoleInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateProjectRoleOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateResolutionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateResolutionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateScreenInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateScreenOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateScreenSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateScreenSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateStatusesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateStatusesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateUiModificationInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateUiModificationOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateUserInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateUserOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateVersionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateVersionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateWorkflowInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateWorkflowOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateWorkflowSchemeDraftFromParentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateWorkflowSchemeDraftFromParentOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateWorkflowSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateWorkflowSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateWorkflowTransitionPropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateWorkflowTransitionPropertyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CredentialSchema_jira.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteActorInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteAndReplaceVersionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteAndReplaceVersionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteAvatarInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteCommentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteCommentPropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteComponentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteCustomFieldContextInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteCustomFieldContextOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteCustomFieldInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteCustomFieldOptionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteDashboardInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteDashboardItemPropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteDefaultWorkflowInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteDefaultWorkflowOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteDraftDefaultWorkflowInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteDraftDefaultWorkflowOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteDraftWorkflowMappingInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteFavouriteForFilterInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteFavouriteForFilterOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteFieldConfigurationInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteFieldConfigurationOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteFieldConfigurationSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteFieldConfigurationSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteFilterInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteInactiveWorkflowInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteIssueFieldOptionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteIssueFieldOptionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteIssueInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteIssueLinkInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteIssueLinkTypeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteIssuePropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteIssueTypeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteIssueTypePropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteIssueTypeSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteIssueTypeSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteIssueTypeScreenSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteIssueTypeScreenSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteNotificationSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteNotificationSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeletePermissionSchemeEntityInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeletePermissionSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeletePriorityInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteProjectAsynchronouslyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteProjectAvatarInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteProjectInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteProjectPropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteProjectRoleActorsFromRoleInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteProjectRoleActorsFromRoleOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteProjectRoleInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteRemoteIssueLinkByGlobalIdInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteRemoteIssueLinkByIdInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteResolutionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteScreenInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteScreenSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteScreenTabInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteSharePermissionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteStatusesByIdInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteStatusesByIdOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteUiModificationInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteUiModificationOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteUserPropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteWebhookByIdInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteWorkflowMappingInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteWorkflowSchemeDraftInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteWorkflowSchemeDraftIssueTypeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteWorkflowSchemeDraftIssueTypeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteWorkflowSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteWorkflowSchemeIssueTypeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteWorkflowSchemeIssueTypeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteWorkflowSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteWorkflowTransitionPropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteWorkflowTransitionRuleConfigurationsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteWorkflowTransitionRuleConfigurationsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteWorklogInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteWorklogPropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DoTransitionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DoTransitionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DynamicModulesResourceGetModulesGetOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DynamicModulesResourceRegisterModulesPostInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DynamicModulesResourceRemoveModulesDeleteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/EditIssueInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/EditIssueOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/EvaluateJiraExpressionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/EvaluateJiraExpressionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ExpandAttachmentForHumansInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ExpandAttachmentForHumansOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ExpandAttachmentForMachinesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ExpandAttachmentForMachinesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FindAssignableUsersInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FindAssignableUsersOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FindBulkAssignableUsersInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FindBulkAssignableUsersOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FindGroupsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FindGroupsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FindUserKeysByQueryInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FindUserKeysByQueryOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FindUsersAndGroupsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FindUsersAndGroupsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FindUsersByQueryInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FindUsersByQueryOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FindUsersForPickerInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FindUsersForPickerOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FindUsersInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FindUsersOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FindUsersWithAllPermissionsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FindUsersWithAllPermissionsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FindUsersWithBrowsePermissionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FindUsersWithBrowsePermissionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FullyUpdateProjectRoleInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FullyUpdateProjectRoleOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAccessibleProjectTypeByKeyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAccessibleProjectTypeByKeyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAdvancedSettingsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllAccessibleProjectTypesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllApplicationRolesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllAvailableDashboardGadgetsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllDashboardsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllDashboardsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllFieldConfigurationSchemesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllFieldConfigurationSchemesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllFieldConfigurationsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllFieldConfigurationsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllGadgetsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllGadgetsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllIssueFieldOptionsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllIssueFieldOptionsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllIssueTypeSchemesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllIssueTypeSchemesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllLabelsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllLabelsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllPermissionSchemesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllPermissionSchemesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllPermissionsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllProjectAvatarsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllProjectAvatarsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllProjectCategoriesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllProjectRolesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllProjectTypesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllScreenTabFieldsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllScreenTabFieldsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllScreenTabsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllScreenTabsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllStatusesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllStatusesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllSystemAvatarsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllSystemAvatarsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllUsersDefaultInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllUsersDefaultOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllUsersInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllUsersOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllWorkflowSchemesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllWorkflowSchemesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAlternativeIssueTypesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAlternativeIssueTypesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetApplicationPropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetApplicationPropertyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetApplicationRoleInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetApplicationRoleOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetApproximateApplicationLicenseCountInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetApproximateApplicationLicenseCountOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetApproximateLicenseCountOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAssignedPermissionSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAssignedPermissionSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAttachmentContentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAttachmentContentOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAttachmentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAttachmentMetaOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAttachmentOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAttachmentThumbnailInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAttachmentThumbnailOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAuditRecordsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAuditRecordsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAutoCompleteOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAutoCompletePostInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAutoCompletePostOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAvailableScreenFieldsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAvailableScreenFieldsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAvailableTimeTrackingImplementationsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAvatarImageByIDInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAvatarImageByIDOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAvatarImageByOwnerInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAvatarImageByOwnerOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAvatarImageByTypeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAvatarImageByTypeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAvatarsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAvatarsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetBannerOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetBulkPermissionsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetBulkPermissionsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetChangeLogsByIdsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetChangeLogsByIdsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetChangeLogsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetChangeLogsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetColumnsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetColumnsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetCommentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetCommentOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetCommentPropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetCommentPropertyKeysInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetCommentPropertyKeysOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetCommentPropertyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetCommentsByIdsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetCommentsByIdsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetCommentsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetCommentsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetComponentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetComponentOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetComponentRelatedIssuesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetComponentRelatedIssuesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetConfigurationOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetContextsForFieldInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetContextsForFieldOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetCreateIssueMetaInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetCreateIssueMetaOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetCurrentUserInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetCurrentUserOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetCustomFieldConfigurationInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetCustomFieldConfigurationOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetCustomFieldContextsForProjectsAndIssueTypesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetCustomFieldContextsForProjectsAndIssueTypesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetCustomFieldOptionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetCustomFieldOptionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetDashboardInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetDashboardItemPropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetDashboardItemPropertyKeysInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetDashboardItemPropertyKeysOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetDashboardItemPropertyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetDashboardOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetDashboardsPaginatedInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetDashboardsPaginatedOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetDefaultShareScopeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetDefaultValuesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetDefaultValuesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetDefaultWorkflowInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetDefaultWorkflowOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetDraftDefaultWorkflowInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetDraftDefaultWorkflowOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetDraftWorkflowInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetDraftWorkflowOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetDynamicWebhooksForAppInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetDynamicWebhooksForAppOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetEditIssueMetaInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetEditIssueMetaOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetEventsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetFailedWebhooksInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetFailedWebhooksOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetFavouriteFiltersInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetFavouriteFiltersOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetFeaturesForProjectInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetFeaturesForProjectOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetFieldAutoCompleteForQueryStringInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetFieldAutoCompleteForQueryStringOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetFieldConfigurationItemsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetFieldConfigurationItemsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetFieldConfigurationSchemeMappingsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetFieldConfigurationSchemeMappingsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetFieldConfigurationSchemeProjectMappingInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetFieldConfigurationSchemeProjectMappingOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetFieldsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetFieldsPaginatedInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetFieldsPaginatedOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetFilterInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetFilterOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetFiltersPaginatedInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetFiltersPaginatedOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIdsOfWorklogsDeletedSinceInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIdsOfWorklogsDeletedSinceOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIdsOfWorklogsModifiedSinceInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIdsOfWorklogsModifiedSinceOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIsWatchingIssueBulkInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIsWatchingIssueBulkOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueAllTypesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueFieldOptionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueFieldOptionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueLinkInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueLinkOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueLinkTypeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueLinkTypeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueLinkTypesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueNavigatorDefaultColumnsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssuePickerResourceInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssuePickerResourceOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssuePropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssuePropertyKeysInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssuePropertyKeysOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssuePropertyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueSecurityLevelInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueSecurityLevelMembersInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueSecurityLevelMembersOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueSecurityLevelOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueSecuritySchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueSecuritySchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueSecuritySchemesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueTypeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueTypeMappingsForContextsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueTypeMappingsForContextsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueTypeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueTypePropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueTypePropertyKeysInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueTypePropertyKeysOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueTypePropertyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueTypeSchemeForProjectsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueTypeSchemeForProjectsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueTypeSchemesMappingInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueTypeSchemesMappingOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueTypeScreenSchemeMappingsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueTypeScreenSchemeMappingsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueTypeScreenSchemeProjectAssociationsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueTypeScreenSchemeProjectAssociationsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueTypeScreenSchemesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueTypeScreenSchemesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueTypesForProjectInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueTypesForProjectOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueWatchersInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueWatchersOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueWorklogInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueWorklogOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetLicenseOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetLocaleOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetMyFiltersInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetMyFiltersOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetMyPermissionsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetMyPermissionsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetNotificationSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetNotificationSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetNotificationSchemeToProjectMappingsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetNotificationSchemeToProjectMappingsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetNotificationSchemesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetNotificationSchemesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetOptionsForContextInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetOptionsForContextOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetPermissionSchemeGrantInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetPermissionSchemeGrantOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetPermissionSchemeGrantsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetPermissionSchemeGrantsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetPermissionSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetPermissionSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetPermittedProjectsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetPermittedProjectsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetPrecomputationsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetPrecomputationsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetPreferenceInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetPreferenceOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetPriorityInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetPriorityOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectCategoryByIdInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectCategoryByIdOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectComponentsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectComponentsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectComponentsPaginatedInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectComponentsPaginatedOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectContextMappingInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectContextMappingOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectEmailInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectEmailOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectIssueSecuritySchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectIssueSecuritySchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectPropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectPropertyKeysInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectPropertyKeysOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectPropertyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectRoleActorsForRoleInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectRoleActorsForRoleOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectRoleByIdInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectRoleByIdOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectRoleDetailsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectRoleDetailsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectRoleInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectRoleOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectRolesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectRolesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectTypeByKeyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectTypeByKeyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectVersionsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectVersionsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectVersionsPaginatedInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectVersionsPaginatedOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectsForIssueTypeScreenSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectsForIssueTypeScreenSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetRecentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetRecentOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetRemoteIssueLinkByIdInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetRemoteIssueLinkByIdOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetRemoteIssueLinksInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetRemoteIssueLinksOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetResolutionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetResolutionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetScreenSchemesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetScreenSchemesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetScreensForFieldInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetScreensForFieldOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetScreensInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetScreensOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetSecurityLevelsForProjectInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetSecurityLevelsForProjectOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetSelectableIssueFieldOptionsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetSelectableIssueFieldOptionsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetSelectedTimeTrackingImplementationOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetServerInfoOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetSharePermissionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetSharePermissionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetSharePermissionsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetSharePermissionsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetSharedTimeTrackingConfigurationOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetStatusCategoriesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetStatusCategoryInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetStatusCategoryOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetStatusInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetStatusOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetStatusesByIdInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetStatusesByIdOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetStatusesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetTaskInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetTaskOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetTransitionsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetTransitionsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetTrashedFieldsPaginatedInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetTrashedFieldsPaginatedOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetUiModificationsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetUiModificationsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetUserDefaultColumnsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetUserDefaultColumnsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetUserEmailBulkInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetUserEmailBulkOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetUserEmailInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetUserEmailOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetUserGroupsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetUserGroupsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetUserInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetUserOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetUserPropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetUserPropertyKeysInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetUserPropertyKeysOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetUserPropertyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetUsersFromGroupInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetUsersFromGroupOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetValidProjectKeyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetValidProjectKeyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetValidProjectNameInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetValidProjectNameOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetVersionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetVersionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetVersionRelatedIssuesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetVersionRelatedIssuesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetVersionUnresolvedIssuesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetVersionUnresolvedIssuesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetVisibleIssueFieldOptionsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetVisibleIssueFieldOptionsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetVotesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetVotesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorkflowInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorkflowOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorkflowSchemeDraftInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorkflowSchemeDraftIssueTypeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorkflowSchemeDraftIssueTypeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorkflowSchemeDraftOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorkflowSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorkflowSchemeIssueTypeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorkflowSchemeIssueTypeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorkflowSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorkflowSchemeProjectAssociationsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorkflowSchemeProjectAssociationsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorkflowTransitionPropertiesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorkflowTransitionPropertiesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorkflowTransitionRuleConfigurationsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorkflowTransitionRuleConfigurationsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorkflowsPaginatedInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorkflowsPaginatedOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorklogInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorklogOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorklogPropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorklogPropertyKeysInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorklogPropertyKeysOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorklogPropertyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorklogsForIdsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorklogsForIdsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/LinkIssuesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/LinkIssuesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MatchIssuesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MatchIssuesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MergeVersionsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MergeVersionsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MigrateQueriesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MigrateQueriesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MigrationResourceUpdateEntityPropertiesValuePutInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MigrationResourceWorkflowRuleSearchPostInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MigrationResourceWorkflowRuleSearchPostOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MovePrioritiesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MovePrioritiesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MoveResolutionsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MoveResolutionsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MoveScreenTabFieldInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MoveScreenTabFieldOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MoveScreenTabInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MoveScreenTabOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MoveVersionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MoveVersionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/NotifyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/NotifyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ParseJqlQueriesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ParseJqlQueriesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PartialUpdateProjectRoleInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PartialUpdateProjectRoleOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PublishDraftWorkflowSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RefreshWebhooksInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RefreshWebhooksOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RegisterDynamicWebhooksInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RegisterDynamicWebhooksOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RemoveAttachmentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RemoveCustomFieldContextFromProjectsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RemoveCustomFieldContextFromProjectsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RemoveGadgetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RemoveGadgetOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RemoveGroupInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RemoveIssueTypeFromIssueTypeSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RemoveIssueTypeFromIssueTypeSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RemoveIssueTypesFromContextInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RemoveIssueTypesFromContextOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RemoveIssueTypesFromGlobalFieldConfigurationSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RemoveIssueTypesFromGlobalFieldConfigurationSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RemoveMappingsFromIssueTypeScreenSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RemoveMappingsFromIssueTypeScreenSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RemoveNotificationFromNotificationSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RemoveNotificationFromNotificationSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RemovePreferenceInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RemoveProjectCategoryInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RemoveScreenTabFieldInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RemoveUserFromGroupInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RemoveUserInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RemoveVoteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RemoveWatcherInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RenameScreenTabInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RenameScreenTabOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ReorderCustomFieldOptionsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ReorderCustomFieldOptionsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ReorderIssueTypesInIssueTypeSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ReorderIssueTypesInIssueTypeSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ReplaceIssueFieldOptionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ResetColumnsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ResetUserColumnsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RestoreCustomFieldInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RestoreCustomFieldOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RestoreInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RestoreOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SanitiseJqlQueriesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SanitiseJqlQueriesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SearchForIssuesUsingJqlInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SearchForIssuesUsingJqlOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SearchForIssuesUsingJqlPostInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SearchForIssuesUsingJqlPostOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SearchInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SearchOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SearchPrioritiesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SearchPrioritiesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SearchProjectsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SearchProjectsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SearchResolutionsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SearchResolutionsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SelectTimeTrackingImplementationInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SelectTimeTrackingImplementationOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetActorsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetActorsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetApplicationPropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetApplicationPropertyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetBannerInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetBannerOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetColumnsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetColumnsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetCommentPropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetCommentPropertyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetDashboardItemPropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetDashboardItemPropertyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetDefaultPriorityInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetDefaultPriorityOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetDefaultResolutionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetDefaultResolutionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetDefaultShareScopeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetDefaultShareScopeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetDefaultValuesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetDefaultValuesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetFavouriteForFilterInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetFavouriteForFilterOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetFieldConfigurationSchemeMappingInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetFieldConfigurationSchemeMappingOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetIssueNavigatorDefaultColumnsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetIssueNavigatorDefaultColumnsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetIssuePropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetIssuePropertyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetIssueTypePropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetIssueTypePropertyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetPreferenceInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetPreferenceOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetProjectPropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetProjectPropertyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetSharedTimeTrackingConfigurationInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetSharedTimeTrackingConfigurationOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetUserColumnsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetUserColumnsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetUserPropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetUserPropertyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetWorkflowSchemeDraftIssueTypeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetWorkflowSchemeDraftIssueTypeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetWorkflowSchemeIssueTypeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetWorkflowSchemeIssueTypeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetWorklogPropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetWorklogPropertyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/StoreAvatarInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/StoreAvatarOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ToggleFeatureForProjectInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ToggleFeatureForProjectOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TrashCustomFieldInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TrashCustomFieldOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateCommentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateCommentOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateComponentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateComponentOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateCustomFieldConfigurationInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateCustomFieldConfigurationOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateCustomFieldContextInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateCustomFieldContextOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateCustomFieldInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateCustomFieldOptionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateCustomFieldOptionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateCustomFieldOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateCustomFieldValueInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateCustomFieldValueOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateDashboardInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateDashboardOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateDefaultScreenSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateDefaultScreenSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateDefaultWorkflowInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateDefaultWorkflowOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateDraftDefaultWorkflowInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateDraftDefaultWorkflowOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateDraftWorkflowMappingInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateDraftWorkflowMappingOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateFieldConfigurationInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateFieldConfigurationItemsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateFieldConfigurationItemsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateFieldConfigurationOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateFieldConfigurationSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateFieldConfigurationSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateFilterInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateFilterOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateGadgetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateGadgetOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateIssueFieldOptionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateIssueFieldOptionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateIssueLinkTypeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateIssueLinkTypeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateIssueTypeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateIssueTypeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateIssueTypeSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateIssueTypeSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateIssueTypeScreenSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateIssueTypeScreenSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateMultipleCustomFieldValuesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateMultipleCustomFieldValuesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateNotificationSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateNotificationSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdatePermissionSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdatePermissionSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdatePrecomputationsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdatePrecomputationsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdatePriorityInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdatePriorityOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateProjectAvatarInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateProjectAvatarOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateProjectCategoryInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateProjectCategoryOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateProjectEmailInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateProjectEmailOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateProjectInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateProjectOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateRemoteIssueLinkInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateRemoteIssueLinkOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateResolutionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateResolutionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateScreenInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateScreenOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateScreenSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateScreenSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateStatusesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateStatusesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateUiModificationInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateUiModificationOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateVersionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateVersionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateWorkflowMappingInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateWorkflowMappingOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateWorkflowSchemeDraftInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateWorkflowSchemeDraftOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateWorkflowSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateWorkflowSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateWorkflowTransitionPropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateWorkflowTransitionPropertyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateWorkflowTransitionRuleConfigurationsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateWorkflowTransitionRuleConfigurationsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateWorklogInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateWorklogOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ValidateProjectKeyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ValidateProjectKeyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/VariableSchema_JIRA_BASE_URL.schema.json +1 -0
- package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts +6 -0
- package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts.map +1 -0
- package/dist/.pikku/secrets/pikku-secret-types.gen.js +5 -0
- package/dist/.pikku/secrets/pikku-secret-types.gen.js.map +1 -0
- package/dist/.pikku/secrets/pikku-secret-types.gen.ts +5 -0
- package/dist/.pikku/secrets/pikku-secrets-meta.gen.json +1 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.d.ts +12 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.d.ts.map +1 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.js +11 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.js.map +1 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.ts +21 -0
- package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts +114 -0
- package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts.map +1 -0
- package/dist/.pikku/trigger/pikku-trigger-types.gen.js +34 -0
- package/dist/.pikku/trigger/pikku-trigger-types.gen.js.map +1 -0
- package/dist/.pikku/trigger/pikku-trigger-types.gen.ts +160 -0
- package/dist/.pikku/variables/pikku-variable-types.gen.d.ts +6 -0
- package/dist/.pikku/variables/pikku-variable-types.gen.d.ts.map +1 -0
- package/dist/.pikku/variables/pikku-variable-types.gen.js +5 -0
- package/dist/.pikku/variables/pikku-variable-types.gen.js.map +1 -0
- package/dist/.pikku/variables/pikku-variable-types.gen.ts +5 -0
- package/dist/.pikku/variables/pikku-variables-meta.gen.json +10 -0
- package/dist/.pikku/variables/pikku-variables.gen.d.ts +15 -0
- package/dist/.pikku/variables/pikku-variables.gen.d.ts.map +1 -0
- package/dist/.pikku/variables/pikku-variables.gen.js +13 -0
- package/dist/.pikku/variables/pikku-variables.gen.js.map +1 -0
- package/dist/.pikku/variables/pikku-variables.gen.ts +23 -0
- package/dist/.pikku/workflow/pikku-workflow-map.gen.d.ts +38 -0
- package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts +90 -0
- package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-types.gen.js +18 -0
- package/dist/.pikku/workflow/pikku-workflow-types.gen.js.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-types.gen.ts +167 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.d.ts +2 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.d.ts.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js +7 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.ts +9 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.d.ts +5 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.d.ts.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js +5 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.ts +3 -0
- package/dist/src/functions/addActorUsers.function.d.ts +231 -0
- package/dist/src/functions/addActorUsers.function.d.ts.map +1 -0
- package/dist/src/functions/addActorUsers.function.js +70 -0
- package/dist/src/functions/addActorUsers.function.js.map +1 -0
- package/dist/src/functions/addAttachment.function.d.ts +121 -0
- package/dist/src/functions/addAttachment.function.d.ts.map +1 -0
- package/dist/src/functions/addAttachment.function.js +45 -0
- package/dist/src/functions/addAttachment.function.js.map +1 -0
- package/dist/src/functions/addComment.function.d.ts +271 -0
- package/dist/src/functions/addComment.function.d.ts.map +1 -0
- package/dist/src/functions/addComment.function.js +81 -0
- package/dist/src/functions/addComment.function.js.map +1 -0
- package/dist/src/functions/addFieldToDefaultScreen.function.d.ts +13 -0
- package/dist/src/functions/addFieldToDefaultScreen.function.d.ts.map +1 -0
- package/dist/src/functions/addFieldToDefaultScreen.function.js +18 -0
- package/dist/src/functions/addFieldToDefaultScreen.function.js.map +1 -0
- package/dist/src/functions/addGadget.function.d.ts +98 -0
- package/dist/src/functions/addGadget.function.d.ts.map +1 -0
- package/dist/src/functions/addGadget.function.js +37 -0
- package/dist/src/functions/addGadget.function.js.map +1 -0
- package/dist/src/functions/addIssueTypesToContext.function.d.ts +21 -0
- package/dist/src/functions/addIssueTypesToContext.function.d.ts.map +1 -0
- package/dist/src/functions/addIssueTypesToContext.function.js +20 -0
- package/dist/src/functions/addIssueTypesToContext.function.js.map +1 -0
- package/dist/src/functions/addIssueTypesToIssueTypeScheme.function.d.ts +17 -0
- package/dist/src/functions/addIssueTypesToIssueTypeScheme.function.d.ts.map +1 -0
- package/dist/src/functions/addIssueTypesToIssueTypeScheme.function.js +19 -0
- package/dist/src/functions/addIssueTypesToIssueTypeScheme.function.js.map +1 -0
- package/dist/src/functions/addNotifications.function.d.ts +49 -0
- package/dist/src/functions/addNotifications.function.d.ts.map +1 -0
- package/dist/src/functions/addNotifications.function.js +27 -0
- package/dist/src/functions/addNotifications.function.js.map +1 -0
- package/dist/src/functions/addProjectRoleActorsToRole.function.d.ts +227 -0
- package/dist/src/functions/addProjectRoleActorsToRole.function.d.ts.map +1 -0
- package/dist/src/functions/addProjectRoleActorsToRole.function.js +69 -0
- package/dist/src/functions/addProjectRoleActorsToRole.function.js.map +1 -0
- package/dist/src/functions/addScreenTab.function.d.ts +29 -0
- package/dist/src/functions/addScreenTab.function.d.ts.map +1 -0
- package/dist/src/functions/addScreenTab.function.js +22 -0
- package/dist/src/functions/addScreenTab.function.js.map +1 -0
- package/dist/src/functions/addScreenTabField.function.d.ts +33 -0
- package/dist/src/functions/addScreenTabField.function.d.ts.map +1 -0
- package/dist/src/functions/addScreenTabField.function.js +23 -0
- package/dist/src/functions/addScreenTabField.function.js.map +1 -0
- package/dist/src/functions/addSharePermission.function.d.ts +48 -0
- package/dist/src/functions/addSharePermission.function.d.ts.map +1 -0
- package/dist/src/functions/addSharePermission.function.js +25 -0
- package/dist/src/functions/addSharePermission.function.js.map +1 -0
- package/dist/src/functions/addUserToGroup.function.d.ts +137 -0
- package/dist/src/functions/addUserToGroup.function.d.ts.map +1 -0
- package/dist/src/functions/addUserToGroup.function.js +49 -0
- package/dist/src/functions/addUserToGroup.function.js.map +1 -0
- package/dist/src/functions/addVote.function.d.ts +13 -0
- package/dist/src/functions/addVote.function.d.ts.map +1 -0
- package/dist/src/functions/addVote.function.js +18 -0
- package/dist/src/functions/addVote.function.js.map +1 -0
- package/dist/src/functions/addWatcher.function.d.ts +17 -0
- package/dist/src/functions/addWatcher.function.d.ts.map +1 -0
- package/dist/src/functions/addWatcher.function.js +19 -0
- package/dist/src/functions/addWatcher.function.js.map +1 -0
- package/dist/src/functions/addWorklog.function.d.ts +312 -0
- package/dist/src/functions/addWorklog.function.d.ts.map +1 -0
- package/dist/src/functions/addWorklog.function.js +90 -0
- package/dist/src/functions/addWorklog.function.js.map +1 -0
- package/dist/src/functions/addonPropertiesResourceDeleteAddonPropertyDelete.function.d.ts +16 -0
- package/dist/src/functions/addonPropertiesResourceDeleteAddonPropertyDelete.function.d.ts.map +1 -0
- package/dist/src/functions/addonPropertiesResourceDeleteAddonPropertyDelete.function.js +17 -0
- package/dist/src/functions/addonPropertiesResourceDeleteAddonPropertyDelete.function.js.map +1 -0
- package/dist/src/functions/addonPropertiesResourceGetAddonPropertiesGet.function.d.ts +33 -0
- package/dist/src/functions/addonPropertiesResourceGetAddonPropertiesGet.function.d.ts.map +1 -0
- package/dist/src/functions/addonPropertiesResourceGetAddonPropertiesGet.function.js +23 -0
- package/dist/src/functions/addonPropertiesResourceGetAddonPropertiesGet.function.js.map +1 -0
- package/dist/src/functions/addonPropertiesResourceGetAddonPropertyGet.function.d.ts +29 -0
- package/dist/src/functions/addonPropertiesResourceGetAddonPropertyGet.function.d.ts.map +1 -0
- package/dist/src/functions/addonPropertiesResourceGetAddonPropertyGet.function.js +22 -0
- package/dist/src/functions/addonPropertiesResourceGetAddonPropertyGet.function.js.map +1 -0
- package/dist/src/functions/addonPropertiesResourcePutAddonPropertyPut.function.d.ts +33 -0
- package/dist/src/functions/addonPropertiesResourcePutAddonPropertyPut.function.d.ts.map +1 -0
- package/dist/src/functions/addonPropertiesResourcePutAddonPropertyPut.function.js +23 -0
- package/dist/src/functions/addonPropertiesResourcePutAddonPropertyPut.function.js.map +1 -0
- package/dist/src/functions/analyseExpression.function.d.ts +97 -0
- package/dist/src/functions/analyseExpression.function.d.ts.map +1 -0
- package/dist/src/functions/analyseExpression.function.js +37 -0
- package/dist/src/functions/analyseExpression.function.js.map +1 -0
- package/dist/src/functions/appIssueFieldValueUpdateResourceUpdateIssueFieldsPut.function.d.ts +60 -0
- package/dist/src/functions/appIssueFieldValueUpdateResourceUpdateIssueFieldsPut.function.d.ts.map +1 -0
- package/dist/src/functions/appIssueFieldValueUpdateResourceUpdateIssueFieldsPut.function.js +28 -0
- package/dist/src/functions/appIssueFieldValueUpdateResourceUpdateIssueFieldsPut.function.js.map +1 -0
- package/dist/src/functions/appendMappingsForIssueTypeScreenScheme.function.d.ts +29 -0
- package/dist/src/functions/appendMappingsForIssueTypeScreenScheme.function.d.ts.map +1 -0
- package/dist/src/functions/appendMappingsForIssueTypeScreenScheme.function.js +22 -0
- package/dist/src/functions/appendMappingsForIssueTypeScreenScheme.function.js.map +1 -0
- package/dist/src/functions/archiveProject.function.d.ts +13 -0
- package/dist/src/functions/archiveProject.function.d.ts.map +1 -0
- package/dist/src/functions/archiveProject.function.js +18 -0
- package/dist/src/functions/archiveProject.function.js.map +1 -0
- package/dist/src/functions/assignFieldConfigurationSchemeToProject.function.d.ts +17 -0
- package/dist/src/functions/assignFieldConfigurationSchemeToProject.function.d.ts.map +1 -0
- package/dist/src/functions/assignFieldConfigurationSchemeToProject.function.js +19 -0
- package/dist/src/functions/assignFieldConfigurationSchemeToProject.function.js.map +1 -0
- package/dist/src/functions/assignIssue.function.d.ts +25 -0
- package/dist/src/functions/assignIssue.function.d.ts.map +1 -0
- package/dist/src/functions/assignIssue.function.js +21 -0
- package/dist/src/functions/assignIssue.function.js.map +1 -0
- package/dist/src/functions/assignIssueTypeSchemeToProject.function.d.ts +17 -0
- package/dist/src/functions/assignIssueTypeSchemeToProject.function.d.ts.map +1 -0
- package/dist/src/functions/assignIssueTypeSchemeToProject.function.js +19 -0
- package/dist/src/functions/assignIssueTypeSchemeToProject.function.js.map +1 -0
- package/dist/src/functions/assignIssueTypeScreenSchemeToProject.function.d.ts +17 -0
- package/dist/src/functions/assignIssueTypeScreenSchemeToProject.function.d.ts.map +1 -0
- package/dist/src/functions/assignIssueTypeScreenSchemeToProject.function.js +19 -0
- package/dist/src/functions/assignIssueTypeScreenSchemeToProject.function.js.map +1 -0
- package/dist/src/functions/assignPermissionScheme.function.d.ts +188 -0
- package/dist/src/functions/assignPermissionScheme.function.d.ts.map +1 -0
- package/dist/src/functions/assignPermissionScheme.function.js +60 -0
- package/dist/src/functions/assignPermissionScheme.function.js.map +1 -0
- package/dist/src/functions/assignProjectsToCustomFieldContext.function.d.ts +21 -0
- package/dist/src/functions/assignProjectsToCustomFieldContext.function.d.ts.map +1 -0
- package/dist/src/functions/assignProjectsToCustomFieldContext.function.js +20 -0
- package/dist/src/functions/assignProjectsToCustomFieldContext.function.js.map +1 -0
- package/dist/src/functions/assignSchemeToProject.function.d.ts +17 -0
- package/dist/src/functions/assignSchemeToProject.function.d.ts.map +1 -0
- package/dist/src/functions/assignSchemeToProject.function.js +19 -0
- package/dist/src/functions/assignSchemeToProject.function.js.map +1 -0
- package/dist/src/functions/bulkDeleteIssueProperty.function.d.ts +20 -0
- package/dist/src/functions/bulkDeleteIssueProperty.function.d.ts.map +1 -0
- package/dist/src/functions/bulkDeleteIssueProperty.function.js +18 -0
- package/dist/src/functions/bulkDeleteIssueProperty.function.js.map +1 -0
- package/dist/src/functions/bulkGetGroups.function.d.ts +77 -0
- package/dist/src/functions/bulkGetGroups.function.d.ts.map +1 -0
- package/dist/src/functions/bulkGetGroups.function.js +34 -0
- package/dist/src/functions/bulkGetGroups.function.js.map +1 -0
- package/dist/src/functions/bulkGetUsers.function.d.ts +302 -0
- package/dist/src/functions/bulkGetUsers.function.d.ts.map +1 -0
- package/dist/src/functions/bulkGetUsers.function.js +89 -0
- package/dist/src/functions/bulkGetUsers.function.js.map +1 -0
- package/dist/src/functions/bulkGetUsersMigration.function.d.ts +41 -0
- package/dist/src/functions/bulkGetUsersMigration.function.d.ts.map +1 -0
- package/dist/src/functions/bulkGetUsersMigration.function.js +25 -0
- package/dist/src/functions/bulkGetUsersMigration.function.js.map +1 -0
- package/dist/src/functions/bulkSetIssuePropertiesByIssue.function.d.ts +179 -0
- package/dist/src/functions/bulkSetIssuePropertiesByIssue.function.d.ts.map +1 -0
- package/dist/src/functions/bulkSetIssuePropertiesByIssue.function.js +56 -0
- package/dist/src/functions/bulkSetIssuePropertiesByIssue.function.js.map +1 -0
- package/dist/src/functions/bulkSetIssueProperty.function.d.ts +40 -0
- package/dist/src/functions/bulkSetIssueProperty.function.d.ts.map +1 -0
- package/dist/src/functions/bulkSetIssueProperty.function.js +23 -0
- package/dist/src/functions/bulkSetIssueProperty.function.js.map +1 -0
- package/dist/src/functions/bulkSetIssuesPropertiesList.function.d.ts +171 -0
- package/dist/src/functions/bulkSetIssuesPropertiesList.function.d.ts.map +1 -0
- package/dist/src/functions/bulkSetIssuesPropertiesList.function.js +54 -0
- package/dist/src/functions/bulkSetIssuesPropertiesList.function.js.map +1 -0
- package/dist/src/functions/cancelTask.function.d.ts +13 -0
- package/dist/src/functions/cancelTask.function.d.ts.map +1 -0
- package/dist/src/functions/cancelTask.function.js +18 -0
- package/dist/src/functions/cancelTask.function.js.map +1 -0
- package/dist/src/functions/changeFilterOwner.function.d.ts +17 -0
- package/dist/src/functions/changeFilterOwner.function.d.ts.map +1 -0
- package/dist/src/functions/changeFilterOwner.function.js +19 -0
- package/dist/src/functions/changeFilterOwner.function.js.map +1 -0
- package/dist/src/functions/copyDashboard.function.d.ts +5 -0
- package/dist/src/functions/copyDashboard.function.d.ts.map +1 -0
- package/dist/src/functions/copyDashboard.function.js +16 -0
- package/dist/src/functions/copyDashboard.function.js.map +1 -0
- package/dist/src/functions/createComponent.function.d.ts +827 -0
- package/dist/src/functions/createComponent.function.d.ts.map +1 -0
- package/dist/src/functions/createComponent.function.js +214 -0
- package/dist/src/functions/createComponent.function.js.map +1 -0
- package/dist/src/functions/createCustomField.function.d.ts +206 -0
- package/dist/src/functions/createCustomField.function.d.ts.map +1 -0
- package/dist/src/functions/createCustomField.function.js +61 -0
- package/dist/src/functions/createCustomField.function.js.map +1 -0
- package/dist/src/functions/createCustomFieldContext.function.d.ts +53 -0
- package/dist/src/functions/createCustomFieldContext.function.d.ts.map +1 -0
- package/dist/src/functions/createCustomFieldContext.function.js +28 -0
- package/dist/src/functions/createCustomFieldContext.function.js.map +1 -0
- package/dist/src/functions/createCustomFieldOption.function.d.ts +65 -0
- package/dist/src/functions/createCustomFieldOption.function.d.ts.map +1 -0
- package/dist/src/functions/createCustomFieldOption.function.js +31 -0
- package/dist/src/functions/createCustomFieldOption.function.js.map +1 -0
- package/dist/src/functions/createDashboard.function.d.ts +5 -0
- package/dist/src/functions/createDashboard.function.d.ts.map +1 -0
- package/dist/src/functions/createDashboard.function.js +16 -0
- package/dist/src/functions/createDashboard.function.js.map +1 -0
- package/dist/src/functions/createFieldConfiguration.function.d.ts +37 -0
- package/dist/src/functions/createFieldConfiguration.function.d.ts.map +1 -0
- package/dist/src/functions/createFieldConfiguration.function.js +24 -0
- package/dist/src/functions/createFieldConfiguration.function.js.map +1 -0
- package/dist/src/functions/createFieldConfigurationScheme.function.d.ts +33 -0
- package/dist/src/functions/createFieldConfigurationScheme.function.d.ts.map +1 -0
- package/dist/src/functions/createFieldConfigurationScheme.function.js +23 -0
- package/dist/src/functions/createFieldConfigurationScheme.function.js.map +1 -0
- package/dist/src/functions/createFilter.function.d.ts +5 -0
- package/dist/src/functions/createFilter.function.d.ts.map +1 -0
- package/dist/src/functions/createFilter.function.js +16 -0
- package/dist/src/functions/createFilter.function.js.map +1 -0
- package/dist/src/functions/createGroup.function.d.ts +125 -0
- package/dist/src/functions/createGroup.function.d.ts.map +1 -0
- package/dist/src/functions/createGroup.function.js +46 -0
- package/dist/src/functions/createGroup.function.js.map +1 -0
- package/dist/src/functions/createIssue.function.d.ts +477 -0
- package/dist/src/functions/createIssue.function.d.ts.map +1 -0
- package/dist/src/functions/createIssue.function.js +134 -0
- package/dist/src/functions/createIssue.function.js.map +1 -0
- package/dist/src/functions/createIssueFieldOption.function.d.ts +159 -0
- package/dist/src/functions/createIssueFieldOption.function.d.ts.map +1 -0
- package/dist/src/functions/createIssueFieldOption.function.js +50 -0
- package/dist/src/functions/createIssueFieldOption.function.js.map +1 -0
- package/dist/src/functions/createIssueLinkType.function.d.ts +49 -0
- package/dist/src/functions/createIssueLinkType.function.d.ts.map +1 -0
- package/dist/src/functions/createIssueLinkType.function.js +27 -0
- package/dist/src/functions/createIssueLinkType.function.js.map +1 -0
- package/dist/src/functions/createIssueType.function.d.ts +167 -0
- package/dist/src/functions/createIssueType.function.d.ts.map +1 -0
- package/dist/src/functions/createIssueType.function.js +54 -0
- package/dist/src/functions/createIssueType.function.js.map +1 -0
- package/dist/src/functions/createIssueTypeAvatar.function.d.ts +61 -0
- package/dist/src/functions/createIssueTypeAvatar.function.d.ts.map +1 -0
- package/dist/src/functions/createIssueTypeAvatar.function.js +30 -0
- package/dist/src/functions/createIssueTypeAvatar.function.js.map +1 -0
- package/dist/src/functions/createIssueTypeScheme.function.d.ts +33 -0
- package/dist/src/functions/createIssueTypeScheme.function.d.ts.map +1 -0
- package/dist/src/functions/createIssueTypeScheme.function.js +23 -0
- package/dist/src/functions/createIssueTypeScheme.function.js.map +1 -0
- package/dist/src/functions/createIssueTypeScreenScheme.function.d.ts +41 -0
- package/dist/src/functions/createIssueTypeScreenScheme.function.d.ts.map +1 -0
- package/dist/src/functions/createIssueTypeScreenScheme.function.js +25 -0
- package/dist/src/functions/createIssueTypeScreenScheme.function.js.map +1 -0
- package/dist/src/functions/createIssues.function.d.ts +525 -0
- package/dist/src/functions/createIssues.function.d.ts.map +1 -0
- package/dist/src/functions/createIssues.function.js +146 -0
- package/dist/src/functions/createIssues.function.js.map +1 -0
- package/dist/src/functions/createNotificationScheme.function.d.ts +61 -0
- package/dist/src/functions/createNotificationScheme.function.d.ts.map +1 -0
- package/dist/src/functions/createNotificationScheme.function.js +30 -0
- package/dist/src/functions/createNotificationScheme.function.js.map +1 -0
- package/dist/src/functions/createOrUpdateRemoteIssueLink.function.d.ts +121 -0
- package/dist/src/functions/createOrUpdateRemoteIssueLink.function.d.ts.map +1 -0
- package/dist/src/functions/createOrUpdateRemoteIssueLink.function.js +45 -0
- package/dist/src/functions/createOrUpdateRemoteIssueLink.function.js.map +1 -0
- package/dist/src/functions/createPermissionGrant.function.d.ts +85 -0
- package/dist/src/functions/createPermissionGrant.function.d.ts.map +1 -0
- package/dist/src/functions/createPermissionGrant.function.js +36 -0
- package/dist/src/functions/createPermissionGrant.function.js.map +1 -0
- package/dist/src/functions/createPermissionScheme.function.d.ts +331 -0
- package/dist/src/functions/createPermissionScheme.function.d.ts.map +1 -0
- package/dist/src/functions/createPermissionScheme.function.js +94 -0
- package/dist/src/functions/createPermissionScheme.function.js.map +1 -0
- package/dist/src/functions/createPriority.function.d.ts +44 -0
- package/dist/src/functions/createPriority.function.d.ts.map +1 -0
- package/dist/src/functions/createPriority.function.js +23 -0
- package/dist/src/functions/createPriority.function.js.map +1 -0
- package/dist/src/functions/createProject.function.d.ts +132 -0
- package/dist/src/functions/createProject.function.d.ts.map +1 -0
- package/dist/src/functions/createProject.function.js +39 -0
- package/dist/src/functions/createProject.function.js.map +1 -0
- package/dist/src/functions/createProjectAvatar.function.d.ts +61 -0
- package/dist/src/functions/createProjectAvatar.function.d.ts.map +1 -0
- package/dist/src/functions/createProjectAvatar.function.js +30 -0
- package/dist/src/functions/createProjectAvatar.function.js.map +1 -0
- package/dist/src/functions/createProjectCategory.function.d.ts +37 -0
- package/dist/src/functions/createProjectCategory.function.d.ts.map +1 -0
- package/dist/src/functions/createProjectCategory.function.js +24 -0
- package/dist/src/functions/createProjectCategory.function.js.map +1 -0
- package/dist/src/functions/createProjectRole.function.d.ts +219 -0
- package/dist/src/functions/createProjectRole.function.d.ts.map +1 -0
- package/dist/src/functions/createProjectRole.function.js +67 -0
- package/dist/src/functions/createProjectRole.function.js.map +1 -0
- package/dist/src/functions/createResolution.function.d.ts +25 -0
- package/dist/src/functions/createResolution.function.d.ts.map +1 -0
- package/dist/src/functions/createResolution.function.js +21 -0
- package/dist/src/functions/createResolution.function.js.map +1 -0
- package/dist/src/functions/createScreen.function.d.ts +132 -0
- package/dist/src/functions/createScreen.function.d.ts.map +1 -0
- package/dist/src/functions/createScreen.function.js +46 -0
- package/dist/src/functions/createScreen.function.js.map +1 -0
- package/dist/src/functions/createScreenScheme.function.d.ts +49 -0
- package/dist/src/functions/createScreenScheme.function.d.ts.map +1 -0
- package/dist/src/functions/createScreenScheme.function.js +27 -0
- package/dist/src/functions/createScreenScheme.function.js.map +1 -0
- package/dist/src/functions/createStatuses.function.d.ts +135 -0
- package/dist/src/functions/createStatuses.function.d.ts.map +1 -0
- package/dist/src/functions/createStatuses.function.js +45 -0
- package/dist/src/functions/createStatuses.function.js.map +1 -0
- package/dist/src/functions/createUiModification.function.d.ts +61 -0
- package/dist/src/functions/createUiModification.function.d.ts.map +1 -0
- package/dist/src/functions/createUiModification.function.js +30 -0
- package/dist/src/functions/createUiModification.function.js.map +1 -0
- package/dist/src/functions/createUser.function.d.ts +274 -0
- package/dist/src/functions/createUser.function.d.ts.map +1 -0
- package/dist/src/functions/createUser.function.js +82 -0
- package/dist/src/functions/createUser.function.js.map +1 -0
- package/dist/src/functions/createVersion.function.d.ts +173 -0
- package/dist/src/functions/createVersion.function.d.ts.map +1 -0
- package/dist/src/functions/createVersion.function.js +58 -0
- package/dist/src/functions/createVersion.function.js.map +1 -0
- package/dist/src/functions/createWorkflow.function.d.ts +183 -0
- package/dist/src/functions/createWorkflow.function.d.ts.map +1 -0
- package/dist/src/functions/createWorkflow.function.js +58 -0
- package/dist/src/functions/createWorkflow.function.js.map +1 -0
- package/dist/src/functions/createWorkflowScheme.function.d.ts +465 -0
- package/dist/src/functions/createWorkflowScheme.function.d.ts.map +1 -0
- package/dist/src/functions/createWorkflowScheme.function.js +128 -0
- package/dist/src/functions/createWorkflowScheme.function.js.map +1 -0
- package/dist/src/functions/createWorkflowSchemeDraftFromParent.function.d.ts +449 -0
- package/dist/src/functions/createWorkflowSchemeDraftFromParent.function.d.ts.map +1 -0
- package/dist/src/functions/createWorkflowSchemeDraftFromParent.function.js +124 -0
- package/dist/src/functions/createWorkflowSchemeDraftFromParent.function.js.map +1 -0
- package/dist/src/functions/createWorkflowTransitionProperty.function.d.ts +48 -0
- package/dist/src/functions/createWorkflowTransitionProperty.function.d.ts.map +1 -0
- package/dist/src/functions/createWorkflowTransitionProperty.function.js +26 -0
- package/dist/src/functions/createWorkflowTransitionProperty.function.js.map +1 -0
- package/dist/src/functions/deleteActor.function.d.ts +28 -0
- package/dist/src/functions/deleteActor.function.d.ts.map +1 -0
- package/dist/src/functions/deleteActor.function.js +20 -0
- package/dist/src/functions/deleteActor.function.js.map +1 -0
- package/dist/src/functions/deleteAndReplaceVersion.function.d.ts +37 -0
- package/dist/src/functions/deleteAndReplaceVersion.function.d.ts.map +1 -0
- package/dist/src/functions/deleteAndReplaceVersion.function.js +24 -0
- package/dist/src/functions/deleteAndReplaceVersion.function.js.map +1 -0
- package/dist/src/functions/deleteAvatar.function.d.ts +23 -0
- package/dist/src/functions/deleteAvatar.function.d.ts.map +1 -0
- package/dist/src/functions/deleteAvatar.function.js +18 -0
- package/dist/src/functions/deleteAvatar.function.js.map +1 -0
- package/dist/src/functions/deleteComment.function.d.ts +16 -0
- package/dist/src/functions/deleteComment.function.d.ts.map +1 -0
- package/dist/src/functions/deleteComment.function.js +17 -0
- package/dist/src/functions/deleteComment.function.js.map +1 -0
- package/dist/src/functions/deleteCommentProperty.function.d.ts +16 -0
- package/dist/src/functions/deleteCommentProperty.function.d.ts.map +1 -0
- package/dist/src/functions/deleteCommentProperty.function.js +17 -0
- package/dist/src/functions/deleteCommentProperty.function.js.map +1 -0
- package/dist/src/functions/deleteComponent.function.d.ts +16 -0
- package/dist/src/functions/deleteComponent.function.d.ts.map +1 -0
- package/dist/src/functions/deleteComponent.function.js +17 -0
- package/dist/src/functions/deleteComponent.function.js.map +1 -0
- package/dist/src/functions/deleteCustomField.function.d.ts +12 -0
- package/dist/src/functions/deleteCustomField.function.d.ts.map +1 -0
- package/dist/src/functions/deleteCustomField.function.js +16 -0
- package/dist/src/functions/deleteCustomField.function.js.map +1 -0
- package/dist/src/functions/deleteCustomFieldContext.function.d.ts +17 -0
- package/dist/src/functions/deleteCustomFieldContext.function.d.ts.map +1 -0
- package/dist/src/functions/deleteCustomFieldContext.function.js +19 -0
- package/dist/src/functions/deleteCustomFieldContext.function.js.map +1 -0
- package/dist/src/functions/deleteCustomFieldOption.function.d.ts +20 -0
- package/dist/src/functions/deleteCustomFieldOption.function.d.ts.map +1 -0
- package/dist/src/functions/deleteCustomFieldOption.function.js +18 -0
- package/dist/src/functions/deleteCustomFieldOption.function.js.map +1 -0
- package/dist/src/functions/deleteDashboard.function.d.ts +12 -0
- package/dist/src/functions/deleteDashboard.function.d.ts.map +1 -0
- package/dist/src/functions/deleteDashboard.function.js +16 -0
- package/dist/src/functions/deleteDashboard.function.js.map +1 -0
- package/dist/src/functions/deleteDashboardItemProperty.function.d.ts +20 -0
- package/dist/src/functions/deleteDashboardItemProperty.function.d.ts.map +1 -0
- package/dist/src/functions/deleteDashboardItemProperty.function.js +18 -0
- package/dist/src/functions/deleteDashboardItemProperty.function.js.map +1 -0
- package/dist/src/functions/deleteDefaultWorkflow.function.d.ts +453 -0
- package/dist/src/functions/deleteDefaultWorkflow.function.d.ts.map +1 -0
- package/dist/src/functions/deleteDefaultWorkflow.function.js +125 -0
- package/dist/src/functions/deleteDefaultWorkflow.function.js.map +1 -0
- package/dist/src/functions/deleteDraftDefaultWorkflow.function.d.ts +449 -0
- package/dist/src/functions/deleteDraftDefaultWorkflow.function.d.ts.map +1 -0
- package/dist/src/functions/deleteDraftDefaultWorkflow.function.js +124 -0
- package/dist/src/functions/deleteDraftDefaultWorkflow.function.js.map +1 -0
- package/dist/src/functions/deleteDraftWorkflowMapping.function.d.ts +16 -0
- package/dist/src/functions/deleteDraftWorkflowMapping.function.d.ts.map +1 -0
- package/dist/src/functions/deleteDraftWorkflowMapping.function.js +17 -0
- package/dist/src/functions/deleteDraftWorkflowMapping.function.js.map +1 -0
- package/dist/src/functions/deleteFavouriteForFilter.function.d.ts +17 -0
- package/dist/src/functions/deleteFavouriteForFilter.function.d.ts.map +1 -0
- package/dist/src/functions/deleteFavouriteForFilter.function.js +19 -0
- package/dist/src/functions/deleteFavouriteForFilter.function.js.map +1 -0
- package/dist/src/functions/deleteFieldConfiguration.function.d.ts +13 -0
- package/dist/src/functions/deleteFieldConfiguration.function.d.ts.map +1 -0
- package/dist/src/functions/deleteFieldConfiguration.function.js +18 -0
- package/dist/src/functions/deleteFieldConfiguration.function.js.map +1 -0
- package/dist/src/functions/deleteFieldConfigurationScheme.function.d.ts +13 -0
- package/dist/src/functions/deleteFieldConfigurationScheme.function.d.ts.map +1 -0
- package/dist/src/functions/deleteFieldConfigurationScheme.function.js +18 -0
- package/dist/src/functions/deleteFieldConfigurationScheme.function.js.map +1 -0
- package/dist/src/functions/deleteFilter.function.d.ts +12 -0
- package/dist/src/functions/deleteFilter.function.d.ts.map +1 -0
- package/dist/src/functions/deleteFilter.function.js +16 -0
- package/dist/src/functions/deleteFilter.function.js.map +1 -0
- package/dist/src/functions/deleteInactiveWorkflow.function.d.ts +12 -0
- package/dist/src/functions/deleteInactiveWorkflow.function.d.ts.map +1 -0
- package/dist/src/functions/deleteInactiveWorkflow.function.js +16 -0
- package/dist/src/functions/deleteInactiveWorkflow.function.js.map +1 -0
- package/dist/src/functions/deleteIssue.function.d.ts +19 -0
- package/dist/src/functions/deleteIssue.function.d.ts.map +1 -0
- package/dist/src/functions/deleteIssue.function.js +17 -0
- package/dist/src/functions/deleteIssue.function.js.map +1 -0
- package/dist/src/functions/deleteIssueFieldOption.function.d.ts +17 -0
- package/dist/src/functions/deleteIssueFieldOption.function.d.ts.map +1 -0
- package/dist/src/functions/deleteIssueFieldOption.function.js +19 -0
- package/dist/src/functions/deleteIssueFieldOption.function.js.map +1 -0
- package/dist/src/functions/deleteIssueLink.function.d.ts +12 -0
- package/dist/src/functions/deleteIssueLink.function.d.ts.map +1 -0
- package/dist/src/functions/deleteIssueLink.function.js +16 -0
- package/dist/src/functions/deleteIssueLink.function.js.map +1 -0
- package/dist/src/functions/deleteIssueLinkType.function.d.ts +12 -0
- package/dist/src/functions/deleteIssueLinkType.function.d.ts.map +1 -0
- package/dist/src/functions/deleteIssueLinkType.function.js +16 -0
- package/dist/src/functions/deleteIssueLinkType.function.js.map +1 -0
- package/dist/src/functions/deleteIssueProperty.function.d.ts +16 -0
- package/dist/src/functions/deleteIssueProperty.function.d.ts.map +1 -0
- package/dist/src/functions/deleteIssueProperty.function.js +17 -0
- package/dist/src/functions/deleteIssueProperty.function.js.map +1 -0
- package/dist/src/functions/deleteIssueType.function.d.ts +16 -0
- package/dist/src/functions/deleteIssueType.function.d.ts.map +1 -0
- package/dist/src/functions/deleteIssueType.function.js +17 -0
- package/dist/src/functions/deleteIssueType.function.js.map +1 -0
- package/dist/src/functions/deleteIssueTypeProperty.function.d.ts +16 -0
- package/dist/src/functions/deleteIssueTypeProperty.function.d.ts.map +1 -0
- package/dist/src/functions/deleteIssueTypeProperty.function.js +17 -0
- package/dist/src/functions/deleteIssueTypeProperty.function.js.map +1 -0
- package/dist/src/functions/deleteIssueTypeScheme.function.d.ts +13 -0
- package/dist/src/functions/deleteIssueTypeScheme.function.d.ts.map +1 -0
- package/dist/src/functions/deleteIssueTypeScheme.function.js +18 -0
- package/dist/src/functions/deleteIssueTypeScheme.function.js.map +1 -0
- package/dist/src/functions/deleteIssueTypeScreenScheme.function.d.ts +13 -0
- package/dist/src/functions/deleteIssueTypeScreenScheme.function.d.ts.map +1 -0
- package/dist/src/functions/deleteIssueTypeScreenScheme.function.js +18 -0
- package/dist/src/functions/deleteIssueTypeScreenScheme.function.js.map +1 -0
- package/dist/src/functions/deleteNotificationScheme.function.d.ts +13 -0
- package/dist/src/functions/deleteNotificationScheme.function.d.ts.map +1 -0
- package/dist/src/functions/deleteNotificationScheme.function.js +18 -0
- package/dist/src/functions/deleteNotificationScheme.function.js.map +1 -0
- package/dist/src/functions/deletePermissionScheme.function.d.ts +12 -0
- package/dist/src/functions/deletePermissionScheme.function.d.ts.map +1 -0
- package/dist/src/functions/deletePermissionScheme.function.js +16 -0
- package/dist/src/functions/deletePermissionScheme.function.js.map +1 -0
- package/dist/src/functions/deletePermissionSchemeEntity.function.d.ts +16 -0
- package/dist/src/functions/deletePermissionSchemeEntity.function.d.ts.map +1 -0
- package/dist/src/functions/deletePermissionSchemeEntity.function.js +17 -0
- package/dist/src/functions/deletePermissionSchemeEntity.function.js.map +1 -0
- package/dist/src/functions/deletePriority.function.d.ts +16 -0
- package/dist/src/functions/deletePriority.function.d.ts.map +1 -0
- package/dist/src/functions/deletePriority.function.js +17 -0
- package/dist/src/functions/deletePriority.function.js.map +1 -0
- package/dist/src/functions/deleteProject.function.d.ts +16 -0
- package/dist/src/functions/deleteProject.function.d.ts.map +1 -0
- package/dist/src/functions/deleteProject.function.js +17 -0
- package/dist/src/functions/deleteProject.function.js.map +1 -0
- package/dist/src/functions/deleteProjectAsynchronously.function.d.ts +12 -0
- package/dist/src/functions/deleteProjectAsynchronously.function.d.ts.map +1 -0
- package/dist/src/functions/deleteProjectAsynchronously.function.js +16 -0
- package/dist/src/functions/deleteProjectAsynchronously.function.js.map +1 -0
- package/dist/src/functions/deleteProjectAvatar.function.d.ts +16 -0
- package/dist/src/functions/deleteProjectAvatar.function.d.ts.map +1 -0
- package/dist/src/functions/deleteProjectAvatar.function.js +17 -0
- package/dist/src/functions/deleteProjectAvatar.function.js.map +1 -0
- package/dist/src/functions/deleteProjectProperty.function.d.ts +16 -0
- package/dist/src/functions/deleteProjectProperty.function.d.ts.map +1 -0
- package/dist/src/functions/deleteProjectProperty.function.js +17 -0
- package/dist/src/functions/deleteProjectProperty.function.js.map +1 -0
- package/dist/src/functions/deleteProjectRole.function.d.ts +16 -0
- package/dist/src/functions/deleteProjectRole.function.d.ts.map +1 -0
- package/dist/src/functions/deleteProjectRole.function.js +17 -0
- package/dist/src/functions/deleteProjectRole.function.js.map +1 -0
- package/dist/src/functions/deleteProjectRoleActorsFromRole.function.d.ts +227 -0
- package/dist/src/functions/deleteProjectRoleActorsFromRole.function.d.ts.map +1 -0
- package/dist/src/functions/deleteProjectRoleActorsFromRole.function.js +69 -0
- package/dist/src/functions/deleteProjectRoleActorsFromRole.function.js.map +1 -0
- package/dist/src/functions/deleteRemoteIssueLinkByGlobalId.function.d.ts +16 -0
- package/dist/src/functions/deleteRemoteIssueLinkByGlobalId.function.d.ts.map +1 -0
- package/dist/src/functions/deleteRemoteIssueLinkByGlobalId.function.js +17 -0
- package/dist/src/functions/deleteRemoteIssueLinkByGlobalId.function.js.map +1 -0
- package/dist/src/functions/deleteRemoteIssueLinkById.function.d.ts +16 -0
- package/dist/src/functions/deleteRemoteIssueLinkById.function.d.ts.map +1 -0
- package/dist/src/functions/deleteRemoteIssueLinkById.function.js +17 -0
- package/dist/src/functions/deleteRemoteIssueLinkById.function.js.map +1 -0
- package/dist/src/functions/deleteResolution.function.d.ts +16 -0
- package/dist/src/functions/deleteResolution.function.d.ts.map +1 -0
- package/dist/src/functions/deleteResolution.function.js +17 -0
- package/dist/src/functions/deleteResolution.function.js.map +1 -0
- package/dist/src/functions/deleteScreen.function.d.ts +12 -0
- package/dist/src/functions/deleteScreen.function.d.ts.map +1 -0
- package/dist/src/functions/deleteScreen.function.js +16 -0
- package/dist/src/functions/deleteScreen.function.js.map +1 -0
- package/dist/src/functions/deleteScreenScheme.function.d.ts +12 -0
- package/dist/src/functions/deleteScreenScheme.function.d.ts.map +1 -0
- package/dist/src/functions/deleteScreenScheme.function.js +16 -0
- package/dist/src/functions/deleteScreenScheme.function.js.map +1 -0
- package/dist/src/functions/deleteScreenTab.function.d.ts +16 -0
- package/dist/src/functions/deleteScreenTab.function.d.ts.map +1 -0
- package/dist/src/functions/deleteScreenTab.function.js +17 -0
- package/dist/src/functions/deleteScreenTab.function.js.map +1 -0
- package/dist/src/functions/deleteSharePermission.function.d.ts +16 -0
- package/dist/src/functions/deleteSharePermission.function.d.ts.map +1 -0
- package/dist/src/functions/deleteSharePermission.function.js +17 -0
- package/dist/src/functions/deleteSharePermission.function.js.map +1 -0
- package/dist/src/functions/deleteStatusesById.function.d.ts +13 -0
- package/dist/src/functions/deleteStatusesById.function.d.ts.map +1 -0
- package/dist/src/functions/deleteStatusesById.function.js +18 -0
- package/dist/src/functions/deleteStatusesById.function.js.map +1 -0
- package/dist/src/functions/deleteUiModification.function.d.ts +13 -0
- package/dist/src/functions/deleteUiModification.function.d.ts.map +1 -0
- package/dist/src/functions/deleteUiModification.function.js +18 -0
- package/dist/src/functions/deleteUiModification.function.js.map +1 -0
- package/dist/src/functions/deleteUserProperty.function.d.ts +24 -0
- package/dist/src/functions/deleteUserProperty.function.d.ts.map +1 -0
- package/dist/src/functions/deleteUserProperty.function.js +19 -0
- package/dist/src/functions/deleteUserProperty.function.js.map +1 -0
- package/dist/src/functions/deleteWebhookById.function.d.ts +12 -0
- package/dist/src/functions/deleteWebhookById.function.d.ts.map +1 -0
- package/dist/src/functions/deleteWebhookById.function.js +16 -0
- package/dist/src/functions/deleteWebhookById.function.js.map +1 -0
- package/dist/src/functions/deleteWorkflowMapping.function.d.ts +20 -0
- package/dist/src/functions/deleteWorkflowMapping.function.d.ts.map +1 -0
- package/dist/src/functions/deleteWorkflowMapping.function.js +18 -0
- package/dist/src/functions/deleteWorkflowMapping.function.js.map +1 -0
- package/dist/src/functions/deleteWorkflowScheme.function.d.ts +13 -0
- package/dist/src/functions/deleteWorkflowScheme.function.d.ts.map +1 -0
- package/dist/src/functions/deleteWorkflowScheme.function.js +18 -0
- package/dist/src/functions/deleteWorkflowScheme.function.js.map +1 -0
- package/dist/src/functions/deleteWorkflowSchemeDraft.function.d.ts +12 -0
- package/dist/src/functions/deleteWorkflowSchemeDraft.function.d.ts.map +1 -0
- package/dist/src/functions/deleteWorkflowSchemeDraft.function.js +16 -0
- package/dist/src/functions/deleteWorkflowSchemeDraft.function.js.map +1 -0
- package/dist/src/functions/deleteWorkflowSchemeDraftIssueType.function.d.ts +453 -0
- package/dist/src/functions/deleteWorkflowSchemeDraftIssueType.function.d.ts.map +1 -0
- package/dist/src/functions/deleteWorkflowSchemeDraftIssueType.function.js +125 -0
- package/dist/src/functions/deleteWorkflowSchemeDraftIssueType.function.js.map +1 -0
- package/dist/src/functions/deleteWorkflowSchemeIssueType.function.d.ts +457 -0
- package/dist/src/functions/deleteWorkflowSchemeIssueType.function.d.ts.map +1 -0
- package/dist/src/functions/deleteWorkflowSchemeIssueType.function.js +126 -0
- package/dist/src/functions/deleteWorkflowSchemeIssueType.function.js.map +1 -0
- package/dist/src/functions/deleteWorkflowTransitionProperty.function.d.ts +27 -0
- package/dist/src/functions/deleteWorkflowTransitionProperty.function.d.ts.map +1 -0
- package/dist/src/functions/deleteWorkflowTransitionProperty.function.js +19 -0
- package/dist/src/functions/deleteWorkflowTransitionProperty.function.js.map +1 -0
- package/dist/src/functions/deleteWorkflowTransitionRuleConfigurations.function.d.ts +73 -0
- package/dist/src/functions/deleteWorkflowTransitionRuleConfigurations.function.d.ts.map +1 -0
- package/dist/src/functions/deleteWorkflowTransitionRuleConfigurations.function.js +33 -0
- package/dist/src/functions/deleteWorkflowTransitionRuleConfigurations.function.js.map +1 -0
- package/dist/src/functions/deleteWorklog.function.d.ts +41 -0
- package/dist/src/functions/deleteWorklog.function.d.ts.map +1 -0
- package/dist/src/functions/deleteWorklog.function.js +22 -0
- package/dist/src/functions/deleteWorklog.function.js.map +1 -0
- package/dist/src/functions/deleteWorklogProperty.function.d.ts +20 -0
- package/dist/src/functions/deleteWorklogProperty.function.d.ts.map +1 -0
- package/dist/src/functions/deleteWorklogProperty.function.js +18 -0
- package/dist/src/functions/deleteWorklogProperty.function.js.map +1 -0
- package/dist/src/functions/doTransition.function.d.ts +373 -0
- package/dist/src/functions/doTransition.function.d.ts.map +1 -0
- package/dist/src/functions/doTransition.function.js +108 -0
- package/dist/src/functions/doTransition.function.js.map +1 -0
- package/dist/src/functions/dynamicModulesResourceGetModulesGet.function.d.ts +12 -0
- package/dist/src/functions/dynamicModulesResourceGetModulesGet.function.d.ts.map +1 -0
- package/dist/src/functions/dynamicModulesResourceGetModulesGet.function.js +16 -0
- package/dist/src/functions/dynamicModulesResourceGetModulesGet.function.js.map +1 -0
- package/dist/src/functions/dynamicModulesResourceRegisterModulesPost.function.d.ts +12 -0
- package/dist/src/functions/dynamicModulesResourceRegisterModulesPost.function.d.ts.map +1 -0
- package/dist/src/functions/dynamicModulesResourceRegisterModulesPost.function.js +16 -0
- package/dist/src/functions/dynamicModulesResourceRegisterModulesPost.function.js.map +1 -0
- package/dist/src/functions/dynamicModulesResourceRemoveModulesDelete.function.d.ts +12 -0
- package/dist/src/functions/dynamicModulesResourceRemoveModulesDelete.function.d.ts.map +1 -0
- package/dist/src/functions/dynamicModulesResourceRemoveModulesDelete.function.js +16 -0
- package/dist/src/functions/dynamicModulesResourceRemoveModulesDelete.function.js.map +1 -0
- package/dist/src/functions/editIssue.function.d.ts +385 -0
- package/dist/src/functions/editIssue.function.d.ts.map +1 -0
- package/dist/src/functions/editIssue.function.js +111 -0
- package/dist/src/functions/editIssue.function.js.map +1 -0
- package/dist/src/functions/evaluateJiraExpression.function.d.ts +277 -0
- package/dist/src/functions/evaluateJiraExpression.function.d.ts.map +1 -0
- package/dist/src/functions/evaluateJiraExpression.function.js +83 -0
- package/dist/src/functions/evaluateJiraExpression.function.js.map +1 -0
- package/dist/src/functions/expandAttachmentForHumans.function.d.ts +61 -0
- package/dist/src/functions/expandAttachmentForHumans.function.d.ts.map +1 -0
- package/dist/src/functions/expandAttachmentForHumans.function.js +30 -0
- package/dist/src/functions/expandAttachmentForHumans.function.js.map +1 -0
- package/dist/src/functions/expandAttachmentForMachines.function.d.ts +49 -0
- package/dist/src/functions/expandAttachmentForMachines.function.d.ts.map +1 -0
- package/dist/src/functions/expandAttachmentForMachines.function.js +27 -0
- package/dist/src/functions/expandAttachmentForMachines.function.js.map +1 -0
- package/dist/src/functions/findAssignableUsers.function.d.ts +290 -0
- package/dist/src/functions/findAssignableUsers.function.d.ts.map +1 -0
- package/dist/src/functions/findAssignableUsers.function.js +86 -0
- package/dist/src/functions/findAssignableUsers.function.js.map +1 -0
- package/dist/src/functions/findBulkAssignableUsers.function.d.ts +274 -0
- package/dist/src/functions/findBulkAssignableUsers.function.d.ts.map +1 -0
- package/dist/src/functions/findBulkAssignableUsers.function.js +82 -0
- package/dist/src/functions/findBulkAssignableUsers.function.js.map +1 -0
- package/dist/src/functions/findGroups.function.d.ts +93 -0
- package/dist/src/functions/findGroups.function.d.ts.map +1 -0
- package/dist/src/functions/findGroups.function.js +35 -0
- package/dist/src/functions/findGroups.function.js.map +1 -0
- package/dist/src/functions/findUserKeysByQuery.function.d.ts +65 -0
- package/dist/src/functions/findUserKeysByQuery.function.d.ts.map +1 -0
- package/dist/src/functions/findUserKeysByQuery.function.js +31 -0
- package/dist/src/functions/findUserKeysByQuery.function.js.map +1 -0
- package/dist/src/functions/findUsers.function.d.ts +274 -0
- package/dist/src/functions/findUsers.function.d.ts.map +1 -0
- package/dist/src/functions/findUsers.function.js +82 -0
- package/dist/src/functions/findUsers.function.js.map +1 -0
- package/dist/src/functions/findUsersAndGroups.function.d.ts +179 -0
- package/dist/src/functions/findUsersAndGroups.function.d.ts.map +1 -0
- package/dist/src/functions/findUsersAndGroups.function.js +53 -0
- package/dist/src/functions/findUsersAndGroups.function.js.map +1 -0
- package/dist/src/functions/findUsersByQuery.function.d.ts +294 -0
- package/dist/src/functions/findUsersByQuery.function.d.ts.map +1 -0
- package/dist/src/functions/findUsersByQuery.function.js +87 -0
- package/dist/src/functions/findUsersByQuery.function.js.map +1 -0
- package/dist/src/functions/findUsersForPicker.function.d.ts +81 -0
- package/dist/src/functions/findUsersForPicker.function.d.ts.map +1 -0
- package/dist/src/functions/findUsersForPicker.function.js +35 -0
- package/dist/src/functions/findUsersForPicker.function.js.map +1 -0
- package/dist/src/functions/findUsersWithAllPermissions.function.d.ts +282 -0
- package/dist/src/functions/findUsersWithAllPermissions.function.d.ts.map +1 -0
- package/dist/src/functions/findUsersWithAllPermissions.function.js +84 -0
- package/dist/src/functions/findUsersWithAllPermissions.function.js.map +1 -0
- package/dist/src/functions/findUsersWithBrowsePermission.function.d.ts +278 -0
- package/dist/src/functions/findUsersWithBrowsePermission.function.d.ts.map +1 -0
- package/dist/src/functions/findUsersWithBrowsePermission.function.js +83 -0
- package/dist/src/functions/findUsersWithBrowsePermission.function.js.map +1 -0
- package/dist/src/functions/fullyUpdateProjectRole.function.d.ts +223 -0
- package/dist/src/functions/fullyUpdateProjectRole.function.d.ts.map +1 -0
- package/dist/src/functions/fullyUpdateProjectRole.function.js +68 -0
- package/dist/src/functions/fullyUpdateProjectRole.function.js.map +1 -0
- package/dist/src/functions/getAccessibleProjectTypeByKey.function.d.ts +42 -0
- package/dist/src/functions/getAccessibleProjectTypeByKey.function.d.ts.map +1 -0
- package/dist/src/functions/getAccessibleProjectTypeByKey.function.js +24 -0
- package/dist/src/functions/getAccessibleProjectTypeByKey.function.js.map +1 -0
- package/dist/src/functions/getAdvancedSettings.function.d.ts +44 -0
- package/dist/src/functions/getAdvancedSettings.function.d.ts.map +1 -0
- package/dist/src/functions/getAdvancedSettings.function.js +24 -0
- package/dist/src/functions/getAdvancedSettings.function.js.map +1 -0
- package/dist/src/functions/getAllAccessibleProjectTypes.function.d.ts +28 -0
- package/dist/src/functions/getAllAccessibleProjectTypes.function.d.ts.map +1 -0
- package/dist/src/functions/getAllAccessibleProjectTypes.function.js +18 -0
- package/dist/src/functions/getAllAccessibleProjectTypes.function.js.map +1 -0
- package/dist/src/functions/getAllApplicationRoles.function.d.ts +96 -0
- package/dist/src/functions/getAllApplicationRoles.function.d.ts.map +1 -0
- package/dist/src/functions/getAllApplicationRoles.function.js +37 -0
- package/dist/src/functions/getAllApplicationRoles.function.js.map +1 -0
- package/dist/src/functions/getAllAvailableDashboardGadgets.function.d.ts +28 -0
- package/dist/src/functions/getAllAvailableDashboardGadgets.function.d.ts.map +1 -0
- package/dist/src/functions/getAllAvailableDashboardGadgets.function.js +20 -0
- package/dist/src/functions/getAllAvailableDashboardGadgets.function.js.map +1 -0
- package/dist/src/functions/getAllDashboards.function.d.ts +24 -0
- package/dist/src/functions/getAllDashboards.function.d.ts.map +1 -0
- package/dist/src/functions/getAllDashboards.function.js +20 -0
- package/dist/src/functions/getAllDashboards.function.js.map +1 -0
- package/dist/src/functions/getAllFieldConfigurationSchemes.function.d.ts +69 -0
- package/dist/src/functions/getAllFieldConfigurationSchemes.function.d.ts.map +1 -0
- package/dist/src/functions/getAllFieldConfigurationSchemes.function.js +32 -0
- package/dist/src/functions/getAllFieldConfigurationSchemes.function.js.map +1 -0
- package/dist/src/functions/getAllFieldConfigurations.function.d.ts +73 -0
- package/dist/src/functions/getAllFieldConfigurations.function.d.ts.map +1 -0
- package/dist/src/functions/getAllFieldConfigurations.function.js +33 -0
- package/dist/src/functions/getAllFieldConfigurations.function.js.map +1 -0
- package/dist/src/functions/getAllGadgets.function.d.ts +82 -0
- package/dist/src/functions/getAllGadgets.function.d.ts.map +1 -0
- package/dist/src/functions/getAllGadgets.function.js +33 -0
- package/dist/src/functions/getAllGadgets.function.js.map +1 -0
- package/dist/src/functions/getAllIssueFieldOptions.function.d.ts +130 -0
- package/dist/src/functions/getAllIssueFieldOptions.function.d.ts.map +1 -0
- package/dist/src/functions/getAllIssueFieldOptions.function.js +45 -0
- package/dist/src/functions/getAllIssueFieldOptions.function.js.map +1 -0
- package/dist/src/functions/getAllIssueTypeSchemes.function.d.ts +96 -0
- package/dist/src/functions/getAllIssueTypeSchemes.function.d.ts.map +1 -0
- package/dist/src/functions/getAllIssueTypeSchemes.function.js +37 -0
- package/dist/src/functions/getAllIssueTypeSchemes.function.js.map +1 -0
- package/dist/src/functions/getAllLabels.function.d.ts +49 -0
- package/dist/src/functions/getAllLabels.function.d.ts.map +1 -0
- package/dist/src/functions/getAllLabels.function.js +25 -0
- package/dist/src/functions/getAllLabels.function.js.map +1 -0
- package/dist/src/functions/getAllPermissionSchemes.function.d.ts +188 -0
- package/dist/src/functions/getAllPermissionSchemes.function.d.ts.map +1 -0
- package/dist/src/functions/getAllPermissionSchemes.function.js +60 -0
- package/dist/src/functions/getAllPermissionSchemes.function.js.map +1 -0
- package/dist/src/functions/getAllPermissions.function.d.ts +47 -0
- package/dist/src/functions/getAllPermissions.function.d.ts.map +1 -0
- package/dist/src/functions/getAllPermissions.function.js +24 -0
- package/dist/src/functions/getAllPermissions.function.js.map +1 -0
- package/dist/src/functions/getAllProjectAvatars.function.d.ts +89 -0
- package/dist/src/functions/getAllProjectAvatars.function.d.ts.map +1 -0
- package/dist/src/functions/getAllProjectAvatars.function.js +37 -0
- package/dist/src/functions/getAllProjectAvatars.function.js.map +1 -0
- package/dist/src/functions/getAllProjectCategories.function.d.ts +24 -0
- package/dist/src/functions/getAllProjectCategories.function.d.ts.map +1 -0
- package/dist/src/functions/getAllProjectCategories.function.js +19 -0
- package/dist/src/functions/getAllProjectCategories.function.js.map +1 -0
- package/dist/src/functions/getAllProjectRoles.function.d.ts +206 -0
- package/dist/src/functions/getAllProjectRoles.function.d.ts.map +1 -0
- package/dist/src/functions/getAllProjectRoles.function.js +62 -0
- package/dist/src/functions/getAllProjectRoles.function.js.map +1 -0
- package/dist/src/functions/getAllProjectTypes.function.d.ts +28 -0
- package/dist/src/functions/getAllProjectTypes.function.d.ts.map +1 -0
- package/dist/src/functions/getAllProjectTypes.function.js +20 -0
- package/dist/src/functions/getAllProjectTypes.function.js.map +1 -0
- package/dist/src/functions/getAllScreenTabFields.function.d.ts +33 -0
- package/dist/src/functions/getAllScreenTabFields.function.d.ts.map +1 -0
- package/dist/src/functions/getAllScreenTabFields.function.js +23 -0
- package/dist/src/functions/getAllScreenTabFields.function.js.map +1 -0
- package/dist/src/functions/getAllScreenTabs.function.d.ts +29 -0
- package/dist/src/functions/getAllScreenTabs.function.d.ts.map +1 -0
- package/dist/src/functions/getAllScreenTabs.function.js +22 -0
- package/dist/src/functions/getAllScreenTabs.function.js.map +1 -0
- package/dist/src/functions/getAllStatuses.function.d.ts +89 -0
- package/dist/src/functions/getAllStatuses.function.d.ts.map +1 -0
- package/dist/src/functions/getAllStatuses.function.js +37 -0
- package/dist/src/functions/getAllStatuses.function.js.map +1 -0
- package/dist/src/functions/getAllSystemAvatars.function.d.ts +57 -0
- package/dist/src/functions/getAllSystemAvatars.function.d.ts.map +1 -0
- package/dist/src/functions/getAllSystemAvatars.function.js +28 -0
- package/dist/src/functions/getAllSystemAvatars.function.js.map +1 -0
- package/dist/src/functions/getAllUsers.function.d.ts +258 -0
- package/dist/src/functions/getAllUsers.function.d.ts.map +1 -0
- package/dist/src/functions/getAllUsers.function.js +78 -0
- package/dist/src/functions/getAllUsers.function.js.map +1 -0
- package/dist/src/functions/getAllUsersDefault.function.d.ts +258 -0
- package/dist/src/functions/getAllUsersDefault.function.d.ts.map +1 -0
- package/dist/src/functions/getAllUsersDefault.function.js +78 -0
- package/dist/src/functions/getAllUsersDefault.function.js.map +1 -0
- package/dist/src/functions/getAllWorkflowSchemes.function.d.ts +485 -0
- package/dist/src/functions/getAllWorkflowSchemes.function.d.ts.map +1 -0
- package/dist/src/functions/getAllWorkflowSchemes.function.js +133 -0
- package/dist/src/functions/getAllWorkflowSchemes.function.js.map +1 -0
- package/dist/src/functions/getAlternativeIssueTypes.function.d.ts +152 -0
- package/dist/src/functions/getAlternativeIssueTypes.function.d.ts.map +1 -0
- package/dist/src/functions/getAlternativeIssueTypes.function.js +51 -0
- package/dist/src/functions/getAlternativeIssueTypes.function.js.map +1 -0
- package/dist/src/functions/getApplicationProperty.function.d.ts +61 -0
- package/dist/src/functions/getApplicationProperty.function.d.ts.map +1 -0
- package/dist/src/functions/getApplicationProperty.function.js +30 -0
- package/dist/src/functions/getApplicationProperty.function.js.map +1 -0
- package/dist/src/functions/getApplicationRole.function.d.ts +105 -0
- package/dist/src/functions/getApplicationRole.function.d.ts.map +1 -0
- package/dist/src/functions/getApplicationRole.function.js +41 -0
- package/dist/src/functions/getApplicationRole.function.js.map +1 -0
- package/dist/src/functions/getApproximateApplicationLicenseCount.function.d.ts +25 -0
- package/dist/src/functions/getApproximateApplicationLicenseCount.function.d.ts.map +1 -0
- package/dist/src/functions/getApproximateApplicationLicenseCount.function.js +21 -0
- package/dist/src/functions/getApproximateApplicationLicenseCount.function.js.map +1 -0
- package/dist/src/functions/getApproximateLicenseCount.function.d.ts +16 -0
- package/dist/src/functions/getApproximateLicenseCount.function.d.ts.map +1 -0
- package/dist/src/functions/getApproximateLicenseCount.function.js +17 -0
- package/dist/src/functions/getApproximateLicenseCount.function.js.map +1 -0
- package/dist/src/functions/getAssignedPermissionScheme.function.d.ts +184 -0
- package/dist/src/functions/getAssignedPermissionScheme.function.d.ts.map +1 -0
- package/dist/src/functions/getAssignedPermissionScheme.function.js +59 -0
- package/dist/src/functions/getAssignedPermissionScheme.function.js.map +1 -0
- package/dist/src/functions/getAttachment.function.d.ts +298 -0
- package/dist/src/functions/getAttachment.function.d.ts.map +1 -0
- package/dist/src/functions/getAttachment.function.js +88 -0
- package/dist/src/functions/getAttachment.function.js.map +1 -0
- package/dist/src/functions/getAttachmentContent.function.d.ts +17 -0
- package/dist/src/functions/getAttachmentContent.function.d.ts.map +1 -0
- package/dist/src/functions/getAttachmentContent.function.js +19 -0
- package/dist/src/functions/getAttachmentContent.function.js.map +1 -0
- package/dist/src/functions/getAttachmentMeta.function.d.ts +16 -0
- package/dist/src/functions/getAttachmentMeta.function.d.ts.map +1 -0
- package/dist/src/functions/getAttachmentMeta.function.js +17 -0
- package/dist/src/functions/getAttachmentMeta.function.js.map +1 -0
- package/dist/src/functions/getAttachmentThumbnail.function.d.ts +29 -0
- package/dist/src/functions/getAttachmentThumbnail.function.d.ts.map +1 -0
- package/dist/src/functions/getAttachmentThumbnail.function.js +22 -0
- package/dist/src/functions/getAttachmentThumbnail.function.js.map +1 -0
- package/dist/src/functions/getAuditRecords.function.d.ts +161 -0
- package/dist/src/functions/getAuditRecords.function.d.ts.map +1 -0
- package/dist/src/functions/getAuditRecords.function.js +55 -0
- package/dist/src/functions/getAuditRecords.function.js.map +1 -0
- package/dist/src/functions/getAutoComplete.function.d.ts +99 -0
- package/dist/src/functions/getAutoComplete.function.d.ts.map +1 -0
- package/dist/src/functions/getAutoComplete.function.js +34 -0
- package/dist/src/functions/getAutoComplete.function.js.map +1 -0
- package/dist/src/functions/getAutoCompletePost.function.d.ts +112 -0
- package/dist/src/functions/getAutoCompletePost.function.d.ts.map +1 -0
- package/dist/src/functions/getAutoCompletePost.function.js +39 -0
- package/dist/src/functions/getAutoCompletePost.function.js.map +1 -0
- package/dist/src/functions/getAvailableScreenFields.function.d.ts +25 -0
- package/dist/src/functions/getAvailableScreenFields.function.d.ts.map +1 -0
- package/dist/src/functions/getAvailableScreenFields.function.js +21 -0
- package/dist/src/functions/getAvailableScreenFields.function.js.map +1 -0
- package/dist/src/functions/getAvailableTimeTrackingImplementations.function.d.ts +20 -0
- package/dist/src/functions/getAvailableTimeTrackingImplementations.function.d.ts.map +1 -0
- package/dist/src/functions/getAvailableTimeTrackingImplementations.function.js +18 -0
- package/dist/src/functions/getAvailableTimeTrackingImplementations.function.js.map +1 -0
- package/dist/src/functions/getAvatarImageByID.function.d.ts +37 -0
- package/dist/src/functions/getAvatarImageByID.function.d.ts.map +1 -0
- package/dist/src/functions/getAvatarImageByID.function.js +21 -0
- package/dist/src/functions/getAvatarImageByID.function.js.map +1 -0
- package/dist/src/functions/getAvatarImageByOwner.function.d.ts +37 -0
- package/dist/src/functions/getAvatarImageByOwner.function.d.ts.map +1 -0
- package/dist/src/functions/getAvatarImageByOwner.function.js +21 -0
- package/dist/src/functions/getAvatarImageByOwner.function.js.map +1 -0
- package/dist/src/functions/getAvatarImageByType.function.d.ts +33 -0
- package/dist/src/functions/getAvatarImageByType.function.d.ts.map +1 -0
- package/dist/src/functions/getAvatarImageByType.function.js +20 -0
- package/dist/src/functions/getAvatarImageByType.function.js.map +1 -0
- package/dist/src/functions/getAvatars.function.d.ts +96 -0
- package/dist/src/functions/getAvatars.function.d.ts.map +1 -0
- package/dist/src/functions/getAvatars.function.js +38 -0
- package/dist/src/functions/getAvatars.function.js.map +1 -0
- package/dist/src/functions/getBanner.function.d.ts +31 -0
- package/dist/src/functions/getBanner.function.d.ts.map +1 -0
- package/dist/src/functions/getBanner.function.js +20 -0
- package/dist/src/functions/getBanner.function.js.map +1 -0
- package/dist/src/functions/getBulkPermissions.function.d.ts +65 -0
- package/dist/src/functions/getBulkPermissions.function.d.ts.map +1 -0
- package/dist/src/functions/getBulkPermissions.function.js +31 -0
- package/dist/src/functions/getBulkPermissions.function.js.map +1 -0
- package/dist/src/functions/getChangeLogs.function.d.ts +301 -0
- package/dist/src/functions/getChangeLogs.function.d.ts.map +1 -0
- package/dist/src/functions/getChangeLogs.function.js +90 -0
- package/dist/src/functions/getChangeLogs.function.js.map +1 -0
- package/dist/src/functions/getChangeLogsByIds.function.d.ts +285 -0
- package/dist/src/functions/getChangeLogsByIds.function.d.ts.map +1 -0
- package/dist/src/functions/getChangeLogsByIds.function.js +86 -0
- package/dist/src/functions/getChangeLogsByIds.function.js.map +1 -0
- package/dist/src/functions/getColumns.function.d.ts +25 -0
- package/dist/src/functions/getColumns.function.d.ts.map +1 -0
- package/dist/src/functions/getColumns.function.js +21 -0
- package/dist/src/functions/getColumns.function.js.map +1 -0
- package/dist/src/functions/getComment.function.d.ts +232 -0
- package/dist/src/functions/getComment.function.d.ts.map +1 -0
- package/dist/src/functions/getComment.function.js +72 -0
- package/dist/src/functions/getComment.function.js.map +1 -0
- package/dist/src/functions/getCommentProperty.function.d.ts +29 -0
- package/dist/src/functions/getCommentProperty.function.d.ts.map +1 -0
- package/dist/src/functions/getCommentProperty.function.js +22 -0
- package/dist/src/functions/getCommentProperty.function.js.map +1 -0
- package/dist/src/functions/getCommentPropertyKeys.function.d.ts +33 -0
- package/dist/src/functions/getCommentPropertyKeys.function.d.ts.map +1 -0
- package/dist/src/functions/getCommentPropertyKeys.function.js +23 -0
- package/dist/src/functions/getCommentPropertyKeys.function.js.map +1 -0
- package/dist/src/functions/getComments.function.d.ts +264 -0
- package/dist/src/functions/getComments.function.d.ts.map +1 -0
- package/dist/src/functions/getComments.function.js +79 -0
- package/dist/src/functions/getComments.function.js.map +1 -0
- package/dist/src/functions/getCommentsByIds.function.d.ts +260 -0
- package/dist/src/functions/getCommentsByIds.function.d.ts.map +1 -0
- package/dist/src/functions/getCommentsByIds.function.js +79 -0
- package/dist/src/functions/getCommentsByIds.function.js.map +1 -0
- package/dist/src/functions/getComponent.function.d.ts +802 -0
- package/dist/src/functions/getComponent.function.d.ts.map +1 -0
- package/dist/src/functions/getComponent.function.js +209 -0
- package/dist/src/functions/getComponent.function.js.map +1 -0
- package/dist/src/functions/getComponentRelatedIssues.function.d.ts +25 -0
- package/dist/src/functions/getComponentRelatedIssues.function.d.ts.map +1 -0
- package/dist/src/functions/getComponentRelatedIssues.function.js +21 -0
- package/dist/src/functions/getComponentRelatedIssues.function.js.map +1 -0
- package/dist/src/functions/getConfiguration.function.d.ts +69 -0
- package/dist/src/functions/getConfiguration.function.d.ts.map +1 -0
- package/dist/src/functions/getConfiguration.function.js +28 -0
- package/dist/src/functions/getConfiguration.function.js.map +1 -0
- package/dist/src/functions/getContextsForField.function.d.ts +89 -0
- package/dist/src/functions/getContextsForField.function.d.ts.map +1 -0
- package/dist/src/functions/getContextsForField.function.js +37 -0
- package/dist/src/functions/getContextsForField.function.js.map +1 -0
- package/dist/src/functions/getCreateIssueMeta.function.d.ts +312 -0
- package/dist/src/functions/getCreateIssueMeta.function.d.ts.map +1 -0
- package/dist/src/functions/getCreateIssueMeta.function.js +91 -0
- package/dist/src/functions/getCreateIssueMeta.function.js.map +1 -0
- package/dist/src/functions/getCurrentUser.function.d.ts +254 -0
- package/dist/src/functions/getCurrentUser.function.d.ts.map +1 -0
- package/dist/src/functions/getCurrentUser.function.js +77 -0
- package/dist/src/functions/getCurrentUser.function.js.map +1 -0
- package/dist/src/functions/getCustomFieldConfiguration.function.d.ts +93 -0
- package/dist/src/functions/getCustomFieldConfiguration.function.d.ts.map +1 -0
- package/dist/src/functions/getCustomFieldConfiguration.function.js +38 -0
- package/dist/src/functions/getCustomFieldConfiguration.function.js.map +1 -0
- package/dist/src/functions/getCustomFieldContextsForProjectsAndIssueTypes.function.d.ts +85 -0
- package/dist/src/functions/getCustomFieldContextsForProjectsAndIssueTypes.function.d.ts.map +1 -0
- package/dist/src/functions/getCustomFieldContextsForProjectsAndIssueTypes.function.js +36 -0
- package/dist/src/functions/getCustomFieldContextsForProjectsAndIssueTypes.function.js.map +1 -0
- package/dist/src/functions/getCustomFieldOption.function.d.ts +25 -0
- package/dist/src/functions/getCustomFieldOption.function.d.ts.map +1 -0
- package/dist/src/functions/getCustomFieldOption.function.js +21 -0
- package/dist/src/functions/getCustomFieldOption.function.js.map +1 -0
- package/dist/src/functions/getDashboard.function.d.ts +13 -0
- package/dist/src/functions/getDashboard.function.d.ts.map +1 -0
- package/dist/src/functions/getDashboard.function.js +18 -0
- package/dist/src/functions/getDashboard.function.js.map +1 -0
- package/dist/src/functions/getDashboardItemProperty.function.d.ts +33 -0
- package/dist/src/functions/getDashboardItemProperty.function.d.ts.map +1 -0
- package/dist/src/functions/getDashboardItemProperty.function.js +23 -0
- package/dist/src/functions/getDashboardItemProperty.function.js.map +1 -0
- package/dist/src/functions/getDashboardItemPropertyKeys.function.d.ts +37 -0
- package/dist/src/functions/getDashboardItemPropertyKeys.function.d.ts.map +1 -0
- package/dist/src/functions/getDashboardItemPropertyKeys.function.js +24 -0
- package/dist/src/functions/getDashboardItemPropertyKeys.function.js.map +1 -0
- package/dist/src/functions/getDashboardsPaginated.function.d.ts +76 -0
- package/dist/src/functions/getDashboardsPaginated.function.d.ts.map +1 -0
- package/dist/src/functions/getDashboardsPaginated.function.js +28 -0
- package/dist/src/functions/getDashboardsPaginated.function.js.map +1 -0
- package/dist/src/functions/getDefaultShareScope.function.d.ts +16 -0
- package/dist/src/functions/getDefaultShareScope.function.d.ts.map +1 -0
- package/dist/src/functions/getDefaultShareScope.function.js +16 -0
- package/dist/src/functions/getDefaultShareScope.function.js.map +1 -0
- package/dist/src/functions/getDefaultValues.function.d.ts +509 -0
- package/dist/src/functions/getDefaultValues.function.d.ts.map +1 -0
- package/dist/src/functions/getDefaultValues.function.js +142 -0
- package/dist/src/functions/getDefaultValues.function.js.map +1 -0
- package/dist/src/functions/getDefaultWorkflow.function.d.ts +29 -0
- package/dist/src/functions/getDefaultWorkflow.function.d.ts.map +1 -0
- package/dist/src/functions/getDefaultWorkflow.function.js +22 -0
- package/dist/src/functions/getDefaultWorkflow.function.js.map +1 -0
- package/dist/src/functions/getDraftDefaultWorkflow.function.d.ts +25 -0
- package/dist/src/functions/getDraftDefaultWorkflow.function.d.ts.map +1 -0
- package/dist/src/functions/getDraftDefaultWorkflow.function.js +21 -0
- package/dist/src/functions/getDraftDefaultWorkflow.function.js.map +1 -0
- package/dist/src/functions/getDraftWorkflow.function.d.ts +37 -0
- package/dist/src/functions/getDraftWorkflow.function.d.ts.map +1 -0
- package/dist/src/functions/getDraftWorkflow.function.js +24 -0
- package/dist/src/functions/getDraftWorkflow.function.js.map +1 -0
- package/dist/src/functions/getDynamicWebhooksForApp.function.d.ts +86 -0
- package/dist/src/functions/getDynamicWebhooksForApp.function.d.ts.map +1 -0
- package/dist/src/functions/getDynamicWebhooksForApp.function.js +34 -0
- package/dist/src/functions/getDynamicWebhooksForApp.function.js.map +1 -0
- package/dist/src/functions/getEditIssueMeta.function.d.ts +101 -0
- package/dist/src/functions/getEditIssueMeta.function.d.ts.map +1 -0
- package/dist/src/functions/getEditIssueMeta.function.js +40 -0
- package/dist/src/functions/getEditIssueMeta.function.js.map +1 -0
- package/dist/src/functions/getEvents.function.d.ts +16 -0
- package/dist/src/functions/getEvents.function.d.ts.map +1 -0
- package/dist/src/functions/getEvents.function.js +17 -0
- package/dist/src/functions/getEvents.function.js.map +1 -0
- package/dist/src/functions/getFailedWebhooks.function.d.ts +53 -0
- package/dist/src/functions/getFailedWebhooks.function.d.ts.map +1 -0
- package/dist/src/functions/getFailedWebhooks.function.js +28 -0
- package/dist/src/functions/getFailedWebhooks.function.js.map +1 -0
- package/dist/src/functions/getFavouriteFilters.function.d.ts +13 -0
- package/dist/src/functions/getFavouriteFilters.function.d.ts.map +1 -0
- package/dist/src/functions/getFavouriteFilters.function.js +18 -0
- package/dist/src/functions/getFavouriteFilters.function.js.map +1 -0
- package/dist/src/functions/getFeaturesForProject.function.d.ts +61 -0
- package/dist/src/functions/getFeaturesForProject.function.d.ts.map +1 -0
- package/dist/src/functions/getFeaturesForProject.function.js +29 -0
- package/dist/src/functions/getFeaturesForProject.function.js.map +1 -0
- package/dist/src/functions/getFieldAutoCompleteForQueryString.function.d.ts +45 -0
- package/dist/src/functions/getFieldAutoCompleteForQueryString.function.d.ts.map +1 -0
- package/dist/src/functions/getFieldAutoCompleteForQueryString.function.js +26 -0
- package/dist/src/functions/getFieldAutoCompleteForQueryString.function.js.map +1 -0
- package/dist/src/functions/getFieldConfigurationItems.function.d.ts +77 -0
- package/dist/src/functions/getFieldConfigurationItems.function.d.ts.map +1 -0
- package/dist/src/functions/getFieldConfigurationItems.function.js +34 -0
- package/dist/src/functions/getFieldConfigurationItems.function.js.map +1 -0
- package/dist/src/functions/getFieldConfigurationSchemeMappings.function.d.ts +69 -0
- package/dist/src/functions/getFieldConfigurationSchemeMappings.function.d.ts.map +1 -0
- package/dist/src/functions/getFieldConfigurationSchemeMappings.function.js +32 -0
- package/dist/src/functions/getFieldConfigurationSchemeMappings.function.js.map +1 -0
- package/dist/src/functions/getFieldConfigurationSchemeProjectMapping.function.d.ts +81 -0
- package/dist/src/functions/getFieldConfigurationSchemeProjectMapping.function.d.ts.map +1 -0
- package/dist/src/functions/getFieldConfigurationSchemeProjectMapping.function.js +35 -0
- package/dist/src/functions/getFieldConfigurationSchemeProjectMapping.function.js.map +1 -0
- package/dist/src/functions/getFields.function.d.ts +171 -0
- package/dist/src/functions/getFields.function.d.ts.map +1 -0
- package/dist/src/functions/getFields.function.js +54 -0
- package/dist/src/functions/getFields.function.js.map +1 -0
- package/dist/src/functions/getFieldsPaginated.function.d.ts +184 -0
- package/dist/src/functions/getFieldsPaginated.function.d.ts.map +1 -0
- package/dist/src/functions/getFieldsPaginated.function.js +55 -0
- package/dist/src/functions/getFieldsPaginated.function.js.map +1 -0
- package/dist/src/functions/getFilter.function.d.ts +21 -0
- package/dist/src/functions/getFilter.function.d.ts.map +1 -0
- package/dist/src/functions/getFilter.function.js +20 -0
- package/dist/src/functions/getFilter.function.js.map +1 -0
- package/dist/src/functions/getFiltersPaginated.function.d.ts +79 -0
- package/dist/src/functions/getFiltersPaginated.function.d.ts.map +1 -0
- package/dist/src/functions/getFiltersPaginated.function.js +29 -0
- package/dist/src/functions/getFiltersPaginated.function.js.map +1 -0
- package/dist/src/functions/getIdsOfWorklogsDeletedSince.function.d.ts +69 -0
- package/dist/src/functions/getIdsOfWorklogsDeletedSince.function.d.ts.map +1 -0
- package/dist/src/functions/getIdsOfWorklogsDeletedSince.function.js +32 -0
- package/dist/src/functions/getIdsOfWorklogsDeletedSince.function.js.map +1 -0
- package/dist/src/functions/getIdsOfWorklogsModifiedSince.function.d.ts +73 -0
- package/dist/src/functions/getIdsOfWorklogsModifiedSince.function.d.ts.map +1 -0
- package/dist/src/functions/getIdsOfWorklogsModifiedSince.function.js +33 -0
- package/dist/src/functions/getIdsOfWorklogsModifiedSince.function.js.map +1 -0
- package/dist/src/functions/getIsWatchingIssueBulk.function.d.ts +21 -0
- package/dist/src/functions/getIsWatchingIssueBulk.function.d.ts.map +1 -0
- package/dist/src/functions/getIsWatchingIssueBulk.function.js +20 -0
- package/dist/src/functions/getIsWatchingIssueBulk.function.js.map +1 -0
- package/dist/src/functions/getIssue.function.d.ts +853 -0
- package/dist/src/functions/getIssue.function.d.ts.map +1 -0
- package/dist/src/functions/getIssue.function.js +228 -0
- package/dist/src/functions/getIssue.function.js.map +1 -0
- package/dist/src/functions/getIssueAllTypes.function.d.ts +143 -0
- package/dist/src/functions/getIssueAllTypes.function.d.ts.map +1 -0
- package/dist/src/functions/getIssueAllTypes.function.js +47 -0
- package/dist/src/functions/getIssueAllTypes.function.js.map +1 -0
- package/dist/src/functions/getIssueFieldOption.function.d.ts +94 -0
- package/dist/src/functions/getIssueFieldOption.function.d.ts.map +1 -0
- package/dist/src/functions/getIssueFieldOption.function.js +36 -0
- package/dist/src/functions/getIssueFieldOption.function.js.map +1 -0
- package/dist/src/functions/getIssueLink.function.d.ts +1073 -0
- package/dist/src/functions/getIssueLink.function.d.ts.map +1 -0
- package/dist/src/functions/getIssueLink.function.js +276 -0
- package/dist/src/functions/getIssueLink.function.js.map +1 -0
- package/dist/src/functions/getIssueLinkType.function.d.ts +37 -0
- package/dist/src/functions/getIssueLinkType.function.d.ts.map +1 -0
- package/dist/src/functions/getIssueLinkType.function.js +24 -0
- package/dist/src/functions/getIssueLinkType.function.js.map +1 -0
- package/dist/src/functions/getIssueLinkTypes.function.d.ts +36 -0
- package/dist/src/functions/getIssueLinkTypes.function.d.ts.map +1 -0
- package/dist/src/functions/getIssueLinkTypes.function.js +22 -0
- package/dist/src/functions/getIssueLinkTypes.function.js.map +1 -0
- package/dist/src/functions/getIssueNavigatorDefaultColumns.function.d.ts +16 -0
- package/dist/src/functions/getIssueNavigatorDefaultColumns.function.d.ts.map +1 -0
- package/dist/src/functions/getIssueNavigatorDefaultColumns.function.js +17 -0
- package/dist/src/functions/getIssueNavigatorDefaultColumns.function.js.map +1 -0
- package/dist/src/functions/getIssuePickerResource.function.d.ts +93 -0
- package/dist/src/functions/getIssuePickerResource.function.d.ts.map +1 -0
- package/dist/src/functions/getIssuePickerResource.function.js +38 -0
- package/dist/src/functions/getIssuePickerResource.function.js.map +1 -0
- package/dist/src/functions/getIssueProperty.function.d.ts +29 -0
- package/dist/src/functions/getIssueProperty.function.d.ts.map +1 -0
- package/dist/src/functions/getIssueProperty.function.js +22 -0
- package/dist/src/functions/getIssueProperty.function.js.map +1 -0
- package/dist/src/functions/getIssuePropertyKeys.function.d.ts +33 -0
- package/dist/src/functions/getIssuePropertyKeys.function.d.ts.map +1 -0
- package/dist/src/functions/getIssuePropertyKeys.function.js +23 -0
- package/dist/src/functions/getIssuePropertyKeys.function.js.map +1 -0
- package/dist/src/functions/getIssueSecurityLevel.function.d.ts +41 -0
- package/dist/src/functions/getIssueSecurityLevel.function.d.ts.map +1 -0
- package/dist/src/functions/getIssueSecurityLevel.function.js +25 -0
- package/dist/src/functions/getIssueSecurityLevel.function.js.map +1 -0
- package/dist/src/functions/getIssueSecurityLevelMembers.function.d.ts +97 -0
- package/dist/src/functions/getIssueSecurityLevelMembers.function.d.ts.map +1 -0
- package/dist/src/functions/getIssueSecurityLevelMembers.function.js +39 -0
- package/dist/src/functions/getIssueSecurityLevelMembers.function.js.map +1 -0
- package/dist/src/functions/getIssueSecurityScheme.function.d.ts +69 -0
- package/dist/src/functions/getIssueSecurityScheme.function.d.ts.map +1 -0
- package/dist/src/functions/getIssueSecurityScheme.function.js +32 -0
- package/dist/src/functions/getIssueSecurityScheme.function.js.map +1 -0
- package/dist/src/functions/getIssueSecuritySchemes.function.d.ts +68 -0
- package/dist/src/functions/getIssueSecuritySchemes.function.d.ts.map +1 -0
- package/dist/src/functions/getIssueSecuritySchemes.function.js +30 -0
- package/dist/src/functions/getIssueSecuritySchemes.function.js.map +1 -0
- package/dist/src/functions/getIssueType.function.d.ts +152 -0
- package/dist/src/functions/getIssueType.function.d.ts.map +1 -0
- package/dist/src/functions/getIssueType.function.js +51 -0
- package/dist/src/functions/getIssueType.function.js.map +1 -0
- package/dist/src/functions/getIssueTypeMappingsForContexts.function.d.ts +73 -0
- package/dist/src/functions/getIssueTypeMappingsForContexts.function.d.ts.map +1 -0
- package/dist/src/functions/getIssueTypeMappingsForContexts.function.js +33 -0
- package/dist/src/functions/getIssueTypeMappingsForContexts.function.js.map +1 -0
- package/dist/src/functions/getIssueTypeProperty.function.d.ts +29 -0
- package/dist/src/functions/getIssueTypeProperty.function.d.ts.map +1 -0
- package/dist/src/functions/getIssueTypeProperty.function.js +22 -0
- package/dist/src/functions/getIssueTypeProperty.function.js.map +1 -0
- package/dist/src/functions/getIssueTypePropertyKeys.function.d.ts +33 -0
- package/dist/src/functions/getIssueTypePropertyKeys.function.d.ts.map +1 -0
- package/dist/src/functions/getIssueTypePropertyKeys.function.js +23 -0
- package/dist/src/functions/getIssueTypePropertyKeys.function.js.map +1 -0
- package/dist/src/functions/getIssueTypeSchemeForProjects.function.d.ts +89 -0
- package/dist/src/functions/getIssueTypeSchemeForProjects.function.d.ts.map +1 -0
- package/dist/src/functions/getIssueTypeSchemeForProjects.function.js +37 -0
- package/dist/src/functions/getIssueTypeSchemeForProjects.function.js.map +1 -0
- package/dist/src/functions/getIssueTypeSchemesMapping.function.d.ts +65 -0
- package/dist/src/functions/getIssueTypeSchemesMapping.function.d.ts.map +1 -0
- package/dist/src/functions/getIssueTypeSchemesMapping.function.js +31 -0
- package/dist/src/functions/getIssueTypeSchemesMapping.function.js.map +1 -0
- package/dist/src/functions/getIssueTypeScreenSchemeMappings.function.d.ts +69 -0
- package/dist/src/functions/getIssueTypeScreenSchemeMappings.function.d.ts.map +1 -0
- package/dist/src/functions/getIssueTypeScreenSchemeMappings.function.js +32 -0
- package/dist/src/functions/getIssueTypeScreenSchemeMappings.function.js.map +1 -0
- package/dist/src/functions/getIssueTypeScreenSchemeProjectAssociations.function.d.ts +81 -0
- package/dist/src/functions/getIssueTypeScreenSchemeProjectAssociations.function.d.ts.map +1 -0
- package/dist/src/functions/getIssueTypeScreenSchemeProjectAssociations.function.js +35 -0
- package/dist/src/functions/getIssueTypeScreenSchemeProjectAssociations.function.js.map +1 -0
- package/dist/src/functions/getIssueTypeScreenSchemes.function.d.ts +88 -0
- package/dist/src/functions/getIssueTypeScreenSchemes.function.d.ts.map +1 -0
- package/dist/src/functions/getIssueTypeScreenSchemes.function.js +35 -0
- package/dist/src/functions/getIssueTypeScreenSchemes.function.js.map +1 -0
- package/dist/src/functions/getIssueTypesForProject.function.d.ts +156 -0
- package/dist/src/functions/getIssueTypesForProject.function.d.ts.map +1 -0
- package/dist/src/functions/getIssueTypesForProject.function.js +52 -0
- package/dist/src/functions/getIssueTypesForProject.function.js.map +1 -0
- package/dist/src/functions/getIssueWatchers.function.d.ts +97 -0
- package/dist/src/functions/getIssueWatchers.function.d.ts.map +1 -0
- package/dist/src/functions/getIssueWatchers.function.js +39 -0
- package/dist/src/functions/getIssueWatchers.function.js.map +1 -0
- package/dist/src/functions/getIssueWorklog.function.d.ts +268 -0
- package/dist/src/functions/getIssueWorklog.function.d.ts.map +1 -0
- package/dist/src/functions/getIssueWorklog.function.js +81 -0
- package/dist/src/functions/getIssueWorklog.function.js.map +1 -0
- package/dist/src/functions/getLicense.function.d.ts +28 -0
- package/dist/src/functions/getLicense.function.d.ts.map +1 -0
- package/dist/src/functions/getLicense.function.js +19 -0
- package/dist/src/functions/getLicense.function.js.map +1 -0
- package/dist/src/functions/getLocale.function.d.ts +12 -0
- package/dist/src/functions/getLocale.function.d.ts.map +1 -0
- package/dist/src/functions/getLocale.function.js +16 -0
- package/dist/src/functions/getLocale.function.js.map +1 -0
- package/dist/src/functions/getMyFilters.function.d.ts +17 -0
- package/dist/src/functions/getMyFilters.function.d.ts.map +1 -0
- package/dist/src/functions/getMyFilters.function.js +19 -0
- package/dist/src/functions/getMyFilters.function.js.map +1 -0
- package/dist/src/functions/getMyPermissions.function.d.ts +84 -0
- package/dist/src/functions/getMyPermissions.function.d.ts.map +1 -0
- package/dist/src/functions/getMyPermissions.function.js +35 -0
- package/dist/src/functions/getMyPermissions.function.js.map +1 -0
- package/dist/src/functions/getNotificationScheme.function.d.ts +706 -0
- package/dist/src/functions/getNotificationScheme.function.d.ts.map +1 -0
- package/dist/src/functions/getNotificationScheme.function.js +182 -0
- package/dist/src/functions/getNotificationScheme.function.js.map +1 -0
- package/dist/src/functions/getNotificationSchemeToProjectMappings.function.d.ts +69 -0
- package/dist/src/functions/getNotificationSchemeToProjectMappings.function.d.ts.map +1 -0
- package/dist/src/functions/getNotificationSchemeToProjectMappings.function.js +32 -0
- package/dist/src/functions/getNotificationSchemeToProjectMappings.function.js.map +1 -0
- package/dist/src/functions/getNotificationSchemes.function.d.ts +754 -0
- package/dist/src/functions/getNotificationSchemes.function.d.ts.map +1 -0
- package/dist/src/functions/getNotificationSchemes.function.js +194 -0
- package/dist/src/functions/getNotificationSchemes.function.js.map +1 -0
- package/dist/src/functions/getOptionsForContext.function.d.ts +85 -0
- package/dist/src/functions/getOptionsForContext.function.d.ts.map +1 -0
- package/dist/src/functions/getOptionsForContext.function.js +36 -0
- package/dist/src/functions/getOptionsForContext.function.js.map +1 -0
- package/dist/src/functions/getPermissionScheme.function.d.ts +184 -0
- package/dist/src/functions/getPermissionScheme.function.d.ts.map +1 -0
- package/dist/src/functions/getPermissionScheme.function.js +59 -0
- package/dist/src/functions/getPermissionScheme.function.js.map +1 -0
- package/dist/src/functions/getPermissionSchemeGrant.function.d.ts +61 -0
- package/dist/src/functions/getPermissionSchemeGrant.function.d.ts.map +1 -0
- package/dist/src/functions/getPermissionSchemeGrant.function.js +30 -0
- package/dist/src/functions/getPermissionSchemeGrant.function.js.map +1 -0
- package/dist/src/functions/getPermissionSchemeGrants.function.d.ts +69 -0
- package/dist/src/functions/getPermissionSchemeGrants.function.d.ts.map +1 -0
- package/dist/src/functions/getPermissionSchemeGrants.function.js +32 -0
- package/dist/src/functions/getPermissionSchemeGrants.function.js.map +1 -0
- package/dist/src/functions/getPermittedProjects.function.d.ts +33 -0
- package/dist/src/functions/getPermittedProjects.function.d.ts.map +1 -0
- package/dist/src/functions/getPermittedProjects.function.js +23 -0
- package/dist/src/functions/getPermittedProjects.function.js.map +1 -0
- package/dist/src/functions/getPrecomputations.function.d.ts +105 -0
- package/dist/src/functions/getPrecomputations.function.d.ts.map +1 -0
- package/dist/src/functions/getPrecomputations.function.js +37 -0
- package/dist/src/functions/getPrecomputations.function.js.map +1 -0
- package/dist/src/functions/getPreference.function.d.ts +13 -0
- package/dist/src/functions/getPreference.function.d.ts.map +1 -0
- package/dist/src/functions/getPreference.function.js +18 -0
- package/dist/src/functions/getPreference.function.js.map +1 -0
- package/dist/src/functions/getPriority.function.d.ts +45 -0
- package/dist/src/functions/getPriority.function.d.ts.map +1 -0
- package/dist/src/functions/getPriority.function.js +26 -0
- package/dist/src/functions/getPriority.function.js.map +1 -0
- package/dist/src/functions/getProject.function.d.ts +21 -0
- package/dist/src/functions/getProject.function.d.ts.map +1 -0
- package/dist/src/functions/getProject.function.js +20 -0
- package/dist/src/functions/getProject.function.js.map +1 -0
- package/dist/src/functions/getProjectCategoryById.function.d.ts +33 -0
- package/dist/src/functions/getProjectCategoryById.function.d.ts.map +1 -0
- package/dist/src/functions/getProjectCategoryById.function.js +23 -0
- package/dist/src/functions/getProjectCategoryById.function.js.map +1 -0
- package/dist/src/functions/getProjectComponents.function.d.ts +806 -0
- package/dist/src/functions/getProjectComponents.function.d.ts.map +1 -0
- package/dist/src/functions/getProjectComponents.function.js +210 -0
- package/dist/src/functions/getProjectComponents.function.js.map +1 -0
- package/dist/src/functions/getProjectComponentsPaginated.function.d.ts +863 -0
- package/dist/src/functions/getProjectComponentsPaginated.function.d.ts.map +1 -0
- package/dist/src/functions/getProjectComponentsPaginated.function.js +221 -0
- package/dist/src/functions/getProjectComponentsPaginated.function.js.map +1 -0
- package/dist/src/functions/getProjectContextMapping.function.d.ts +73 -0
- package/dist/src/functions/getProjectContextMapping.function.d.ts.map +1 -0
- package/dist/src/functions/getProjectContextMapping.function.js +33 -0
- package/dist/src/functions/getProjectContextMapping.function.js.map +1 -0
- package/dist/src/functions/getProjectEmail.function.d.ts +25 -0
- package/dist/src/functions/getProjectEmail.function.d.ts.map +1 -0
- package/dist/src/functions/getProjectEmail.function.js +21 -0
- package/dist/src/functions/getProjectEmail.function.js.map +1 -0
- package/dist/src/functions/getProjectIssueSecurityScheme.function.d.ts +69 -0
- package/dist/src/functions/getProjectIssueSecurityScheme.function.d.ts.map +1 -0
- package/dist/src/functions/getProjectIssueSecurityScheme.function.js +32 -0
- package/dist/src/functions/getProjectIssueSecurityScheme.function.js.map +1 -0
- package/dist/src/functions/getProjectProperty.function.d.ts +29 -0
- package/dist/src/functions/getProjectProperty.function.d.ts.map +1 -0
- package/dist/src/functions/getProjectProperty.function.js +22 -0
- package/dist/src/functions/getProjectProperty.function.js.map +1 -0
- package/dist/src/functions/getProjectPropertyKeys.function.d.ts +33 -0
- package/dist/src/functions/getProjectPropertyKeys.function.d.ts.map +1 -0
- package/dist/src/functions/getProjectPropertyKeys.function.js +23 -0
- package/dist/src/functions/getProjectPropertyKeys.function.js.map +1 -0
- package/dist/src/functions/getProjectRole.function.d.ts +223 -0
- package/dist/src/functions/getProjectRole.function.d.ts.map +1 -0
- package/dist/src/functions/getProjectRole.function.js +68 -0
- package/dist/src/functions/getProjectRole.function.js.map +1 -0
- package/dist/src/functions/getProjectRoleActorsForRole.function.d.ts +215 -0
- package/dist/src/functions/getProjectRoleActorsForRole.function.d.ts.map +1 -0
- package/dist/src/functions/getProjectRoleActorsForRole.function.js +66 -0
- package/dist/src/functions/getProjectRoleActorsForRole.function.js.map +1 -0
- package/dist/src/functions/getProjectRoleById.function.d.ts +215 -0
- package/dist/src/functions/getProjectRoleById.function.d.ts.map +1 -0
- package/dist/src/functions/getProjectRoleById.function.js +66 -0
- package/dist/src/functions/getProjectRoleById.function.js.map +1 -0
- package/dist/src/functions/getProjectRoleDetails.function.d.ts +156 -0
- package/dist/src/functions/getProjectRoleDetails.function.d.ts.map +1 -0
- package/dist/src/functions/getProjectRoleDetails.function.js +52 -0
- package/dist/src/functions/getProjectRoleDetails.function.js.map +1 -0
- package/dist/src/functions/getProjectRoles.function.d.ts +13 -0
- package/dist/src/functions/getProjectRoles.function.d.ts.map +1 -0
- package/dist/src/functions/getProjectRoles.function.js +18 -0
- package/dist/src/functions/getProjectRoles.function.js.map +1 -0
- package/dist/src/functions/getProjectTypeByKey.function.d.ts +42 -0
- package/dist/src/functions/getProjectTypeByKey.function.d.ts.map +1 -0
- package/dist/src/functions/getProjectTypeByKey.function.js +24 -0
- package/dist/src/functions/getProjectTypeByKey.function.js.map +1 -0
- package/dist/src/functions/getProjectVersions.function.d.ts +141 -0
- package/dist/src/functions/getProjectVersions.function.d.ts.map +1 -0
- package/dist/src/functions/getProjectVersions.function.js +50 -0
- package/dist/src/functions/getProjectVersions.function.js.map +1 -0
- package/dist/src/functions/getProjectVersionsPaginated.function.d.ts +209 -0
- package/dist/src/functions/getProjectVersionsPaginated.function.d.ts.map +1 -0
- package/dist/src/functions/getProjectVersionsPaginated.function.js +63 -0
- package/dist/src/functions/getProjectVersionsPaginated.function.js.map +1 -0
- package/dist/src/functions/getProjectsForIssueTypeScreenScheme.function.d.ts +137 -0
- package/dist/src/functions/getProjectsForIssueTypeScreenScheme.function.d.ts.map +1 -0
- package/dist/src/functions/getProjectsForIssueTypeScreenScheme.function.js +48 -0
- package/dist/src/functions/getProjectsForIssueTypeScreenScheme.function.js.map +1 -0
- package/dist/src/functions/getRecent.function.d.ts +17 -0
- package/dist/src/functions/getRecent.function.d.ts.map +1 -0
- package/dist/src/functions/getRecent.function.js +19 -0
- package/dist/src/functions/getRecent.function.js.map +1 -0
- package/dist/src/functions/getRemoteIssueLinkById.function.d.ts +125 -0
- package/dist/src/functions/getRemoteIssueLinkById.function.d.ts.map +1 -0
- package/dist/src/functions/getRemoteIssueLinkById.function.js +46 -0
- package/dist/src/functions/getRemoteIssueLinkById.function.js.map +1 -0
- package/dist/src/functions/getRemoteIssueLinks.function.d.ts +125 -0
- package/dist/src/functions/getRemoteIssueLinks.function.d.ts.map +1 -0
- package/dist/src/functions/getRemoteIssueLinks.function.js +46 -0
- package/dist/src/functions/getRemoteIssueLinks.function.js.map +1 -0
- package/dist/src/functions/getResolution.function.d.ts +33 -0
- package/dist/src/functions/getResolution.function.d.ts.map +1 -0
- package/dist/src/functions/getResolution.function.js +23 -0
- package/dist/src/functions/getResolution.function.js.map +1 -0
- package/dist/src/functions/getScreenSchemes.function.d.ts +164 -0
- package/dist/src/functions/getScreenSchemes.function.d.ts.map +1 -0
- package/dist/src/functions/getScreenSchemes.function.js +54 -0
- package/dist/src/functions/getScreenSchemes.function.js.map +1 -0
- package/dist/src/functions/getScreens.function.d.ts +191 -0
- package/dist/src/functions/getScreens.function.d.ts.map +1 -0
- package/dist/src/functions/getScreens.function.js +58 -0
- package/dist/src/functions/getScreens.function.js.map +1 -0
- package/dist/src/functions/getScreensForField.function.d.ts +188 -0
- package/dist/src/functions/getScreensForField.function.d.ts.map +1 -0
- package/dist/src/functions/getScreensForField.function.js +60 -0
- package/dist/src/functions/getScreensForField.function.js.map +1 -0
- package/dist/src/functions/getSecurityLevelsForProject.function.d.ts +49 -0
- package/dist/src/functions/getSecurityLevelsForProject.function.d.ts.map +1 -0
- package/dist/src/functions/getSecurityLevelsForProject.function.js +27 -0
- package/dist/src/functions/getSecurityLevelsForProject.function.js.map +1 -0
- package/dist/src/functions/getSelectableIssueFieldOptions.function.d.ts +134 -0
- package/dist/src/functions/getSelectableIssueFieldOptions.function.d.ts.map +1 -0
- package/dist/src/functions/getSelectableIssueFieldOptions.function.js +46 -0
- package/dist/src/functions/getSelectableIssueFieldOptions.function.js.map +1 -0
- package/dist/src/functions/getSelectedTimeTrackingImplementation.function.d.ts +20 -0
- package/dist/src/functions/getSelectedTimeTrackingImplementation.function.d.ts.map +1 -0
- package/dist/src/functions/getSelectedTimeTrackingImplementation.function.js +18 -0
- package/dist/src/functions/getSelectedTimeTrackingImplementation.function.js.map +1 -0
- package/dist/src/functions/getServerInfo.function.d.ts +64 -0
- package/dist/src/functions/getServerInfo.function.d.ts.map +1 -0
- package/dist/src/functions/getServerInfo.function.js +29 -0
- package/dist/src/functions/getServerInfo.function.js.map +1 -0
- package/dist/src/functions/getSharePermission.function.d.ts +17 -0
- package/dist/src/functions/getSharePermission.function.d.ts.map +1 -0
- package/dist/src/functions/getSharePermission.function.js +19 -0
- package/dist/src/functions/getSharePermission.function.js.map +1 -0
- package/dist/src/functions/getSharePermissions.function.d.ts +13 -0
- package/dist/src/functions/getSharePermissions.function.d.ts.map +1 -0
- package/dist/src/functions/getSharePermissions.function.js +18 -0
- package/dist/src/functions/getSharePermissions.function.js.map +1 -0
- package/dist/src/functions/getSharedTimeTrackingConfiguration.function.d.ts +33 -0
- package/dist/src/functions/getSharedTimeTrackingConfiguration.function.d.ts.map +1 -0
- package/dist/src/functions/getSharedTimeTrackingConfiguration.function.js +19 -0
- package/dist/src/functions/getSharedTimeTrackingConfiguration.function.js.map +1 -0
- package/dist/src/functions/getStatus.function.d.ts +65 -0
- package/dist/src/functions/getStatus.function.d.ts.map +1 -0
- package/dist/src/functions/getStatus.function.js +31 -0
- package/dist/src/functions/getStatus.function.js.map +1 -0
- package/dist/src/functions/getStatusCategories.function.d.ts +28 -0
- package/dist/src/functions/getStatusCategories.function.d.ts.map +1 -0
- package/dist/src/functions/getStatusCategories.function.js +20 -0
- package/dist/src/functions/getStatusCategories.function.js.map +1 -0
- package/dist/src/functions/getStatusCategory.function.d.ts +37 -0
- package/dist/src/functions/getStatusCategory.function.d.ts.map +1 -0
- package/dist/src/functions/getStatusCategory.function.js +24 -0
- package/dist/src/functions/getStatusCategory.function.js.map +1 -0
- package/dist/src/functions/getStatuses.function.d.ts +56 -0
- package/dist/src/functions/getStatuses.function.d.ts.map +1 -0
- package/dist/src/functions/getStatuses.function.js +27 -0
- package/dist/src/functions/getStatuses.function.js.map +1 -0
- package/dist/src/functions/getStatusesById.function.d.ts +92 -0
- package/dist/src/functions/getStatusesById.function.d.ts.map +1 -0
- package/dist/src/functions/getStatusesById.function.js +36 -0
- package/dist/src/functions/getStatusesById.function.js.map +1 -0
- package/dist/src/functions/getTask.function.d.ts +77 -0
- package/dist/src/functions/getTask.function.d.ts.map +1 -0
- package/dist/src/functions/getTask.function.js +32 -0
- package/dist/src/functions/getTask.function.js.map +1 -0
- package/dist/src/functions/getTransitions.function.d.ts +217 -0
- package/dist/src/functions/getTransitions.function.d.ts.map +1 -0
- package/dist/src/functions/getTransitions.function.js +69 -0
- package/dist/src/functions/getTransitions.function.js.map +1 -0
- package/dist/src/functions/getTrashedFieldsPaginated.function.d.ts +174 -0
- package/dist/src/functions/getTrashedFieldsPaginated.function.d.ts.map +1 -0
- package/dist/src/functions/getTrashedFieldsPaginated.function.js +54 -0
- package/dist/src/functions/getTrashedFieldsPaginated.function.js.map +1 -0
- package/dist/src/functions/getUiModifications.function.d.ts +105 -0
- package/dist/src/functions/getUiModifications.function.d.ts.map +1 -0
- package/dist/src/functions/getUiModifications.function.js +41 -0
- package/dist/src/functions/getUiModifications.function.js.map +1 -0
- package/dist/src/functions/getUser.function.d.ts +266 -0
- package/dist/src/functions/getUser.function.d.ts.map +1 -0
- package/dist/src/functions/getUser.function.js +80 -0
- package/dist/src/functions/getUser.function.js.map +1 -0
- package/dist/src/functions/getUserDefaultColumns.function.d.ts +29 -0
- package/dist/src/functions/getUserDefaultColumns.function.d.ts.map +1 -0
- package/dist/src/functions/getUserDefaultColumns.function.js +22 -0
- package/dist/src/functions/getUserDefaultColumns.function.js.map +1 -0
- package/dist/src/functions/getUserEmail.function.d.ts +25 -0
- package/dist/src/functions/getUserEmail.function.d.ts.map +1 -0
- package/dist/src/functions/getUserEmail.function.js +21 -0
- package/dist/src/functions/getUserEmail.function.js.map +1 -0
- package/dist/src/functions/getUserEmailBulk.function.d.ts +25 -0
- package/dist/src/functions/getUserEmailBulk.function.d.ts.map +1 -0
- package/dist/src/functions/getUserEmailBulk.function.js +21 -0
- package/dist/src/functions/getUserEmailBulk.function.js.map +1 -0
- package/dist/src/functions/getUserGroups.function.d.ts +37 -0
- package/dist/src/functions/getUserGroups.function.d.ts.map +1 -0
- package/dist/src/functions/getUserGroups.function.js +24 -0
- package/dist/src/functions/getUserGroups.function.js.map +1 -0
- package/dist/src/functions/getUserProperty.function.d.ts +37 -0
- package/dist/src/functions/getUserProperty.function.d.ts.map +1 -0
- package/dist/src/functions/getUserProperty.function.js +24 -0
- package/dist/src/functions/getUserProperty.function.js.map +1 -0
- package/dist/src/functions/getUserPropertyKeys.function.d.ts +41 -0
- package/dist/src/functions/getUserPropertyKeys.function.d.ts.map +1 -0
- package/dist/src/functions/getUserPropertyKeys.function.js +25 -0
- package/dist/src/functions/getUserPropertyKeys.function.js.map +1 -0
- package/dist/src/functions/getUsersFromGroup.function.d.ts +125 -0
- package/dist/src/functions/getUsersFromGroup.function.d.ts.map +1 -0
- package/dist/src/functions/getUsersFromGroup.function.js +46 -0
- package/dist/src/functions/getUsersFromGroup.function.js.map +1 -0
- package/dist/src/functions/getValidProjectKey.function.d.ts +13 -0
- package/dist/src/functions/getValidProjectKey.function.d.ts.map +1 -0
- package/dist/src/functions/getValidProjectKey.function.js +18 -0
- package/dist/src/functions/getValidProjectKey.function.js.map +1 -0
- package/dist/src/functions/getValidProjectName.function.d.ts +13 -0
- package/dist/src/functions/getValidProjectName.function.d.ts.map +1 -0
- package/dist/src/functions/getValidProjectName.function.js +18 -0
- package/dist/src/functions/getValidProjectName.function.js.map +1 -0
- package/dist/src/functions/getVersion.function.d.ts +141 -0
- package/dist/src/functions/getVersion.function.d.ts.map +1 -0
- package/dist/src/functions/getVersion.function.js +50 -0
- package/dist/src/functions/getVersion.function.js.map +1 -0
- package/dist/src/functions/getVersionRelatedIssues.function.d.ts +53 -0
- package/dist/src/functions/getVersionRelatedIssues.function.d.ts.map +1 -0
- package/dist/src/functions/getVersionRelatedIssues.function.js +28 -0
- package/dist/src/functions/getVersionRelatedIssues.function.js.map +1 -0
- package/dist/src/functions/getVersionUnresolvedIssues.function.d.ts +29 -0
- package/dist/src/functions/getVersionUnresolvedIssues.function.d.ts.map +1 -0
- package/dist/src/functions/getVersionUnresolvedIssues.function.js +22 -0
- package/dist/src/functions/getVersionUnresolvedIssues.function.js.map +1 -0
- package/dist/src/functions/getVisibleIssueFieldOptions.function.d.ts +134 -0
- package/dist/src/functions/getVisibleIssueFieldOptions.function.d.ts.map +1 -0
- package/dist/src/functions/getVisibleIssueFieldOptions.function.js +46 -0
- package/dist/src/functions/getVisibleIssueFieldOptions.function.js.map +1 -0
- package/dist/src/functions/getVotes.function.d.ts +274 -0
- package/dist/src/functions/getVotes.function.d.ts.map +1 -0
- package/dist/src/functions/getVotes.function.js +82 -0
- package/dist/src/functions/getVotes.function.js.map +1 -0
- package/dist/src/functions/getWorkflow.function.d.ts +41 -0
- package/dist/src/functions/getWorkflow.function.d.ts.map +1 -0
- package/dist/src/functions/getWorkflow.function.js +25 -0
- package/dist/src/functions/getWorkflow.function.js.map +1 -0
- package/dist/src/functions/getWorkflowScheme.function.d.ts +453 -0
- package/dist/src/functions/getWorkflowScheme.function.d.ts.map +1 -0
- package/dist/src/functions/getWorkflowScheme.function.js +125 -0
- package/dist/src/functions/getWorkflowScheme.function.js.map +1 -0
- package/dist/src/functions/getWorkflowSchemeDraft.function.d.ts +449 -0
- package/dist/src/functions/getWorkflowSchemeDraft.function.d.ts.map +1 -0
- package/dist/src/functions/getWorkflowSchemeDraft.function.js +124 -0
- package/dist/src/functions/getWorkflowSchemeDraft.function.js.map +1 -0
- package/dist/src/functions/getWorkflowSchemeDraftIssueType.function.d.ts +33 -0
- package/dist/src/functions/getWorkflowSchemeDraftIssueType.function.d.ts.map +1 -0
- package/dist/src/functions/getWorkflowSchemeDraftIssueType.function.js +23 -0
- package/dist/src/functions/getWorkflowSchemeDraftIssueType.function.js.map +1 -0
- package/dist/src/functions/getWorkflowSchemeIssueType.function.d.ts +37 -0
- package/dist/src/functions/getWorkflowSchemeIssueType.function.d.ts.map +1 -0
- package/dist/src/functions/getWorkflowSchemeIssueType.function.js +24 -0
- package/dist/src/functions/getWorkflowSchemeIssueType.function.js.map +1 -0
- package/dist/src/functions/getWorkflowSchemeProjectAssociations.function.d.ts +469 -0
- package/dist/src/functions/getWorkflowSchemeProjectAssociations.function.d.ts.map +1 -0
- package/dist/src/functions/getWorkflowSchemeProjectAssociations.function.js +129 -0
- package/dist/src/functions/getWorkflowSchemeProjectAssociations.function.js.map +1 -0
- package/dist/src/functions/getWorkflowTransitionProperties.function.d.ts +48 -0
- package/dist/src/functions/getWorkflowTransitionProperties.function.d.ts.map +1 -0
- package/dist/src/functions/getWorkflowTransitionProperties.function.js +26 -0
- package/dist/src/functions/getWorkflowTransitionProperties.function.js.map +1 -0
- package/dist/src/functions/getWorkflowTransitionRuleConfigurations.function.d.ts +253 -0
- package/dist/src/functions/getWorkflowTransitionRuleConfigurations.function.d.ts.map +1 -0
- package/dist/src/functions/getWorkflowTransitionRuleConfigurations.function.js +77 -0
- package/dist/src/functions/getWorkflowTransitionRuleConfigurations.function.js.map +1 -0
- package/dist/src/functions/getWorkflowsPaginated.function.d.ts +394 -0
- package/dist/src/functions/getWorkflowsPaginated.function.d.ts.map +1 -0
- package/dist/src/functions/getWorkflowsPaginated.function.js +111 -0
- package/dist/src/functions/getWorkflowsPaginated.function.js.map +1 -0
- package/dist/src/functions/getWorklog.function.d.ts +236 -0
- package/dist/src/functions/getWorklog.function.d.ts.map +1 -0
- package/dist/src/functions/getWorklog.function.js +73 -0
- package/dist/src/functions/getWorklog.function.js.map +1 -0
- package/dist/src/functions/getWorklogProperty.function.d.ts +33 -0
- package/dist/src/functions/getWorklogProperty.function.d.ts.map +1 -0
- package/dist/src/functions/getWorklogProperty.function.js +23 -0
- package/dist/src/functions/getWorklogProperty.function.js.map +1 -0
- package/dist/src/functions/getWorklogPropertyKeys.function.d.ts +37 -0
- package/dist/src/functions/getWorklogPropertyKeys.function.d.ts.map +1 -0
- package/dist/src/functions/getWorklogPropertyKeys.function.js +24 -0
- package/dist/src/functions/getWorklogPropertyKeys.function.js.map +1 -0
- package/dist/src/functions/getWorklogsForIds.function.d.ts +232 -0
- package/dist/src/functions/getWorklogsForIds.function.d.ts.map +1 -0
- package/dist/src/functions/getWorklogsForIds.function.js +72 -0
- package/dist/src/functions/getWorklogsForIds.function.js.map +1 -0
- package/dist/src/functions/linkIssues.function.d.ts +1272 -0
- package/dist/src/functions/linkIssues.function.d.ts.map +1 -0
- package/dist/src/functions/linkIssues.function.js +325 -0
- package/dist/src/functions/linkIssues.function.js.map +1 -0
- package/dist/src/functions/matchIssues.function.d.ts +37 -0
- package/dist/src/functions/matchIssues.function.d.ts.map +1 -0
- package/dist/src/functions/matchIssues.function.js +24 -0
- package/dist/src/functions/matchIssues.function.js.map +1 -0
- package/dist/src/functions/mergeVersions.function.d.ts +17 -0
- package/dist/src/functions/mergeVersions.function.d.ts.map +1 -0
- package/dist/src/functions/mergeVersions.function.js +19 -0
- package/dist/src/functions/mergeVersions.function.js.map +1 -0
- package/dist/src/functions/migrateQueries.function.d.ts +37 -0
- package/dist/src/functions/migrateQueries.function.d.ts.map +1 -0
- package/dist/src/functions/migrateQueries.function.js +24 -0
- package/dist/src/functions/migrateQueries.function.js.map +1 -0
- package/dist/src/functions/migrationResourceUpdateEntityPropertiesValuePut.function.d.ts +46 -0
- package/dist/src/functions/migrationResourceUpdateEntityPropertiesValuePut.function.d.ts.map +1 -0
- package/dist/src/functions/migrationResourceUpdateEntityPropertiesValuePut.function.js +22 -0
- package/dist/src/functions/migrationResourceUpdateEntityPropertiesValuePut.function.js.map +1 -0
- package/dist/src/functions/migrationResourceWorkflowRuleSearchPost.function.d.ts +217 -0
- package/dist/src/functions/migrationResourceWorkflowRuleSearchPost.function.d.ts.map +1 -0
- package/dist/src/functions/migrationResourceWorkflowRuleSearchPost.function.js +69 -0
- package/dist/src/functions/migrationResourceWorkflowRuleSearchPost.function.js.map +1 -0
- package/dist/src/functions/movePriorities.function.d.ts +21 -0
- package/dist/src/functions/movePriorities.function.d.ts.map +1 -0
- package/dist/src/functions/movePriorities.function.js +20 -0
- package/dist/src/functions/movePriorities.function.js.map +1 -0
- package/dist/src/functions/moveResolutions.function.d.ts +21 -0
- package/dist/src/functions/moveResolutions.function.d.ts.map +1 -0
- package/dist/src/functions/moveResolutions.function.js +20 -0
- package/dist/src/functions/moveResolutions.function.js.map +1 -0
- package/dist/src/functions/moveScreenTab.function.d.ts +21 -0
- package/dist/src/functions/moveScreenTab.function.d.ts.map +1 -0
- package/dist/src/functions/moveScreenTab.function.js +20 -0
- package/dist/src/functions/moveScreenTab.function.js.map +1 -0
- package/dist/src/functions/moveScreenTabField.function.d.ts +34 -0
- package/dist/src/functions/moveScreenTabField.function.d.ts.map +1 -0
- package/dist/src/functions/moveScreenTabField.function.js +22 -0
- package/dist/src/functions/moveScreenTabField.function.js.map +1 -0
- package/dist/src/functions/moveVersion.function.d.ts +150 -0
- package/dist/src/functions/moveVersion.function.d.ts.map +1 -0
- package/dist/src/functions/moveVersion.function.js +51 -0
- package/dist/src/functions/moveVersion.function.js.map +1 -0
- package/dist/src/functions/notify.function.d.ts +189 -0
- package/dist/src/functions/notify.function.d.ts.map +1 -0
- package/dist/src/functions/notify.function.js +62 -0
- package/dist/src/functions/notify.function.js.map +1 -0
- package/dist/src/functions/parseJqlQueries.function.d.ts +892 -0
- package/dist/src/functions/parseJqlQueries.function.d.ts.map +1 -0
- package/dist/src/functions/parseJqlQueries.function.js +305 -0
- package/dist/src/functions/parseJqlQueries.function.js.map +1 -0
- package/dist/src/functions/partialUpdateProjectRole.function.d.ts +223 -0
- package/dist/src/functions/partialUpdateProjectRole.function.d.ts.map +1 -0
- package/dist/src/functions/partialUpdateProjectRole.function.js +68 -0
- package/dist/src/functions/partialUpdateProjectRole.function.js.map +1 -0
- package/dist/src/functions/publishDraftWorkflowScheme.function.d.ts +36 -0
- package/dist/src/functions/publishDraftWorkflowScheme.function.d.ts.map +1 -0
- package/dist/src/functions/publishDraftWorkflowScheme.function.js +22 -0
- package/dist/src/functions/publishDraftWorkflowScheme.function.js.map +1 -0
- package/dist/src/functions/refreshWebhooks.function.d.ts +21 -0
- package/dist/src/functions/refreshWebhooks.function.d.ts.map +1 -0
- package/dist/src/functions/refreshWebhooks.function.js +20 -0
- package/dist/src/functions/refreshWebhooks.function.js.map +1 -0
- package/dist/src/functions/registerDynamicWebhooks.function.d.ts +66 -0
- package/dist/src/functions/registerDynamicWebhooks.function.d.ts.map +1 -0
- package/dist/src/functions/registerDynamicWebhooks.function.js +29 -0
- package/dist/src/functions/registerDynamicWebhooks.function.js.map +1 -0
- package/dist/src/functions/removeAttachment.function.d.ts +12 -0
- package/dist/src/functions/removeAttachment.function.d.ts.map +1 -0
- package/dist/src/functions/removeAttachment.function.js +16 -0
- package/dist/src/functions/removeAttachment.function.js.map +1 -0
- package/dist/src/functions/removeCustomFieldContextFromProjects.function.d.ts +21 -0
- package/dist/src/functions/removeCustomFieldContextFromProjects.function.d.ts.map +1 -0
- package/dist/src/functions/removeCustomFieldContextFromProjects.function.js +20 -0
- package/dist/src/functions/removeCustomFieldContextFromProjects.function.js.map +1 -0
- package/dist/src/functions/removeGadget.function.d.ts +17 -0
- package/dist/src/functions/removeGadget.function.d.ts.map +1 -0
- package/dist/src/functions/removeGadget.function.js +19 -0
- package/dist/src/functions/removeGadget.function.js.map +1 -0
- package/dist/src/functions/removeGroup.function.d.ts +24 -0
- package/dist/src/functions/removeGroup.function.d.ts.map +1 -0
- package/dist/src/functions/removeGroup.function.js +19 -0
- package/dist/src/functions/removeGroup.function.js.map +1 -0
- package/dist/src/functions/removeIssueTypeFromIssueTypeScheme.function.d.ts +17 -0
- package/dist/src/functions/removeIssueTypeFromIssueTypeScheme.function.d.ts.map +1 -0
- package/dist/src/functions/removeIssueTypeFromIssueTypeScheme.function.js +19 -0
- package/dist/src/functions/removeIssueTypeFromIssueTypeScheme.function.js.map +1 -0
- package/dist/src/functions/removeIssueTypesFromContext.function.d.ts +21 -0
- package/dist/src/functions/removeIssueTypesFromContext.function.d.ts.map +1 -0
- package/dist/src/functions/removeIssueTypesFromContext.function.js +20 -0
- package/dist/src/functions/removeIssueTypesFromContext.function.js.map +1 -0
- package/dist/src/functions/removeIssueTypesFromGlobalFieldConfigurationScheme.function.d.ts +17 -0
- package/dist/src/functions/removeIssueTypesFromGlobalFieldConfigurationScheme.function.d.ts.map +1 -0
- package/dist/src/functions/removeIssueTypesFromGlobalFieldConfigurationScheme.function.js +19 -0
- package/dist/src/functions/removeIssueTypesFromGlobalFieldConfigurationScheme.function.js.map +1 -0
- package/dist/src/functions/removeMappingsFromIssueTypeScreenScheme.function.d.ts +17 -0
- package/dist/src/functions/removeMappingsFromIssueTypeScreenScheme.function.d.ts.map +1 -0
- package/dist/src/functions/removeMappingsFromIssueTypeScreenScheme.function.js +19 -0
- package/dist/src/functions/removeMappingsFromIssueTypeScreenScheme.function.js.map +1 -0
- package/dist/src/functions/removeNotificationFromNotificationScheme.function.d.ts +17 -0
- package/dist/src/functions/removeNotificationFromNotificationScheme.function.d.ts.map +1 -0
- package/dist/src/functions/removeNotificationFromNotificationScheme.function.js +19 -0
- package/dist/src/functions/removeNotificationFromNotificationScheme.function.js.map +1 -0
- package/dist/src/functions/removePreference.function.d.ts +12 -0
- package/dist/src/functions/removePreference.function.d.ts.map +1 -0
- package/dist/src/functions/removePreference.function.js +16 -0
- package/dist/src/functions/removePreference.function.js.map +1 -0
- package/dist/src/functions/removeProjectCategory.function.d.ts +12 -0
- package/dist/src/functions/removeProjectCategory.function.d.ts.map +1 -0
- package/dist/src/functions/removeProjectCategory.function.js +16 -0
- package/dist/src/functions/removeProjectCategory.function.js.map +1 -0
- package/dist/src/functions/removeScreenTabField.function.d.ts +20 -0
- package/dist/src/functions/removeScreenTabField.function.d.ts.map +1 -0
- package/dist/src/functions/removeScreenTabField.function.js +18 -0
- package/dist/src/functions/removeScreenTabField.function.js.map +1 -0
- package/dist/src/functions/removeUser.function.d.ts +20 -0
- package/dist/src/functions/removeUser.function.d.ts.map +1 -0
- package/dist/src/functions/removeUser.function.js +18 -0
- package/dist/src/functions/removeUser.function.js.map +1 -0
- package/dist/src/functions/removeUserFromGroup.function.d.ts +24 -0
- package/dist/src/functions/removeUserFromGroup.function.d.ts.map +1 -0
- package/dist/src/functions/removeUserFromGroup.function.js +19 -0
- package/dist/src/functions/removeUserFromGroup.function.js.map +1 -0
- package/dist/src/functions/removeVote.function.d.ts +12 -0
- package/dist/src/functions/removeVote.function.d.ts.map +1 -0
- package/dist/src/functions/removeVote.function.js +16 -0
- package/dist/src/functions/removeVote.function.js.map +1 -0
- package/dist/src/functions/removeWatcher.function.d.ts +20 -0
- package/dist/src/functions/removeWatcher.function.d.ts.map +1 -0
- package/dist/src/functions/removeWatcher.function.js +18 -0
- package/dist/src/functions/removeWatcher.function.js.map +1 -0
- package/dist/src/functions/renameScreenTab.function.d.ts +33 -0
- package/dist/src/functions/renameScreenTab.function.d.ts.map +1 -0
- package/dist/src/functions/renameScreenTab.function.js +23 -0
- package/dist/src/functions/renameScreenTab.function.js.map +1 -0
- package/dist/src/functions/reorderCustomFieldOptions.function.d.ts +32 -0
- package/dist/src/functions/reorderCustomFieldOptions.function.d.ts.map +1 -0
- package/dist/src/functions/reorderCustomFieldOptions.function.js +22 -0
- package/dist/src/functions/reorderCustomFieldOptions.function.js.map +1 -0
- package/dist/src/functions/reorderIssueTypesInIssueTypeScheme.function.d.ts +28 -0
- package/dist/src/functions/reorderIssueTypesInIssueTypeScheme.function.d.ts.map +1 -0
- package/dist/src/functions/reorderIssueTypesInIssueTypeScheme.function.js +21 -0
- package/dist/src/functions/reorderIssueTypesInIssueTypeScheme.function.js.map +1 -0
- package/dist/src/functions/replaceIssueFieldOption.function.d.ts +32 -0
- package/dist/src/functions/replaceIssueFieldOption.function.d.ts.map +1 -0
- package/dist/src/functions/replaceIssueFieldOption.function.js +21 -0
- package/dist/src/functions/replaceIssueFieldOption.function.js.map +1 -0
- package/dist/src/functions/resetColumns.function.d.ts +12 -0
- package/dist/src/functions/resetColumns.function.d.ts.map +1 -0
- package/dist/src/functions/resetColumns.function.js +16 -0
- package/dist/src/functions/resetColumns.function.js.map +1 -0
- package/dist/src/functions/resetUserColumns.function.d.ts +16 -0
- package/dist/src/functions/resetUserColumns.function.d.ts.map +1 -0
- package/dist/src/functions/resetUserColumns.function.js +17 -0
- package/dist/src/functions/resetUserColumns.function.js.map +1 -0
- package/dist/src/functions/restore.function.d.ts +13 -0
- package/dist/src/functions/restore.function.d.ts.map +1 -0
- package/dist/src/functions/restore.function.js +18 -0
- package/dist/src/functions/restore.function.js.map +1 -0
- package/dist/src/functions/restoreCustomField.function.d.ts +13 -0
- package/dist/src/functions/restoreCustomField.function.d.ts.map +1 -0
- package/dist/src/functions/restoreCustomField.function.js +18 -0
- package/dist/src/functions/restoreCustomField.function.js.map +1 -0
- package/dist/src/functions/sanitiseJqlQueries.function.d.ts +69 -0
- package/dist/src/functions/sanitiseJqlQueries.function.d.ts.map +1 -0
- package/dist/src/functions/sanitiseJqlQueries.function.js +32 -0
- package/dist/src/functions/sanitiseJqlQueries.function.js.map +1 -0
- package/dist/src/functions/search.function.d.ts +140 -0
- package/dist/src/functions/search.function.d.ts.map +1 -0
- package/dist/src/functions/search.function.js +48 -0
- package/dist/src/functions/search.function.js.map +1 -0
- package/dist/src/functions/searchForIssuesUsingJql.function.d.ts +931 -0
- package/dist/src/functions/searchForIssuesUsingJql.function.d.ts.map +1 -0
- package/dist/src/functions/searchForIssuesUsingJql.function.js +246 -0
- package/dist/src/functions/searchForIssuesUsingJql.function.js.map +1 -0
- package/dist/src/functions/searchForIssuesUsingJqlPost.function.d.ts +931 -0
- package/dist/src/functions/searchForIssuesUsingJqlPost.function.d.ts.map +1 -0
- package/dist/src/functions/searchForIssuesUsingJqlPost.function.js +246 -0
- package/dist/src/functions/searchForIssuesUsingJqlPost.function.js.map +1 -0
- package/dist/src/functions/searchPriorities.function.d.ts +89 -0
- package/dist/src/functions/searchPriorities.function.d.ts.map +1 -0
- package/dist/src/functions/searchPriorities.function.js +37 -0
- package/dist/src/functions/searchPriorities.function.js.map +1 -0
- package/dist/src/functions/searchProjects.function.d.ts +94 -0
- package/dist/src/functions/searchProjects.function.d.ts.map +1 -0
- package/dist/src/functions/searchProjects.function.js +30 -0
- package/dist/src/functions/searchProjects.function.js.map +1 -0
- package/dist/src/functions/searchResolutions.function.d.ts +85 -0
- package/dist/src/functions/searchResolutions.function.d.ts.map +1 -0
- package/dist/src/functions/searchResolutions.function.js +36 -0
- package/dist/src/functions/searchResolutions.function.js.map +1 -0
- package/dist/src/functions/selectTimeTrackingImplementation.function.d.ts +17 -0
- package/dist/src/functions/selectTimeTrackingImplementation.function.d.ts.map +1 -0
- package/dist/src/functions/selectTimeTrackingImplementation.function.js +19 -0
- package/dist/src/functions/selectTimeTrackingImplementation.function.js.map +1 -0
- package/dist/src/functions/setActors.function.d.ts +223 -0
- package/dist/src/functions/setActors.function.d.ts.map +1 -0
- package/dist/src/functions/setActors.function.js +68 -0
- package/dist/src/functions/setActors.function.js.map +1 -0
- package/dist/src/functions/setApplicationProperty.function.d.ts +57 -0
- package/dist/src/functions/setApplicationProperty.function.d.ts.map +1 -0
- package/dist/src/functions/setApplicationProperty.function.js +29 -0
- package/dist/src/functions/setApplicationProperty.function.js.map +1 -0
- package/dist/src/functions/setBanner.function.d.ts +25 -0
- package/dist/src/functions/setBanner.function.d.ts.map +1 -0
- package/dist/src/functions/setBanner.function.js +21 -0
- package/dist/src/functions/setBanner.function.js.map +1 -0
- package/dist/src/functions/setColumns.function.d.ts +17 -0
- package/dist/src/functions/setColumns.function.d.ts.map +1 -0
- package/dist/src/functions/setColumns.function.js +19 -0
- package/dist/src/functions/setColumns.function.js.map +1 -0
- package/dist/src/functions/setCommentProperty.function.d.ts +21 -0
- package/dist/src/functions/setCommentProperty.function.d.ts.map +1 -0
- package/dist/src/functions/setCommentProperty.function.js +20 -0
- package/dist/src/functions/setCommentProperty.function.js.map +1 -0
- package/dist/src/functions/setDashboardItemProperty.function.d.ts +25 -0
- package/dist/src/functions/setDashboardItemProperty.function.d.ts.map +1 -0
- package/dist/src/functions/setDashboardItemProperty.function.js +21 -0
- package/dist/src/functions/setDashboardItemProperty.function.js.map +1 -0
- package/dist/src/functions/setDefaultPriority.function.d.ts +13 -0
- package/dist/src/functions/setDefaultPriority.function.d.ts.map +1 -0
- package/dist/src/functions/setDefaultPriority.function.js +18 -0
- package/dist/src/functions/setDefaultPriority.function.js.map +1 -0
- package/dist/src/functions/setDefaultResolution.function.d.ts +13 -0
- package/dist/src/functions/setDefaultResolution.function.d.ts.map +1 -0
- package/dist/src/functions/setDefaultResolution.function.js +18 -0
- package/dist/src/functions/setDefaultResolution.function.js.map +1 -0
- package/dist/src/functions/setDefaultShareScope.function.d.ts +29 -0
- package/dist/src/functions/setDefaultShareScope.function.d.ts.map +1 -0
- package/dist/src/functions/setDefaultShareScope.function.js +20 -0
- package/dist/src/functions/setDefaultShareScope.function.js.map +1 -0
- package/dist/src/functions/setDefaultValues.function.d.ts +469 -0
- package/dist/src/functions/setDefaultValues.function.d.ts.map +1 -0
- package/dist/src/functions/setDefaultValues.function.js +132 -0
- package/dist/src/functions/setDefaultValues.function.js.map +1 -0
- package/dist/src/functions/setFavouriteForFilter.function.d.ts +17 -0
- package/dist/src/functions/setFavouriteForFilter.function.d.ts.map +1 -0
- package/dist/src/functions/setFavouriteForFilter.function.js +19 -0
- package/dist/src/functions/setFavouriteForFilter.function.js.map +1 -0
- package/dist/src/functions/setFieldConfigurationSchemeMapping.function.d.ts +29 -0
- package/dist/src/functions/setFieldConfigurationSchemeMapping.function.d.ts.map +1 -0
- package/dist/src/functions/setFieldConfigurationSchemeMapping.function.js +22 -0
- package/dist/src/functions/setFieldConfigurationSchemeMapping.function.js.map +1 -0
- package/dist/src/functions/setIssueNavigatorDefaultColumns.function.d.ts +13 -0
- package/dist/src/functions/setIssueNavigatorDefaultColumns.function.d.ts.map +1 -0
- package/dist/src/functions/setIssueNavigatorDefaultColumns.function.js +18 -0
- package/dist/src/functions/setIssueNavigatorDefaultColumns.function.js.map +1 -0
- package/dist/src/functions/setIssueProperty.function.d.ts +21 -0
- package/dist/src/functions/setIssueProperty.function.d.ts.map +1 -0
- package/dist/src/functions/setIssueProperty.function.js +20 -0
- package/dist/src/functions/setIssueProperty.function.js.map +1 -0
- package/dist/src/functions/setIssueTypeProperty.function.d.ts +21 -0
- package/dist/src/functions/setIssueTypeProperty.function.d.ts.map +1 -0
- package/dist/src/functions/setIssueTypeProperty.function.js +20 -0
- package/dist/src/functions/setIssueTypeProperty.function.js.map +1 -0
- package/dist/src/functions/setPreference.function.d.ts +17 -0
- package/dist/src/functions/setPreference.function.d.ts.map +1 -0
- package/dist/src/functions/setPreference.function.js +19 -0
- package/dist/src/functions/setPreference.function.js.map +1 -0
- package/dist/src/functions/setProjectProperty.function.d.ts +21 -0
- package/dist/src/functions/setProjectProperty.function.d.ts.map +1 -0
- package/dist/src/functions/setProjectProperty.function.js +20 -0
- package/dist/src/functions/setProjectProperty.function.js.map +1 -0
- package/dist/src/functions/setSharedTimeTrackingConfiguration.function.d.ts +63 -0
- package/dist/src/functions/setSharedTimeTrackingConfiguration.function.d.ts.map +1 -0
- package/dist/src/functions/setSharedTimeTrackingConfiguration.function.js +26 -0
- package/dist/src/functions/setSharedTimeTrackingConfiguration.function.js.map +1 -0
- package/dist/src/functions/setUserColumns.function.d.ts +17 -0
- package/dist/src/functions/setUserColumns.function.d.ts.map +1 -0
- package/dist/src/functions/setUserColumns.function.js +19 -0
- package/dist/src/functions/setUserColumns.function.js.map +1 -0
- package/dist/src/functions/setUserProperty.function.d.ts +29 -0
- package/dist/src/functions/setUserProperty.function.d.ts.map +1 -0
- package/dist/src/functions/setUserProperty.function.js +22 -0
- package/dist/src/functions/setUserProperty.function.js.map +1 -0
- package/dist/src/functions/setWorkflowSchemeDraftIssueType.function.d.ts +461 -0
- package/dist/src/functions/setWorkflowSchemeDraftIssueType.function.d.ts.map +1 -0
- package/dist/src/functions/setWorkflowSchemeDraftIssueType.function.js +127 -0
- package/dist/src/functions/setWorkflowSchemeDraftIssueType.function.js.map +1 -0
- package/dist/src/functions/setWorkflowSchemeIssueType.function.d.ts +461 -0
- package/dist/src/functions/setWorkflowSchemeIssueType.function.d.ts.map +1 -0
- package/dist/src/functions/setWorkflowSchemeIssueType.function.js +127 -0
- package/dist/src/functions/setWorkflowSchemeIssueType.function.js.map +1 -0
- package/dist/src/functions/setWorklogProperty.function.d.ts +25 -0
- package/dist/src/functions/setWorklogProperty.function.d.ts.map +1 -0
- package/dist/src/functions/setWorklogProperty.function.js +21 -0
- package/dist/src/functions/setWorklogProperty.function.js.map +1 -0
- package/dist/src/functions/storeAvatar.function.d.ts +68 -0
- package/dist/src/functions/storeAvatar.function.d.ts.map +1 -0
- package/dist/src/functions/storeAvatar.function.js +31 -0
- package/dist/src/functions/storeAvatar.function.js.map +1 -0
- package/dist/src/functions/toggleFeatureForProject.function.d.ts +73 -0
- package/dist/src/functions/toggleFeatureForProject.function.d.ts.map +1 -0
- package/dist/src/functions/toggleFeatureForProject.function.js +31 -0
- package/dist/src/functions/toggleFeatureForProject.function.js.map +1 -0
- package/dist/src/functions/trashCustomField.function.d.ts +13 -0
- package/dist/src/functions/trashCustomField.function.d.ts.map +1 -0
- package/dist/src/functions/trashCustomField.function.js +18 -0
- package/dist/src/functions/trashCustomField.function.js.map +1 -0
- package/dist/src/functions/updateComment.function.d.ts +283 -0
- package/dist/src/functions/updateComment.function.d.ts.map +1 -0
- package/dist/src/functions/updateComment.function.js +84 -0
- package/dist/src/functions/updateComment.function.js.map +1 -0
- package/dist/src/functions/updateComponent.function.d.ts +831 -0
- package/dist/src/functions/updateComponent.function.d.ts.map +1 -0
- package/dist/src/functions/updateComponent.function.js +215 -0
- package/dist/src/functions/updateComponent.function.js.map +1 -0
- package/dist/src/functions/updateCustomField.function.d.ts +39 -0
- package/dist/src/functions/updateCustomField.function.d.ts.map +1 -0
- package/dist/src/functions/updateCustomField.function.js +21 -0
- package/dist/src/functions/updateCustomField.function.js.map +1 -0
- package/dist/src/functions/updateCustomFieldConfiguration.function.d.ts +37 -0
- package/dist/src/functions/updateCustomFieldConfiguration.function.d.ts.map +1 -0
- package/dist/src/functions/updateCustomFieldConfiguration.function.js +24 -0
- package/dist/src/functions/updateCustomFieldConfiguration.function.js.map +1 -0
- package/dist/src/functions/updateCustomFieldContext.function.d.ts +25 -0
- package/dist/src/functions/updateCustomFieldContext.function.d.ts.map +1 -0
- package/dist/src/functions/updateCustomFieldContext.function.js +21 -0
- package/dist/src/functions/updateCustomFieldContext.function.js.map +1 -0
- package/dist/src/functions/updateCustomFieldOption.function.d.ts +61 -0
- package/dist/src/functions/updateCustomFieldOption.function.d.ts.map +1 -0
- package/dist/src/functions/updateCustomFieldOption.function.js +30 -0
- package/dist/src/functions/updateCustomFieldOption.function.js.map +1 -0
- package/dist/src/functions/updateCustomFieldValue.function.d.ts +33 -0
- package/dist/src/functions/updateCustomFieldValue.function.d.ts.map +1 -0
- package/dist/src/functions/updateCustomFieldValue.function.js +23 -0
- package/dist/src/functions/updateCustomFieldValue.function.js.map +1 -0
- package/dist/src/functions/updateDashboard.function.d.ts +5 -0
- package/dist/src/functions/updateDashboard.function.d.ts.map +1 -0
- package/dist/src/functions/updateDashboard.function.js +16 -0
- package/dist/src/functions/updateDashboard.function.js.map +1 -0
- package/dist/src/functions/updateDefaultScreenScheme.function.d.ts +17 -0
- package/dist/src/functions/updateDefaultScreenScheme.function.d.ts.map +1 -0
- package/dist/src/functions/updateDefaultScreenScheme.function.js +19 -0
- package/dist/src/functions/updateDefaultScreenScheme.function.js.map +1 -0
- package/dist/src/functions/updateDefaultWorkflow.function.d.ts +457 -0
- package/dist/src/functions/updateDefaultWorkflow.function.d.ts.map +1 -0
- package/dist/src/functions/updateDefaultWorkflow.function.js +126 -0
- package/dist/src/functions/updateDefaultWorkflow.function.js.map +1 -0
- package/dist/src/functions/updateDraftDefaultWorkflow.function.d.ts +457 -0
- package/dist/src/functions/updateDraftDefaultWorkflow.function.d.ts.map +1 -0
- package/dist/src/functions/updateDraftDefaultWorkflow.function.js +126 -0
- package/dist/src/functions/updateDraftDefaultWorkflow.function.js.map +1 -0
- package/dist/src/functions/updateDraftWorkflowMapping.function.d.ts +469 -0
- package/dist/src/functions/updateDraftWorkflowMapping.function.d.ts.map +1 -0
- package/dist/src/functions/updateDraftWorkflowMapping.function.js +129 -0
- package/dist/src/functions/updateDraftWorkflowMapping.function.js.map +1 -0
- package/dist/src/functions/updateFieldConfiguration.function.d.ts +21 -0
- package/dist/src/functions/updateFieldConfiguration.function.d.ts.map +1 -0
- package/dist/src/functions/updateFieldConfiguration.function.js +20 -0
- package/dist/src/functions/updateFieldConfiguration.function.js.map +1 -0
- package/dist/src/functions/updateFieldConfigurationItems.function.d.ts +41 -0
- package/dist/src/functions/updateFieldConfigurationItems.function.d.ts.map +1 -0
- package/dist/src/functions/updateFieldConfigurationItems.function.js +25 -0
- package/dist/src/functions/updateFieldConfigurationItems.function.js.map +1 -0
- package/dist/src/functions/updateFieldConfigurationScheme.function.d.ts +21 -0
- package/dist/src/functions/updateFieldConfigurationScheme.function.d.ts.map +1 -0
- package/dist/src/functions/updateFieldConfigurationScheme.function.js +20 -0
- package/dist/src/functions/updateFieldConfigurationScheme.function.js.map +1 -0
- package/dist/src/functions/updateFilter.function.d.ts +5 -0
- package/dist/src/functions/updateFilter.function.d.ts.map +1 -0
- package/dist/src/functions/updateFilter.function.js +16 -0
- package/dist/src/functions/updateFilter.function.js.map +1 -0
- package/dist/src/functions/updateGadget.function.d.ts +41 -0
- package/dist/src/functions/updateGadget.function.d.ts.map +1 -0
- package/dist/src/functions/updateGadget.function.js +25 -0
- package/dist/src/functions/updateGadget.function.js.map +1 -0
- package/dist/src/functions/updateIssueFieldOption.function.d.ts +167 -0
- package/dist/src/functions/updateIssueFieldOption.function.d.ts.map +1 -0
- package/dist/src/functions/updateIssueFieldOption.function.js +52 -0
- package/dist/src/functions/updateIssueFieldOption.function.js.map +1 -0
- package/dist/src/functions/updateIssueLinkType.function.d.ts +53 -0
- package/dist/src/functions/updateIssueLinkType.function.d.ts.map +1 -0
- package/dist/src/functions/updateIssueLinkType.function.js +28 -0
- package/dist/src/functions/updateIssueLinkType.function.js.map +1 -0
- package/dist/src/functions/updateIssueType.function.d.ts +164 -0
- package/dist/src/functions/updateIssueType.function.d.ts.map +1 -0
- package/dist/src/functions/updateIssueType.function.js +54 -0
- package/dist/src/functions/updateIssueType.function.js.map +1 -0
- package/dist/src/functions/updateIssueTypeScheme.function.d.ts +25 -0
- package/dist/src/functions/updateIssueTypeScheme.function.d.ts.map +1 -0
- package/dist/src/functions/updateIssueTypeScheme.function.js +21 -0
- package/dist/src/functions/updateIssueTypeScheme.function.js.map +1 -0
- package/dist/src/functions/updateIssueTypeScreenScheme.function.d.ts +21 -0
- package/dist/src/functions/updateIssueTypeScreenScheme.function.d.ts.map +1 -0
- package/dist/src/functions/updateIssueTypeScreenScheme.function.js +20 -0
- package/dist/src/functions/updateIssueTypeScreenScheme.function.js.map +1 -0
- package/dist/src/functions/updateMultipleCustomFieldValues.function.d.ts +33 -0
- package/dist/src/functions/updateMultipleCustomFieldValues.function.d.ts.map +1 -0
- package/dist/src/functions/updateMultipleCustomFieldValues.function.js +23 -0
- package/dist/src/functions/updateMultipleCustomFieldValues.function.js.map +1 -0
- package/dist/src/functions/updateNotificationScheme.function.d.ts +21 -0
- package/dist/src/functions/updateNotificationScheme.function.d.ts.map +1 -0
- package/dist/src/functions/updateNotificationScheme.function.js +20 -0
- package/dist/src/functions/updateNotificationScheme.function.js.map +1 -0
- package/dist/src/functions/updatePermissionScheme.function.d.ts +335 -0
- package/dist/src/functions/updatePermissionScheme.function.d.ts.map +1 -0
- package/dist/src/functions/updatePermissionScheme.function.js +95 -0
- package/dist/src/functions/updatePermissionScheme.function.js.map +1 -0
- package/dist/src/functions/updatePrecomputations.function.d.ts +25 -0
- package/dist/src/functions/updatePrecomputations.function.d.ts.map +1 -0
- package/dist/src/functions/updatePrecomputations.function.js +17 -0
- package/dist/src/functions/updatePrecomputations.function.js.map +1 -0
- package/dist/src/functions/updatePriority.function.d.ts +40 -0
- package/dist/src/functions/updatePriority.function.d.ts.map +1 -0
- package/dist/src/functions/updatePriority.function.js +22 -0
- package/dist/src/functions/updatePriority.function.js.map +1 -0
- package/dist/src/functions/updateProject.function.d.ts +68 -0
- package/dist/src/functions/updateProject.function.d.ts.map +1 -0
- package/dist/src/functions/updateProject.function.js +31 -0
- package/dist/src/functions/updateProject.function.js.map +1 -0
- package/dist/src/functions/updateProjectAvatar.function.d.ts +17 -0
- package/dist/src/functions/updateProjectAvatar.function.d.ts.map +1 -0
- package/dist/src/functions/updateProjectAvatar.function.js +19 -0
- package/dist/src/functions/updateProjectAvatar.function.js.map +1 -0
- package/dist/src/functions/updateProjectCategory.function.d.ts +41 -0
- package/dist/src/functions/updateProjectCategory.function.d.ts.map +1 -0
- package/dist/src/functions/updateProjectCategory.function.js +25 -0
- package/dist/src/functions/updateProjectCategory.function.js.map +1 -0
- package/dist/src/functions/updateProjectEmail.function.d.ts +21 -0
- package/dist/src/functions/updateProjectEmail.function.d.ts.map +1 -0
- package/dist/src/functions/updateProjectEmail.function.js +20 -0
- package/dist/src/functions/updateProjectEmail.function.js.map +1 -0
- package/dist/src/functions/updateRemoteIssueLink.function.d.ts +113 -0
- package/dist/src/functions/updateRemoteIssueLink.function.d.ts.map +1 -0
- package/dist/src/functions/updateRemoteIssueLink.function.js +43 -0
- package/dist/src/functions/updateRemoteIssueLink.function.js.map +1 -0
- package/dist/src/functions/updateResolution.function.d.ts +21 -0
- package/dist/src/functions/updateResolution.function.d.ts.map +1 -0
- package/dist/src/functions/updateResolution.function.js +20 -0
- package/dist/src/functions/updateResolution.function.js.map +1 -0
- package/dist/src/functions/updateScreen.function.d.ts +136 -0
- package/dist/src/functions/updateScreen.function.d.ts.map +1 -0
- package/dist/src/functions/updateScreen.function.js +47 -0
- package/dist/src/functions/updateScreen.function.js.map +1 -0
- package/dist/src/functions/updateScreenScheme.function.d.ts +45 -0
- package/dist/src/functions/updateScreenScheme.function.d.ts.map +1 -0
- package/dist/src/functions/updateScreenScheme.function.js +26 -0
- package/dist/src/functions/updateScreenScheme.function.js.map +1 -0
- package/dist/src/functions/updateStatuses.function.d.ts +37 -0
- package/dist/src/functions/updateStatuses.function.d.ts.map +1 -0
- package/dist/src/functions/updateStatuses.function.js +23 -0
- package/dist/src/functions/updateStatuses.function.js.map +1 -0
- package/dist/src/functions/updateUiModification.function.d.ts +53 -0
- package/dist/src/functions/updateUiModification.function.d.ts.map +1 -0
- package/dist/src/functions/updateUiModification.function.js +28 -0
- package/dist/src/functions/updateUiModification.function.js.map +1 -0
- package/dist/src/functions/updateVersion.function.d.ts +177 -0
- package/dist/src/functions/updateVersion.function.d.ts.map +1 -0
- package/dist/src/functions/updateVersion.function.js +59 -0
- package/dist/src/functions/updateVersion.function.js.map +1 -0
- package/dist/src/functions/updateWorkflowMapping.function.d.ts +469 -0
- package/dist/src/functions/updateWorkflowMapping.function.d.ts.map +1 -0
- package/dist/src/functions/updateWorkflowMapping.function.js +129 -0
- package/dist/src/functions/updateWorkflowMapping.function.js.map +1 -0
- package/dist/src/functions/updateWorkflowScheme.function.d.ts +469 -0
- package/dist/src/functions/updateWorkflowScheme.function.d.ts.map +1 -0
- package/dist/src/functions/updateWorkflowScheme.function.js +129 -0
- package/dist/src/functions/updateWorkflowScheme.function.js.map +1 -0
- package/dist/src/functions/updateWorkflowSchemeDraft.function.d.ts +469 -0
- package/dist/src/functions/updateWorkflowSchemeDraft.function.d.ts.map +1 -0
- package/dist/src/functions/updateWorkflowSchemeDraft.function.js +129 -0
- package/dist/src/functions/updateWorkflowSchemeDraft.function.js.map +1 -0
- package/dist/src/functions/updateWorkflowTransitionProperty.function.d.ts +48 -0
- package/dist/src/functions/updateWorkflowTransitionProperty.function.d.ts.map +1 -0
- package/dist/src/functions/updateWorkflowTransitionProperty.function.js +26 -0
- package/dist/src/functions/updateWorkflowTransitionProperty.function.js.map +1 -0
- package/dist/src/functions/updateWorkflowTransitionRuleConfigurations.function.d.ts +225 -0
- package/dist/src/functions/updateWorkflowTransitionRuleConfigurations.function.d.ts.map +1 -0
- package/dist/src/functions/updateWorkflowTransitionRuleConfigurations.function.js +71 -0
- package/dist/src/functions/updateWorkflowTransitionRuleConfigurations.function.js.map +1 -0
- package/dist/src/functions/updateWorklog.function.d.ts +312 -0
- package/dist/src/functions/updateWorklog.function.d.ts.map +1 -0
- package/dist/src/functions/updateWorklog.function.js +90 -0
- package/dist/src/functions/updateWorklog.function.js.map +1 -0
- package/dist/src/functions/validateProjectKey.function.d.ts +29 -0
- package/dist/src/functions/validateProjectKey.function.d.ts.map +1 -0
- package/dist/src/functions/validateProjectKey.function.js +22 -0
- package/dist/src/functions/validateProjectKey.function.js.map +1 -0
- package/dist/src/index.d.ts +475 -0
- package/dist/src/index.d.ts.map +1 -0
- package/dist/src/index.js +475 -0
- package/dist/src/index.js.map +1 -0
- package/dist/src/jira-api.service.d.ts +10 -0
- package/dist/src/jira-api.service.d.ts.map +1 -0
- package/dist/src/jira-api.service.js +6191 -0
- package/dist/src/jira-api.service.js.map +1 -0
- package/dist/src/jira.credential.d.ts +5 -0
- package/dist/src/jira.credential.d.ts.map +1 -0
- package/dist/src/jira.credential.js +13 -0
- package/dist/src/jira.credential.js.map +1 -0
- package/dist/src/jira.types.d.ts +7 -0
- package/dist/src/jira.types.d.ts.map +1 -0
- package/dist/src/jira.types.js +8 -0
- package/dist/src/jira.types.js.map +1 -0
- package/dist/src/jira.variable.d.ts +5 -0
- package/dist/src/jira.variable.d.ts.map +1 -0
- package/dist/src/jira.variable.js +11 -0
- package/dist/src/jira.variable.js.map +1 -0
- package/dist/src/services.d.ts +2 -0
- package/dist/src/services.d.ts.map +1 -0
- package/dist/src/services.js +14 -0
- package/dist/src/services.js.map +1 -0
- package/package.json +39 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"description":"The ID of the issue link type and is used as follows:\n\n * In the [ issueLink](#api-rest-api-3-issueLink-post) resource it is the type of issue link. Required on create when `name` isn't provided. Otherwise, read only.\n * In the [ issueLinkType](#api-rest-api-3-issueLinkType-post) resource it is read only.","type":"string"},"inward":{"description":"The description of the issue link type inward link and is used as follows:\n\n * In the [ issueLink](#api-rest-api-3-issueLink-post) resource it is read only.\n * In the [ issueLinkType](#api-rest-api-3-issueLinkType-post) resource it is required on create and optional on update. Otherwise, read only.","type":"string"},"name":{"description":"The name of the issue link type and is used as follows:\n\n * In the [ issueLink](#api-rest-api-3-issueLink-post) resource it is the type of issue link. Required on create when `id` isn't provided. Otherwise, read only.\n * In the [ issueLinkType](#api-rest-api-3-issueLinkType-post) resource it is required on create and optional on update. Otherwise, read only.","type":"string"},"outward":{"description":"The description of the issue link type outward link and is used as follows:\n\n * In the [ issueLink](#api-rest-api-3-issueLink-post) resource it is read only.\n * In the [ issueLinkType](#api-rest-api-3-issueLinkType-post) resource it is required on create and optional on update. Otherwise, read only.","type":"string"},"self":{"description":"The URL of the issue link type. Read only.","type":"string","format":"uri"}},"additionalProperties":false,"description":"This object is used as follows:\n\n * In the [ issueLink](#api-rest-api-3-issueLink-post) resource it defines and reports on the type of link between the issues. Find a list of issue link types with [Get issue link types](#api-rest-api-3-issueLinkType-get).\n * In the [ issueLinkType](#api-rest-api-3-issueLinkType-post) resource it defines and reports on issue link types."}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"issueLinkTypes":{"description":"The issue link type bean.","type":"array","items":{"type":"object","properties":{"id":{"description":"The ID of the issue link type and is used as follows:\n\n * In the [ issueLink](#api-rest-api-3-issueLink-post) resource it is the type of issue link. Required on create when `name` isn't provided. Otherwise, read only.\n * In the [ issueLinkType](#api-rest-api-3-issueLinkType-post) resource it is read only.","type":"string"},"inward":{"description":"The description of the issue link type inward link and is used as follows:\n\n * In the [ issueLink](#api-rest-api-3-issueLink-post) resource it is read only.\n * In the [ issueLinkType](#api-rest-api-3-issueLinkType-post) resource it is required on create and optional on update. Otherwise, read only.","type":"string"},"name":{"description":"The name of the issue link type and is used as follows:\n\n * In the [ issueLink](#api-rest-api-3-issueLink-post) resource it is the type of issue link. Required on create when `id` isn't provided. Otherwise, read only.\n * In the [ issueLinkType](#api-rest-api-3-issueLinkType-post) resource it is required on create and optional on update. Otherwise, read only.","type":"string"},"outward":{"description":"The description of the issue link type outward link and is used as follows:\n\n * In the [ issueLink](#api-rest-api-3-issueLink-post) resource it is read only.\n * In the [ issueLinkType](#api-rest-api-3-issueLinkType-post) resource it is required on create and optional on update. Otherwise, read only.","type":"string"},"self":{"description":"The URL of the issue link type. Read only.","type":"string","format":"uri"}},"additionalProperties":false}}},"additionalProperties":false,"description":"A list of issue link type beans."}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"array","items":{"type":"object","properties":{"label":{"description":"The issue navigator column label.","type":"string"},"value":{"description":"The issue navigator column value.","type":"string"}},"additionalProperties":false}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"changelog":{"description":"Details of changelogs associated with the issue.","type":"object","properties":{"histories":{"description":"The list of changelogs.","type":"array","items":{"type":"object","properties":{"author":{"description":"The user who made the change.","type":"object","properties":{"accountId":{"description":"The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*.","type":"string","maxLength":128},"accountType":{"description":"The type of account represented by this user. This will be one of 'atlassian' (normal users), 'app' (application user) or 'customer' (Jira Service Desk customer user)","type":"string"},"active":{"description":"Whether the user is active.","type":"boolean"},"avatarUrls":{"description":"The avatars of the user.","type":"object","properties":{"16x16":{"description":"The URL of the item's 16x16 pixel avatar.","type":"string","format":"uri"},"24x24":{"description":"The URL of the item's 24x24 pixel avatar.","type":"string","format":"uri"},"32x32":{"description":"The URL of the item's 32x32 pixel avatar.","type":"string","format":"uri"},"48x48":{"description":"The URL of the item's 48x48 pixel avatar.","type":"string","format":"uri"}},"additionalProperties":false},"displayName":{"description":"The display name of the user. Depending on the user’s privacy settings, this may return an alternative value.","type":"string"},"emailAddress":{"description":"The email address of the user. Depending on the user’s privacy settings, this may be returned as null.","type":"string"},"key":{"description":"This property is no longer available and will be removed from the documentation soon. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.","type":"string"},"name":{"description":"This property is no longer available and will be removed from the documentation soon. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.","type":"string"},"self":{"description":"The URL of the user.","type":"string"},"timeZone":{"description":"The time zone specified in the user's profile. Depending on the user’s privacy settings, this may be returned as null.","type":"string"}},"additionalProperties":false},"created":{"description":"The date on which the change took place.","type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},"historyMetadata":{"description":"The history metadata associated with the changed.","type":"object","properties":{"activityDescription":{"description":"The activity described in the history record.","type":"string"},"activityDescriptionKey":{"description":"The key of the activity described in the history record.","type":"string"},"actor":{"description":"Details of the user whose action created the history record.","type":"object","properties":{"avatarUrl":{"description":"The URL to an avatar for the user or system associated with a history record.","type":"string"},"displayName":{"description":"The display name of the user or system associated with a history record.","type":"string"},"displayNameKey":{"description":"The key of the display name of the user or system associated with a history record.","type":"string"},"id":{"description":"The ID of the user or system associated with a history record.","type":"string"},"type":{"description":"The type of the user or system associated with a history record.","type":"string"},"url":{"description":"The URL of the user or system associated with a history record.","type":"string"}},"additionalProperties":false},"cause":{"description":"Details of the cause that triggered the creation the history record.","type":"object","properties":{"avatarUrl":{"description":"The URL to an avatar for the user or system associated with a history record.","type":"string"},"displayName":{"description":"The display name of the user or system associated with a history record.","type":"string"},"displayNameKey":{"description":"The key of the display name of the user or system associated with a history record.","type":"string"},"id":{"description":"The ID of the user or system associated with a history record.","type":"string"},"type":{"description":"The type of the user or system associated with a history record.","type":"string"},"url":{"description":"The URL of the user or system associated with a history record.","type":"string"}},"additionalProperties":false},"description":{"description":"The description of the history record.","type":"string"},"descriptionKey":{"description":"The description key of the history record.","type":"string"},"emailDescription":{"description":"The description of the email address associated the history record.","type":"string"},"emailDescriptionKey":{"description":"The description key of the email address associated the history record.","type":"string"},"extraData":{"description":"Additional arbitrary information about the history record.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"generator":{"description":"Details of the system that generated the history record.","type":"object","properties":{"avatarUrl":{"description":"The URL to an avatar for the user or system associated with a history record.","type":"string"},"displayName":{"description":"The display name of the user or system associated with a history record.","type":"string"},"displayNameKey":{"description":"The key of the display name of the user or system associated with a history record.","type":"string"},"id":{"description":"The ID of the user or system associated with a history record.","type":"string"},"type":{"description":"The type of the user or system associated with a history record.","type":"string"},"url":{"description":"The URL of the user or system associated with a history record.","type":"string"}},"additionalProperties":false},"type":{"description":"The type of the history record.","type":"string"}},"additionalProperties":false},"id":{"description":"The ID of the changelog.","type":"string"},"items":{"description":"The list of items changed.","type":"array","items":{"type":"object","properties":{"field":{"description":"The name of the field changed.","type":"string"},"fieldId":{"description":"The ID of the field changed.","type":"string"},"fieldtype":{"description":"The type of the field changed.","type":"string"},"from":{"description":"The details of the original value.","type":"string"},"fromString":{"description":"The details of the original value as a string.","type":"string"},"to":{"description":"The details of the new value.","type":"string"}},"additionalProperties":false}}},"additionalProperties":false}},"maxResults":{"description":"The maximum number of results that could be on the page.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"startAt":{"description":"The index of the first item returned on the page.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"total":{"description":"The number of results on the page.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"additionalProperties":false},"editmeta":{"description":"The metadata for the fields on the issue that can be amended.","type":"object","properties":{"fields":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"object","properties":{"allowedValues":{"description":"The list of values allowed in the field.","type":"array","items":{}},"autoCompleteUrl":{"description":"The URL that can be used to automatically complete the field.","type":"string"},"configuration":{"description":"The configuration properties.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"defaultValue":{"description":"The default value of the field."},"hasDefaultValue":{"description":"Whether the field has a default value.","type":"boolean"},"key":{"type":"string","description":"The key of the field."},"name":{"type":"string","description":"The name of the field."},"operations":{"type":"array","items":{"type":"string"},"description":"The list of operations that can be performed on the field."},"required":{"type":"boolean","description":"Whether the field is required."},"schema":{"type":"object","properties":{"configuration":{"description":"If the field is a custom field, the configuration of the field.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"custom":{"description":"If the field is a custom field, the URI of the field.","type":"string"},"customId":{"description":"If the field is a custom field, the custom ID of the field.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"items":{"description":"When the data type is an array, the name of the field items within the array.","type":"string"},"system":{"description":"If the field is a system field, the name of the field.","type":"string"},"type":{"type":"string","description":"The data type of the field."}},"required":["type"],"additionalProperties":false,"description":"The data type of the field."}},"required":["key","name","operations","required","schema"],"additionalProperties":false,"description":"The metadata describing an issue field."}}},"additionalProperties":false},"expand":{"description":"Expand options that include additional issue details in the response.","type":"string"},"fields":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"fieldsToInclude":{"type":"object","properties":{"actuallyIncluded":{"type":"array","items":{"type":"string"}},"excluded":{"type":"array","items":{"type":"string"}},"included":{"type":"array","items":{"type":"string"}}},"additionalProperties":false},"id":{"description":"The ID of the issue.","type":"string"},"key":{"description":"The key of the issue.","type":"string"},"names":{"description":"The ID and name of each field present on the issue.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"operations":{"description":"The operations that can be performed on the issue.","type":"object","properties":{"linkGroups":{"description":"Details of the link groups defining issue operations.","type":"array","items":{"type":"object","properties":{"groups":{"type":"array","items":{"type":"object","properties":{"groups":{},"header":{"description":"Details about the operations available in this version.","type":"object","properties":{"href":{"type":"string"},"iconClass":{"type":"string"},"id":{"type":"string"},"label":{"type":"string"},"styleClass":{"type":"string"},"title":{"type":"string"},"weight":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"additionalProperties":false},"id":{"type":"string"},"links":{"type":"array","items":{"type":"object","properties":{"href":{"type":"string"},"iconClass":{"type":"string"},"id":{"type":"string"},"label":{"type":"string"},"styleClass":{"type":"string"},"title":{"type":"string"},"weight":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"additionalProperties":false}},"styleClass":{"type":"string"},"weight":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"additionalProperties":false}},"header":{"description":"Details about the operations available in this version.","type":"object","properties":{"href":{"type":"string"},"iconClass":{"type":"string"},"id":{"type":"string"},"label":{"type":"string"},"styleClass":{"type":"string"},"title":{"type":"string"},"weight":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"additionalProperties":false},"id":{"type":"string"},"links":{"type":"array","items":{"type":"object","properties":{"href":{"type":"string"},"iconClass":{"type":"string"},"id":{"type":"string"},"label":{"type":"string"},"styleClass":{"type":"string"},"title":{"type":"string"},"weight":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"additionalProperties":false}},"styleClass":{"type":"string"},"weight":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"additionalProperties":false}}},"additionalProperties":false},"properties":{"description":"Details of the issue properties identified in the request.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"renderedFields":{"description":"The rendered value of each field present on the issue.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"schema":{"description":"The schema describing each field present on the issue.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"object","properties":{"configuration":{"description":"If the field is a custom field, the configuration of the field.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"custom":{"description":"If the field is a custom field, the URI of the field.","type":"string"},"customId":{"description":"If the field is a custom field, the custom ID of the field.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"items":{"description":"When the data type is an array, the name of the field items within the array.","type":"string"},"system":{"description":"If the field is a system field, the name of the field.","type":"string"},"type":{"type":"string","description":"The data type of the field."}},"required":["type"],"additionalProperties":false,"description":"The schema of a field."}},"self":{"description":"The URL of the issue details.","type":"string","format":"uri"},"transitions":{"description":"The transitions that can be performed on the issue.","type":"array","items":{"type":"object","properties":{"expand":{"description":"Expand options that include additional transition details in the response.","type":"string"},"fields":{"description":"Details of the fields associated with the issue transition screen. Use this information to populate `fields` and `update` in a transition request.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"object","properties":{"allowedValues":{"description":"The list of values allowed in the field.","type":"array","items":{}},"autoCompleteUrl":{"description":"The URL that can be used to automatically complete the field.","type":"string"},"configuration":{"description":"The configuration properties.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"defaultValue":{"description":"The default value of the field."},"hasDefaultValue":{"description":"Whether the field has a default value.","type":"boolean"},"key":{"type":"string","description":"The key of the field."},"name":{"type":"string","description":"The name of the field."},"operations":{"type":"array","items":{"type":"string"},"description":"The list of operations that can be performed on the field."},"required":{"type":"boolean","description":"Whether the field is required."},"schema":{"type":"object","properties":{"configuration":{"description":"If the field is a custom field, the configuration of the field.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"custom":{"description":"If the field is a custom field, the URI of the field.","type":"string"},"customId":{"description":"If the field is a custom field, the custom ID of the field.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"items":{"description":"When the data type is an array, the name of the field items within the array.","type":"string"},"system":{"description":"If the field is a system field, the name of the field.","type":"string"},"type":{"type":"string","description":"The data type of the field."}},"required":["type"],"additionalProperties":false,"description":"The data type of the field."}},"required":["key","name","operations","required","schema"],"additionalProperties":false,"description":"The metadata describing an issue field."}},"hasScreen":{"description":"Whether there is a screen associated with the issue transition.","type":"boolean"},"id":{"description":"The ID of the issue transition. Required when specifying a transition to undertake.","type":"string"},"isAvailable":{"description":"Whether the transition is available to be performed.","type":"boolean"},"isConditional":{"description":"Whether the issue has to meet criteria before the issue transition is applied.","type":"boolean"},"isGlobal":{"description":"Whether the issue transition is global, that is, the transition is applied to issues regardless of their status.","type":"boolean"},"isInitial":{"description":"Whether this is the initial issue transition for the workflow.","type":"boolean"},"looped":{"type":"boolean"},"name":{"description":"The name of the issue transition.","type":"string"},"to":{"description":"Details of the issue status after the transition.","type":"object","properties":{"description":{"description":"The description of the status.","type":"string"},"iconUrl":{"description":"The URL of the icon used to represent the status.","type":"string"},"id":{"description":"The ID of the status.","type":"string"},"name":{"description":"The name of the status.","type":"string"},"self":{"description":"The URL of the status.","type":"string"},"statusCategory":{"description":"The category assigned to the status.","type":"object","properties":{"colorName":{"description":"The name of the color used to represent the status category.","type":"string"},"id":{"description":"The ID of the status category.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"key":{"description":"The key of the status category.","type":"string"},"name":{"description":"The name of the status category.","type":"string"},"self":{"description":"The URL of the status category.","type":"string"}},"additionalProperties":false}},"additionalProperties":false}},"additionalProperties":false}},"versionedRepresentations":{"description":"The versions of each field on the issue.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}}},"additionalProperties":false,"description":"Details about an issue."}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"query":{"description":"A string to match against text fields in the issue such as title, description, or comments.","type":"string"},"currentJQL":{"description":"A JQL query defining a list of issues to search for the query term. Note that `username` and `userkey` cannot be used as search terms for this parameter, due to privacy reasons. Use `accountId` instead.","type":"string"},"currentIssueKey":{"description":"The key of an issue to exclude from search results. For example, the issue the user is viewing when they perform this query.","type":"string"},"currentProjectId":{"description":"The ID of a project that suggested issues must belong to.","type":"string"},"showSubTasks":{"description":"Indicate whether to include subtasks in the suggestions list.","type":"boolean"},"showSubTaskParent":{"description":"When `currentIssueKey` is a subtask, whether to include the parent issue in the suggestions if it matches the query.","type":"boolean"}},"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"sections":{"description":"A list of issues for an issue type suggested for use in auto-completion.","type":"array","items":{"type":"object","properties":{"id":{"description":"The ID of the type of issues suggested for use in auto-completion.","type":"string"},"issues":{"description":"A list of issues suggested for use in auto-completion.","type":"array","items":{"type":"object","properties":{"id":{"description":"The ID of the issue.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"img":{"description":"The URL of the issue type's avatar.","type":"string"},"key":{"description":"The key of the issue.","type":"string"},"keyHtml":{"description":"The key of the issue in HTML format.","type":"string"},"summary":{"description":"The phrase containing the query string in HTML format, with the string highlighted with HTML bold tags.","type":"string"},"summaryText":{"description":"The phrase containing the query string, as plain text.","type":"string"}},"additionalProperties":false}},"label":{"description":"The label of the type of issues suggested for use in auto-completion.","type":"string"},"msg":{"description":"If no issue suggestions are found, returns a message indicating no suggestions were found,","type":"string"},"sub":{"description":"If issue suggestions are found, returns a message indicating the number of issues suggestions found and returned.","type":"string"}},"additionalProperties":false}}},"additionalProperties":false,"description":"A list of issues suggested for use in auto-completion."}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"issueIdOrKey":{"type":"string","description":"The key or ID of the issue."},"propertyKey":{"type":"string","description":"The key of the property."}},"required":["issueIdOrKey","propertyKey"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"issueIdOrKey":{"type":"string","description":"The key or ID of the issue."}},"required":["issueIdOrKey"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"keys":{"description":"Property key details.","type":"array","items":{"type":"object","properties":{"key":{"description":"The key of the property.","type":"string"},"self":{"description":"The URL of the property.","type":"string"}},"additionalProperties":false}}},"additionalProperties":false,"description":"List of property keys."}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"key":{"description":"The key of the property. Required on create and update.","type":"string"},"value":{"description":"The value of the property. Required on create and update."}},"additionalProperties":false,"description":"An entity property, for more information see [Entity properties](https://developer.atlassian.com/cloud/jira/platform/jira-entity-properties/)."}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"string","description":"The ID of the issue security level."}},"required":["id"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"issueSecuritySchemeId":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"description":"The ID of the issue security scheme. Use the [Get issue security schemes](#api-rest-api-3-issuesecurityschemes-get) operation to get a list of issue security scheme IDs."},"startAt":{"default":0,"description":"The index of the first item to return in a page of results (page offset).","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"maxResults":{"default":50,"description":"The maximum number of items to return per page.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"issueSecurityLevelId":{"description":"The list of issue security level IDs. To include multiple issue security levels separate IDs with ampersand: `issueSecurityLevelId=10000&issueSecurityLevelId=10001`.","type":"array","items":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"expand":{"description":"Use expand to include additional information in the response. This parameter accepts a comma-separated list. Expand options include:\n\n * `all` Returns all expandable information.\n * `field` Returns information about the custom field granted the permission.\n * `group` Returns information about the group that is granted the permission.\n * `projectRole` Returns information about the project role granted the permission.\n * `user` Returns information about the user who is granted the permission.","type":"string"}},"required":["issueSecuritySchemeId"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"isLast":{"description":"Whether this is the last page.","type":"boolean"},"maxResults":{"description":"The maximum number of items that could be returned.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"nextPage":{"description":"If there is another page of results, the URL of the next page.","type":"string","format":"uri"},"self":{"description":"The URL of the page.","type":"string","format":"uri"},"startAt":{"description":"The index of the first item returned.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"total":{"description":"The number of items returned.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"values":{"description":"The list of items.","type":"array","items":{"type":"object","properties":{"holder":{"type":"object","properties":{"expand":{"description":"Expand options that include additional permission holder details in the response.","type":"string"},"parameter":{"description":"As a group's name can change, use of `value` is recommended. The identifier associated withthe `type` value that defines the holder of the permission.","type":"string"},"type":{"type":"string","description":"The type of permission holder."},"value":{"description":"The identifier associated with the `type` value that defines the holder of the permission.","type":"string"}},"required":["type"],"additionalProperties":false,"description":"The user or group being granted the permission. It consists of a `type` and a type-dependent `parameter`. See [Holder object](../api-group-permission-schemes/#holder-object) in *Get all permission schemes* for more information."},"id":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"description":"The ID of the issue security level member."},"issueSecurityLevelId":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"description":"The ID of the issue security level."}},"required":["holder","id","issueSecurityLevelId"],"additionalProperties":false}}},"additionalProperties":false,"description":"A page of items."}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"description":{"description":"The description of the issue level security item.","type":"string"},"id":{"description":"The ID of the issue level security item.","type":"string"},"isDefault":{"description":"Whether the issue level security item is the default.","type":"boolean"},"issueSecuritySchemeId":{"description":"The ID of the issue level security scheme.","type":"string"},"name":{"description":"The name of the issue level security item.","type":"string"},"self":{"description":"The URL of the issue level security item.","type":"string"}},"additionalProperties":false,"description":"Details of an issue level security item."}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"description":"The ID of the issue security scheme. Use the [Get issue security schemes](#api-rest-api-3-issuesecurityschemes-get) operation to get a list of issue security scheme IDs."}},"required":["id"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"defaultSecurityLevelId":{"description":"The ID of the default security level.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"description":{"description":"The description of the issue security scheme.","type":"string"},"id":{"description":"The ID of the issue security scheme.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"levels":{"type":"array","items":{"type":"object","properties":{"description":{"description":"The description of the issue level security item.","type":"string"},"id":{"description":"The ID of the issue level security item.","type":"string"},"isDefault":{"description":"Whether the issue level security item is the default.","type":"boolean"},"issueSecuritySchemeId":{"description":"The ID of the issue level security scheme.","type":"string"},"name":{"description":"The name of the issue level security item.","type":"string"},"self":{"description":"The URL of the issue level security item.","type":"string"}},"additionalProperties":false}},"name":{"description":"The name of the issue security scheme.","type":"string"},"self":{"description":"The URL of the issue security scheme.","type":"string"}},"additionalProperties":false,"description":"Details about a security scheme."}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"issueSecuritySchemes":{"description":"List of security schemes.","type":"array","items":{"type":"object","properties":{"defaultSecurityLevelId":{"description":"The ID of the default security level.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"description":{"description":"The description of the issue security scheme.","type":"string"},"id":{"description":"The ID of the issue security scheme.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"levels":{"type":"array","items":{"type":"object","properties":{"description":{"description":"The description of the issue level security item.","type":"string"},"id":{"description":"The ID of the issue level security item.","type":"string"},"isDefault":{"description":"Whether the issue level security item is the default.","type":"boolean"},"issueSecuritySchemeId":{"description":"The ID of the issue level security scheme.","type":"string"},"name":{"description":"The name of the issue level security item.","type":"string"},"self":{"description":"The URL of the issue level security item.","type":"string"}},"additionalProperties":false}},"name":{"description":"The name of the issue security scheme.","type":"string"},"self":{"description":"The URL of the issue security scheme.","type":"string"}},"additionalProperties":false}}},"additionalProperties":false,"description":"List of security schemes."}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"string","description":"The ID of the issue type."}},"required":["id"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"fieldId":{"type":"string","description":"The ID of the custom field."},"contextId":{"description":"The ID of the context. To include multiple contexts, provide an ampersand-separated list. For example, `contextId=10001&contextId=10002`.","type":"array","items":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"startAt":{"default":0,"description":"The index of the first item to return in a page of results (page offset).","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"maxResults":{"default":50,"description":"The maximum number of items to return per page.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["fieldId"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"isLast":{"description":"Whether this is the last page.","type":"boolean"},"maxResults":{"description":"The maximum number of items that could be returned.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"nextPage":{"description":"If there is another page of results, the URL of the next page.","type":"string","format":"uri"},"self":{"description":"The URL of the page.","type":"string","format":"uri"},"startAt":{"description":"The index of the first item returned.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"total":{"description":"The number of items returned.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"values":{"description":"The list of items.","type":"array","items":{"type":"object","properties":{"contextId":{"type":"string","description":"The ID of the context."},"isAnyIssueType":{"description":"Whether the context is mapped to any issue type.","type":"boolean"},"issueTypeId":{"description":"The ID of the issue type.","type":"string"}},"required":["contextId"],"additionalProperties":false}}},"additionalProperties":false,"description":"A page of items."}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"avatarId":{"description":"The ID of the issue type's avatar.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"description":{"description":"The description of the issue type.","type":"string"},"entityId":{"description":"Unique ID for next-gen projects.","type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"hierarchyLevel":{"description":"Hierarchy level of the issue type.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"iconUrl":{"description":"The URL of the issue type's avatar.","type":"string"},"id":{"description":"The ID of the issue type.","type":"string"},"name":{"description":"The name of the issue type.","type":"string"},"scope":{"description":"Details of the next-gen projects the issue type is available in.","type":"object","properties":{"project":{"description":"The project the item has scope in.","type":"object","properties":{"avatarUrls":{"description":"The URLs of the project's avatars.","type":"object","properties":{"16x16":{"description":"The URL of the item's 16x16 pixel avatar.","type":"string","format":"uri"},"24x24":{"description":"The URL of the item's 24x24 pixel avatar.","type":"string","format":"uri"},"32x32":{"description":"The URL of the item's 32x32 pixel avatar.","type":"string","format":"uri"},"48x48":{"description":"The URL of the item's 48x48 pixel avatar.","type":"string","format":"uri"}},"additionalProperties":false},"id":{"description":"The ID of the project.","type":"string"},"key":{"description":"The key of the project.","type":"string"},"name":{"description":"The name of the project.","type":"string"},"projectCategory":{"description":"The category the project belongs to.","type":"object","properties":{"description":{"description":"The name of the project category.","type":"string"},"id":{"description":"The ID of the project category.","type":"string"},"name":{"description":"The description of the project category.","type":"string"},"self":{"description":"The URL of the project category.","type":"string"}},"additionalProperties":false},"projectTypeKey":{"description":"The [project type](https://confluence.atlassian.com/x/GwiiLQ#Jiraapplicationsoverview-Productfeaturesandprojecttypes) of the project.","type":"string","enum":["software","service_desk","business"]},"self":{"description":"The URL of the project details.","type":"string"},"simplified":{"description":"Whether or not the project is simplified.","type":"boolean"}},"additionalProperties":false},"type":{"description":"The type of scope.","type":"string","enum":["PROJECT","TEMPLATE"]}},"additionalProperties":false},"self":{"description":"The URL of these issue type details.","type":"string"},"subtask":{"description":"Whether this issue type is used to create subtasks.","type":"boolean"}},"additionalProperties":false,"description":"Details about an issue type."}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"issueTypeId":{"type":"string","description":"The ID of the issue type."},"propertyKey":{"type":"string","description":"The key of the property. Use [Get issue type property keys](#api-rest-api-3-issuetype-issueTypeId-properties-get) to get a list of all issue type property keys."}},"required":["issueTypeId","propertyKey"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"issueTypeId":{"type":"string","description":"The ID of the issue type."}},"required":["issueTypeId"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"keys":{"description":"Property key details.","type":"array","items":{"type":"object","properties":{"key":{"description":"The key of the property.","type":"string"},"self":{"description":"The URL of the property.","type":"string"}},"additionalProperties":false}}},"additionalProperties":false,"description":"List of property keys."}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"key":{"description":"The key of the property. Required on create and update.","type":"string"},"value":{"description":"The value of the property. Required on create and update."}},"additionalProperties":false,"description":"An entity property, for more information see [Entity properties](https://developer.atlassian.com/cloud/jira/platform/jira-entity-properties/)."}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"startAt":{"default":0,"description":"The index of the first item to return in a page of results (page offset).","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"maxResults":{"default":50,"description":"The maximum number of items to return per page.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"projectId":{"type":"array","items":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"description":"The list of project IDs. To include multiple project IDs, provide an ampersand-separated list. For example, `projectId=10000&projectId=10001`."}},"required":["projectId"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"isLast":{"description":"Whether this is the last page.","type":"boolean"},"maxResults":{"description":"The maximum number of items that could be returned.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"nextPage":{"description":"If there is another page of results, the URL of the next page.","type":"string","format":"uri"},"self":{"description":"The URL of the page.","type":"string","format":"uri"},"startAt":{"description":"The index of the first item returned.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"total":{"description":"The number of items returned.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"values":{"description":"The list of items.","type":"array","items":{"type":"object","properties":{"issueTypeScheme":{"type":"object","properties":{"defaultIssueTypeId":{"description":"The ID of the default issue type of the issue type scheme.","type":"string"},"description":{"description":"The description of the issue type scheme.","type":"string"},"id":{"type":"string","description":"The ID of the issue type scheme."},"isDefault":{"description":"Whether the issue type scheme is the default.","type":"boolean"},"name":{"type":"string","description":"The name of the issue type scheme."}},"required":["id","name"],"additionalProperties":false,"description":"Details of an issue type scheme."},"projectIds":{"type":"array","items":{"type":"string"},"description":"The IDs of the projects using the issue type scheme."}},"required":["issueTypeScheme","projectIds"],"additionalProperties":false}}},"additionalProperties":false,"description":"A page of items."}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"startAt":{"default":0,"description":"The index of the first item to return in a page of results (page offset).","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"maxResults":{"default":50,"description":"The maximum number of items to return per page.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"issueTypeSchemeId":{"description":"The list of issue type scheme IDs. To include multiple IDs, provide an ampersand-separated list. For example, `issueTypeSchemeId=10000&issueTypeSchemeId=10001`.","type":"array","items":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}}},"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"isLast":{"description":"Whether this is the last page.","type":"boolean"},"maxResults":{"description":"The maximum number of items that could be returned.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"nextPage":{"description":"If there is another page of results, the URL of the next page.","type":"string","format":"uri"},"self":{"description":"The URL of the page.","type":"string","format":"uri"},"startAt":{"description":"The index of the first item returned.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"total":{"description":"The number of items returned.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"values":{"description":"The list of items.","type":"array","items":{"type":"object","properties":{"issueTypeId":{"type":"string","description":"The ID of the issue type."},"issueTypeSchemeId":{"type":"string","description":"The ID of the issue type scheme."}},"required":["issueTypeId","issueTypeSchemeId"],"additionalProperties":false}}},"additionalProperties":false,"description":"A page of items."}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"startAt":{"default":0,"description":"The index of the first item to return in a page of results (page offset).","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"maxResults":{"default":50,"description":"The maximum number of items to return per page.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"issueTypeScreenSchemeId":{"description":"The list of issue type screen scheme IDs. To include multiple issue type screen schemes, separate IDs with ampersand: `issueTypeScreenSchemeId=10000&issueTypeScreenSchemeId=10001`.","type":"array","items":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}}},"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"isLast":{"description":"Whether this is the last page.","type":"boolean"},"maxResults":{"description":"The maximum number of items that could be returned.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"nextPage":{"description":"If there is another page of results, the URL of the next page.","type":"string","format":"uri"},"self":{"description":"The URL of the page.","type":"string","format":"uri"},"startAt":{"description":"The index of the first item returned.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"total":{"description":"The number of items returned.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"values":{"description":"The list of items.","type":"array","items":{"type":"object","properties":{"issueTypeId":{"type":"string","description":"The ID of the issue type or *default*. Only issue types used in classic projects are accepted. When creating an issue screen scheme, an entry for *default* must be provided and defines the mapping for all issue types without a screen scheme. Otherwise, a *default* entry can't be provided."},"issueTypeScreenSchemeId":{"type":"string","description":"The ID of the issue type screen scheme."},"screenSchemeId":{"type":"string","description":"The ID of the screen scheme."}},"required":["issueTypeId","issueTypeScreenSchemeId","screenSchemeId"],"additionalProperties":false}}},"additionalProperties":false,"description":"A page of items."}
|
package/dist/.pikku/schemas/schemas/GetIssueTypeScreenSchemeProjectAssociationsInput.schema.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"startAt":{"default":0,"description":"The index of the first item to return in a page of results (page offset).","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"maxResults":{"default":50,"description":"The maximum number of items to return per page.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"projectId":{"type":"array","items":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"description":"The list of project IDs. To include multiple projects, separate IDs with ampersand: `projectId=10000&projectId=10001`."}},"required":["projectId"],"additionalProperties":false}
|
package/dist/.pikku/schemas/schemas/GetIssueTypeScreenSchemeProjectAssociationsOutput.schema.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"isLast":{"description":"Whether this is the last page.","type":"boolean"},"maxResults":{"description":"The maximum number of items that could be returned.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"nextPage":{"description":"If there is another page of results, the URL of the next page.","type":"string","format":"uri"},"self":{"description":"The URL of the page.","type":"string","format":"uri"},"startAt":{"description":"The index of the first item returned.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"total":{"description":"The number of items returned.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"values":{"description":"The list of items.","type":"array","items":{"type":"object","properties":{"issueTypeScreenScheme":{"type":"object","properties":{"description":{"description":"The description of the issue type screen scheme.","type":"string"},"id":{"type":"string","description":"The ID of the issue type screen scheme."},"name":{"type":"string","description":"The name of the issue type screen scheme."}},"required":["id","name"],"additionalProperties":false,"description":"Details of an issue type screen scheme."},"projectIds":{"type":"array","items":{"type":"string"},"description":"The IDs of the projects using the issue type screen scheme."}},"required":["issueTypeScreenScheme","projectIds"],"additionalProperties":false}}},"additionalProperties":false,"description":"A page of items."}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"startAt":{"default":0,"description":"The index of the first item to return in a page of results (page offset).","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"maxResults":{"default":50,"description":"The maximum number of items to return per page.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"id":{"description":"The list of issue type screen scheme IDs. To include multiple IDs, provide an ampersand-separated list. For example, `id=10000&id=10001`.","type":"array","items":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"queryString":{"default":"","description":"String used to perform a case-insensitive partial match with issue type screen scheme name.","type":"string"},"orderBy":{"default":"id","description":"[Order](#ordering) the results by a field:\n\n * `name` Sorts by issue type screen scheme name.\n * `id` Sorts by issue type screen scheme ID.","type":"string","enum":["name","-name","+name","id","-id","+id"]},"expand":{"default":"","description":"Use [expand](#expansion) to include additional information in the response. This parameter accepts `projects` that, for each issue type screen schemes, returns information about the projects the issue type screen scheme is assigned to.","type":"string"}},"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"isLast":{"description":"Whether this is the last page.","type":"boolean"},"maxResults":{"description":"The maximum number of items that could be returned.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"nextPage":{"description":"If there is another page of results, the URL of the next page.","type":"string","format":"uri"},"self":{"description":"The URL of the page.","type":"string","format":"uri"},"startAt":{"description":"The index of the first item returned.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"total":{"description":"The number of items returned.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"values":{"description":"The list of items.","type":"array","items":{"type":"object","properties":{"description":{"description":"The description of the issue type screen scheme.","type":"string"},"id":{"type":"string","description":"The ID of the issue type screen scheme."},"name":{"type":"string","description":"The name of the issue type screen scheme."}},"required":["id","name"],"additionalProperties":false}}},"additionalProperties":false,"description":"A page of items."}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"projectId":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"description":"The ID of the project."},"level":{"description":"The level of the issue type to filter by. Use:\n\n * `-1` for Subtask.\n * `0` for Base.\n * `1` for Epic.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["projectId"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"array","items":{"type":"object","properties":{"avatarId":{"description":"The ID of the issue type's avatar.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"description":{"description":"The description of the issue type.","type":"string"},"entityId":{"description":"Unique ID for next-gen projects.","type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"hierarchyLevel":{"description":"Hierarchy level of the issue type.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"iconUrl":{"description":"The URL of the issue type's avatar.","type":"string"},"id":{"description":"The ID of the issue type.","type":"string"},"name":{"description":"The name of the issue type.","type":"string"},"scope":{"description":"Details of the next-gen projects the issue type is available in.","type":"object","properties":{"project":{"description":"The project the item has scope in.","type":"object","properties":{"avatarUrls":{"description":"The URLs of the project's avatars.","type":"object","properties":{"16x16":{"description":"The URL of the item's 16x16 pixel avatar.","type":"string","format":"uri"},"24x24":{"description":"The URL of the item's 24x24 pixel avatar.","type":"string","format":"uri"},"32x32":{"description":"The URL of the item's 32x32 pixel avatar.","type":"string","format":"uri"},"48x48":{"description":"The URL of the item's 48x48 pixel avatar.","type":"string","format":"uri"}},"additionalProperties":false},"id":{"description":"The ID of the project.","type":"string"},"key":{"description":"The key of the project.","type":"string"},"name":{"description":"The name of the project.","type":"string"},"projectCategory":{"description":"The category the project belongs to.","type":"object","properties":{"description":{"description":"The name of the project category.","type":"string"},"id":{"description":"The ID of the project category.","type":"string"},"name":{"description":"The description of the project category.","type":"string"},"self":{"description":"The URL of the project category.","type":"string"}},"additionalProperties":false},"projectTypeKey":{"description":"The [project type](https://confluence.atlassian.com/x/GwiiLQ#Jiraapplicationsoverview-Productfeaturesandprojecttypes) of the project.","type":"string","enum":["software","service_desk","business"]},"self":{"description":"The URL of the project details.","type":"string"},"simplified":{"description":"Whether or not the project is simplified.","type":"boolean"}},"additionalProperties":false},"type":{"description":"The type of scope.","type":"string","enum":["PROJECT","TEMPLATE"]}},"additionalProperties":false},"self":{"description":"The URL of these issue type details.","type":"string"},"subtask":{"description":"Whether this issue type is used to create subtasks.","type":"boolean"}},"additionalProperties":false}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"issueIdOrKey":{"type":"string","description":"The ID or key of the issue."}},"required":["issueIdOrKey"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"isWatching":{"description":"Whether the calling user is watching this issue.","type":"boolean"},"self":{"description":"The URL of these issue watcher details.","type":"string"},"watchCount":{"description":"The number of users watching this issue.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"watchers":{"description":"Details of the users watching this issue.","type":"array","items":{"type":"object","properties":{"accountId":{"description":"The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*.","type":"string","maxLength":128},"accountType":{"description":"The type of account represented by this user. This will be one of 'atlassian' (normal users), 'app' (application user) or 'customer' (Jira Service Desk customer user)","type":"string"},"active":{"description":"Whether the user is active.","type":"boolean"},"avatarUrls":{"description":"The avatars of the user.","type":"object","properties":{"16x16":{"description":"The URL of the item's 16x16 pixel avatar.","type":"string","format":"uri"},"24x24":{"description":"The URL of the item's 24x24 pixel avatar.","type":"string","format":"uri"},"32x32":{"description":"The URL of the item's 32x32 pixel avatar.","type":"string","format":"uri"},"48x48":{"description":"The URL of the item's 48x48 pixel avatar.","type":"string","format":"uri"}},"additionalProperties":false},"displayName":{"description":"The display name of the user. Depending on the user’s privacy settings, this may return an alternative value.","type":"string"},"emailAddress":{"description":"The email address of the user. Depending on the user’s privacy settings, this may be returned as null.","type":"string"},"key":{"description":"This property is no longer available and will be removed from the documentation soon. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.","type":"string"},"name":{"description":"This property is no longer available and will be removed from the documentation soon. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.","type":"string"},"self":{"description":"The URL of the user.","type":"string"},"timeZone":{"description":"The time zone specified in the user's profile. Depending on the user’s privacy settings, this may be returned as null.","type":"string"}},"additionalProperties":false}}},"additionalProperties":false,"description":"The details of watchers on an issue."}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"issueIdOrKey":{"type":"string","description":"The ID or key of the issue."},"startAt":{"default":0,"description":"The index of the first item to return in a page of results (page offset).","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"maxResults":{"default":5000,"description":"The maximum number of items to return per page.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"startedAfter":{"description":"The worklog start date and time, as a UNIX timestamp in milliseconds, after which worklogs are returned.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"startedBefore":{"description":"The worklog start date and time, as a UNIX timestamp in milliseconds, before which worklogs are returned.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"expand":{"default":"","description":"Use [expand](#expansion) to include additional information about worklogs in the response. This parameter accepts`properties`, which returns worklog properties.","type":"string"}},"required":["issueIdOrKey"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"maxResults":{"description":"The maximum number of results that could be on the page.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"startAt":{"description":"The index of the first item returned on the page.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"total":{"description":"The number of results on the page.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"worklogs":{"description":"List of worklogs.","type":"array","items":{"type":"object","properties":{"author":{"description":"Details of the user who created the worklog.","type":"object","properties":{"accountId":{"description":"The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*.","type":"string","maxLength":128},"accountType":{"description":"The type of account represented by this user. This will be one of 'atlassian' (normal users), 'app' (application user) or 'customer' (Jira Service Desk customer user)","type":"string"},"active":{"description":"Whether the user is active.","type":"boolean"},"avatarUrls":{"description":"The avatars of the user.","type":"object","properties":{"16x16":{"description":"The URL of the item's 16x16 pixel avatar.","type":"string","format":"uri"},"24x24":{"description":"The URL of the item's 24x24 pixel avatar.","type":"string","format":"uri"},"32x32":{"description":"The URL of the item's 32x32 pixel avatar.","type":"string","format":"uri"},"48x48":{"description":"The URL of the item's 48x48 pixel avatar.","type":"string","format":"uri"}},"additionalProperties":false},"displayName":{"description":"The display name of the user. Depending on the user’s privacy settings, this may return an alternative value.","type":"string"},"emailAddress":{"description":"The email address of the user. Depending on the user’s privacy settings, this may be returned as null.","type":"string"},"key":{"description":"This property is no longer available and will be removed from the documentation soon. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.","type":"string"},"name":{"description":"This property is no longer available and will be removed from the documentation soon. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.","type":"string"},"self":{"description":"The URL of the user.","type":"string"},"timeZone":{"description":"The time zone specified in the user's profile. Depending on the user’s privacy settings, this may be returned as null.","type":"string"}},"additionalProperties":false},"comment":{"description":"A comment about the worklog in [Atlassian Document Format](https://developer.atlassian.com/cloud/jira/platform/apis/document/structure/). Optional when creating or updating a worklog."},"created":{"description":"The datetime on which the worklog was created.","type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},"id":{"description":"The ID of the worklog record.","type":"string"},"issueId":{"description":"The ID of the issue this worklog is for.","type":"string"},"properties":{"description":"Details of properties for the worklog. Optional when creating or updating a worklog.","type":"array","items":{"type":"object","properties":{"key":{"description":"The key of the property. Required on create and update.","type":"string"},"value":{"description":"The value of the property. Required on create and update."}},"additionalProperties":false}},"self":{"description":"The URL of the worklog item.","type":"string","format":"uri"},"started":{"description":"The datetime on which the worklog effort was started. Required when creating a worklog. Optional when updating a worklog.","type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},"timeSpent":{"description":"The time spent working on the issue as days (\\#d), hours (\\#h), or minutes (\\#m or \\#). Required when creating a worklog if `timeSpentSeconds` isn't provided. Optional when updating a worklog. Cannot be provided if `timeSpentSecond` is provided.","type":"string"},"timeSpentSeconds":{"description":"The time in seconds spent working on the issue. Required when creating a worklog if `timeSpent` isn't provided. Optional when updating a worklog. Cannot be provided if `timeSpent` is provided.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"updateAuthor":{"description":"Details of the user who last updated the worklog.","type":"object","properties":{"accountId":{"description":"The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*.","type":"string","maxLength":128},"accountType":{"description":"The type of account represented by this user. This will be one of 'atlassian' (normal users), 'app' (application user) or 'customer' (Jira Service Desk customer user)","type":"string"},"active":{"description":"Whether the user is active.","type":"boolean"},"avatarUrls":{"description":"The avatars of the user.","type":"object","properties":{"16x16":{"description":"The URL of the item's 16x16 pixel avatar.","type":"string","format":"uri"},"24x24":{"description":"The URL of the item's 24x24 pixel avatar.","type":"string","format":"uri"},"32x32":{"description":"The URL of the item's 32x32 pixel avatar.","type":"string","format":"uri"},"48x48":{"description":"The URL of the item's 48x48 pixel avatar.","type":"string","format":"uri"}},"additionalProperties":false},"displayName":{"description":"The display name of the user. Depending on the user’s privacy settings, this may return an alternative value.","type":"string"},"emailAddress":{"description":"The email address of the user. Depending on the user’s privacy settings, this may be returned as null.","type":"string"},"key":{"description":"This property is no longer available and will be removed from the documentation soon. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.","type":"string"},"name":{"description":"This property is no longer available and will be removed from the documentation soon. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.","type":"string"},"self":{"description":"The URL of the user.","type":"string"},"timeZone":{"description":"The time zone specified in the user's profile. Depending on the user’s privacy settings, this may be returned as null.","type":"string"}},"additionalProperties":false},"updated":{"description":"The datetime on which the worklog was last updated.","type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},"visibility":{"description":"Details about any restrictions in the visibility of the worklog. Optional when creating or updating a worklog.","type":"object","properties":{"identifier":{"description":"The ID of the group or the name of the role that visibility of this item is restricted to.","anyOf":[{"type":"string"},{"type":"null"}]},"type":{"description":"Whether visibility of this item is restricted to a group or role.","type":"string","enum":["group","role"]},"value":{"description":"The name of the group or role that visibility of this item is restricted to. Please note that the name of a group is mutable, to reliably identify a group use `identifier`.","type":"string"}},"additionalProperties":false}},"additionalProperties":false}}},"additionalProperties":false,"description":"Paginated list of worklog details"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"applications":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","description":"The ID of the application."},"plan":{"type":"string","enum":["UNLICENSED","FREE","PAID"],"description":"The licensing plan."}},"required":["id","plan"],"additionalProperties":false},"description":"The applications under this license."}},"required":["applications"],"additionalProperties":false,"description":"Details about a license for the Jira instance."}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"locale":{"description":"The locale code. The Java the locale format is used: a two character language code (ISO 639), an underscore, and two letter country code (ISO 3166). For example, en\\_US represents a locale of English (United States). Required on create.","type":"string"}},"additionalProperties":false,"description":"Details of a locale."}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"expand":{"description":"Use [expand](#expansion) to include additional information about filter in the response. This parameter accepts a comma-separated list. Expand options include:\n\n * `sharedUsers` Returns the users that the filter is shared with. This includes users that can browse projects that the filter is shared with. If you don't specify `sharedUsers`, then the `sharedUsers` object is returned but it doesn't list any users. The list of users returned is limited to 1000, to access additional users append `[start-index:end-index]` to the expand request. For example, to access the next 1000 users, use `?expand=sharedUsers[1001:2000]`.\n * `subscriptions` Returns the users that are subscribed to the filter. If you don't specify `subscriptions`, the `subscriptions` object is returned but it doesn't list any subscriptions. The list of subscriptions returned is limited to 1000, to access additional subscriptions append `[start-index:end-index]` to the expand request. For example, to access the next 1000 subscriptions, use `?expand=subscriptions[1001:2000]`.","type":"string"},"includeFavourites":{"default":false,"description":"Include the user's favorite filters in the response.","type":"boolean"}},"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"projectKey":{"description":"The key of project. Ignored if `projectId` is provided.","type":"string"},"projectId":{"description":"The ID of project.","type":"string"},"issueKey":{"description":"The key of the issue. Ignored if `issueId` is provided.","type":"string"},"issueId":{"description":"The ID of the issue.","type":"string"},"permissions":{"description":"A list of permission keys. (Required) This parameter accepts a comma-separated list. To get the list of available permissions, use [Get all permissions](#api-rest-api-3-permissions-get).","type":"string"},"projectUuid":{"type":"string"},"projectConfigurationUuid":{"type":"string"},"commentId":{"description":"The ID of the comment.","type":"string"}},"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"permissions":{"description":"List of permissions.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"object","properties":{"deprecatedKey":{"description":"Indicate whether the permission key is deprecated. Note that deprecated keys cannot be used in the `permissions parameter of Get my permissions. Deprecated keys are not returned by Get all permissions.`","type":"boolean"},"description":{"description":"The description of the permission.","type":"string"},"havePermission":{"description":"Whether the permission is available to the user in the queried context.","type":"boolean"},"id":{"description":"The ID of the permission. Either `id` or `key` must be specified. Use [Get all permissions](#api-rest-api-3-permissions-get) to get the list of permissions.","type":"string"},"key":{"description":"The key of the permission. Either `id` or `key` must be specified. Use [Get all permissions](#api-rest-api-3-permissions-get) to get the list of permissions.","type":"string"},"name":{"description":"The name of the permission.","type":"string"},"type":{"description":"The type of the permission.","type":"string","enum":["GLOBAL","PROJECT"]}},"additionalProperties":false,"description":"Details of a permission and its availability to a user."}}},"additionalProperties":false,"description":"Details about permissions."}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"description":"The ID of the notification scheme. Use [Get notification schemes paginated](#api-rest-api-3-notificationscheme-get) to get a list of notification scheme IDs."},"expand":{"description":"Use [expand](#expansion) to include additional information in the response. This parameter accepts a comma-separated list. Expand options include:\n\n * `all` Returns all expandable information\n * `field` Returns information about any custom fields assigned to receive an event\n * `group` Returns information about any groups assigned to receive an event\n * `notificationSchemeEvents` Returns a list of event associations. This list is returned for all expandable information\n * `projectRole` Returns information about any project roles assigned to receive an event\n * `user` Returns information about any users assigned to receive an event","type":"string"}},"required":["id"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"description":{"description":"The description of the notification scheme.","type":"string"},"expand":{"description":"Expand options that include additional notification scheme details in the response.","type":"string"},"id":{"description":"The ID of the notification scheme.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"name":{"description":"The name of the notification scheme.","type":"string"},"notificationSchemeEvents":{"description":"The notification events and associated recipients.","type":"array","items":{"type":"object","properties":{"event":{"description":"Details about a notification event.","type":"object","properties":{"description":{"description":"The description of the event.","type":"string"},"id":{"description":"The ID of the event. The event can be a [Jira system event](https://confluence.atlassian.com/x/8YdKLg#Creatinganotificationscheme-eventsEvents) or a [custom event](https://confluence.atlassian.com/x/AIlKLg).","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"name":{"description":"The name of the event.","type":"string"},"templateEvent":{"description":"The template of the event. Only custom events configured by Jira administrators have template.","type":"object","properties":{"description":{"description":"The description of the event.","type":"string"},"id":{"description":"The ID of the event. The event can be a [Jira system event](https://confluence.atlassian.com/x/8YdKLg#Creatinganotificationscheme-eventsEvents) or a [custom event](https://confluence.atlassian.com/x/AIlKLg).","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"name":{"description":"The name of the event.","type":"string"},"templateEvent":{"description":"The template of the event. Only custom events configured by Jira administrators have template."}},"additionalProperties":false}},"additionalProperties":false},"notifications":{"type":"array","items":{"type":"object","properties":{"emailAddress":{"description":"The email address.","type":"string"},"expand":{"description":"Expand options that include additional event notification details in the response.","type":"string"},"field":{"description":"The custom user or group field.","type":"object","properties":{"clauseNames":{"description":"The names that can be used to reference the field in an advanced search. For more information, see [Advanced searching - fields reference](https://confluence.atlassian.com/x/gwORLQ).","type":"array","items":{"type":"string"}},"custom":{"description":"Whether the field is a custom field.","type":"boolean"},"id":{"description":"The ID of the field.","type":"string"},"key":{"description":"The key of the field.","type":"string"},"name":{"description":"The name of the field.","type":"string"},"navigable":{"description":"Whether the field can be used as a column on the issue navigator.","type":"boolean"},"orderable":{"description":"Whether the content of the field can be used to order lists.","type":"boolean"},"schema":{"description":"The data schema for the field.","type":"object","properties":{"configuration":{"description":"If the field is a custom field, the configuration of the field.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"custom":{"description":"If the field is a custom field, the URI of the field.","type":"string"},"customId":{"description":"If the field is a custom field, the custom ID of the field.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"items":{"description":"When the data type is an array, the name of the field items within the array.","type":"string"},"system":{"description":"If the field is a system field, the name of the field.","type":"string"},"type":{"type":"string","description":"The data type of the field."}},"required":["type"],"additionalProperties":false},"scope":{"description":"The scope of the field.","type":"object","properties":{"project":{"description":"The project the item has scope in.","type":"object","properties":{"avatarUrls":{"description":"The URLs of the project's avatars.","type":"object","properties":{"16x16":{"description":"The URL of the item's 16x16 pixel avatar.","type":"string","format":"uri"},"24x24":{"description":"The URL of the item's 24x24 pixel avatar.","type":"string","format":"uri"},"32x32":{"description":"The URL of the item's 32x32 pixel avatar.","type":"string","format":"uri"},"48x48":{"description":"The URL of the item's 48x48 pixel avatar.","type":"string","format":"uri"}},"additionalProperties":false},"id":{"description":"The ID of the project.","type":"string"},"key":{"description":"The key of the project.","type":"string"},"name":{"description":"The name of the project.","type":"string"},"projectCategory":{"description":"The category the project belongs to.","type":"object","properties":{"description":{"description":"The name of the project category.","type":"string"},"id":{"description":"The ID of the project category.","type":"string"},"name":{"description":"The description of the project category.","type":"string"},"self":{"description":"The URL of the project category.","type":"string"}},"additionalProperties":false},"projectTypeKey":{"description":"The [project type](https://confluence.atlassian.com/x/GwiiLQ#Jiraapplicationsoverview-Productfeaturesandprojecttypes) of the project.","type":"string","enum":["software","service_desk","business"]},"self":{"description":"The URL of the project details.","type":"string"},"simplified":{"description":"Whether or not the project is simplified.","type":"boolean"}},"additionalProperties":false},"type":{"description":"The type of scope.","type":"string","enum":["PROJECT","TEMPLATE"]}},"additionalProperties":false},"searchable":{"description":"Whether the content of the field can be searched.","type":"boolean"}},"additionalProperties":false},"group":{"description":"The specified group.","type":"object","properties":{"groupId":{"description":"The ID of the group, which uniquely identifies the group across all Atlassian products. For example, *952d12c3-5b5b-4d04-bb32-44d383afc4b2*.","anyOf":[{"type":"string"},{"type":"null"}]},"name":{"description":"The name of group.","type":"string"},"self":{"description":"The URL for these group details.","type":"string","format":"uri"}},"additionalProperties":false},"id":{"description":"The ID of the notification.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"notificationType":{"description":"Identifies the recipients of the notification.","type":"string","enum":["CurrentAssignee","Reporter","CurrentUser","ProjectLead","ComponentLead","User","Group","ProjectRole","EmailAddress","AllWatchers","UserCustomField","GroupCustomField"]},"parameter":{"description":"As a group's name can change, use of `recipient` is recommended. The identifier associated with the `notificationType` value that defines the receiver of the notification, where the receiver isn't implied by `notificationType` value. So, when `notificationType` is:\n\n * `User` The `parameter` is the user account ID.\n * `Group` The `parameter` is the group name.\n * `ProjectRole` The `parameter` is the project role ID.\n * `UserCustomField` The `parameter` is the ID of the custom field.\n * `GroupCustomField` The `parameter` is the ID of the custom field.","type":"string"},"projectRole":{"description":"The specified project role.","type":"object","properties":{"actors":{"description":"The list of users who act in this role.","type":"array","items":{"type":"object","properties":{"actorGroup":{"type":"object","properties":{"displayName":{"description":"The display name of the group.","type":"string"},"groupId":{"description":"The ID of the group.","type":"string"},"name":{"description":"The name of the group. As a group's name can change, use of `groupId` is recommended to identify the group.","type":"string"}},"additionalProperties":false},"actorUser":{"type":"object","properties":{"accountId":{"description":"The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*. Returns *unknown* if the record is deleted and corrupted, for example, as the result of a server import.","type":"string","maxLength":128}},"additionalProperties":false},"avatarUrl":{"description":"The avatar of the role actor.","type":"string","format":"uri"},"displayName":{"description":"The display name of the role actor. For users, depending on the user’s privacy setting, this may return an alternative value for the user's name.","type":"string"},"id":{"description":"The ID of the role actor.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"name":{"description":"This property is no longer available and will be removed from the documentation soon. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.","type":"string"},"type":{"description":"The type of role actor.","type":"string","enum":["atlassian-group-role-actor","atlassian-user-role-actor"]}},"additionalProperties":false}},"admin":{"description":"Whether this role is the admin role for the project.","type":"boolean"},"currentUserRole":{"description":"Whether the calling user is part of this role.","type":"boolean"},"default":{"description":"Whether this role is the default role for the project","type":"boolean"},"description":{"description":"The description of the project role.","type":"string"},"id":{"description":"The ID of the project role.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"name":{"description":"The name of the project role.","type":"string"},"roleConfigurable":{"description":"Whether the roles are configurable for this project.","type":"boolean"},"scope":{"description":"The scope of the role. Indicated for roles associated with [next-gen projects](https://confluence.atlassian.com/x/loMyO).","type":"object","properties":{"project":{"description":"The project the item has scope in.","type":"object","properties":{"avatarUrls":{"description":"The URLs of the project's avatars.","type":"object","properties":{"16x16":{"description":"The URL of the item's 16x16 pixel avatar.","type":"string","format":"uri"},"24x24":{"description":"The URL of the item's 24x24 pixel avatar.","type":"string","format":"uri"},"32x32":{"description":"The URL of the item's 32x32 pixel avatar.","type":"string","format":"uri"},"48x48":{"description":"The URL of the item's 48x48 pixel avatar.","type":"string","format":"uri"}},"additionalProperties":false},"id":{"description":"The ID of the project.","type":"string"},"key":{"description":"The key of the project.","type":"string"},"name":{"description":"The name of the project.","type":"string"},"projectCategory":{"description":"The category the project belongs to.","type":"object","properties":{"description":{"description":"The name of the project category.","type":"string"},"id":{"description":"The ID of the project category.","type":"string"},"name":{"description":"The description of the project category.","type":"string"},"self":{"description":"The URL of the project category.","type":"string"}},"additionalProperties":false},"projectTypeKey":{"description":"The [project type](https://confluence.atlassian.com/x/GwiiLQ#Jiraapplicationsoverview-Productfeaturesandprojecttypes) of the project.","type":"string","enum":["software","service_desk","business"]},"self":{"description":"The URL of the project details.","type":"string"},"simplified":{"description":"Whether or not the project is simplified.","type":"boolean"}},"additionalProperties":false},"type":{"description":"The type of scope.","type":"string","enum":["PROJECT","TEMPLATE"]}},"additionalProperties":false},"self":{"description":"The URL the project role details.","type":"string","format":"uri"},"translatedName":{"description":"The translated name of the project role.","type":"string"}},"additionalProperties":false},"recipient":{"description":"The identifier associated with the `notificationType` value that defines the receiver of the notification, where the receiver isn't implied by the `notificationType` value. So, when `notificationType` is:\n\n * `User`, `recipient` is the user account ID.\n * `Group`, `recipient` is the group ID.\n * `ProjectRole`, `recipient` is the project role ID.\n * `UserCustomField`, `recipient` is the ID of the custom field.\n * `GroupCustomField`, `recipient` is the ID of the custom field.","type":"string"},"user":{"description":"The specified user.","type":"object","properties":{"accountId":{"description":"The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*.","type":"string","maxLength":128},"accountType":{"description":"The type of account represented by this user. This will be one of 'atlassian' (normal users), 'app' (application user) or 'customer' (Jira Service Desk customer user)","type":"string"},"active":{"description":"Whether the user is active.","type":"boolean"},"avatarUrls":{"description":"The avatars of the user.","type":"object","properties":{"16x16":{"description":"The URL of the item's 16x16 pixel avatar.","type":"string","format":"uri"},"24x24":{"description":"The URL of the item's 24x24 pixel avatar.","type":"string","format":"uri"},"32x32":{"description":"The URL of the item's 32x32 pixel avatar.","type":"string","format":"uri"},"48x48":{"description":"The URL of the item's 48x48 pixel avatar.","type":"string","format":"uri"}},"additionalProperties":false},"displayName":{"description":"The display name of the user. Depending on the user’s privacy settings, this may return an alternative value.","type":"string"},"emailAddress":{"description":"The email address of the user. Depending on the user’s privacy settings, this may be returned as null.","type":"string"},"key":{"description":"This property is no longer available and will be removed from the documentation soon. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.","type":"string"},"name":{"description":"This property is no longer available and will be removed from the documentation soon. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.","type":"string"},"self":{"description":"The URL of the user.","type":"string"},"timeZone":{"description":"The time zone specified in the user's profile. Depending on the user’s privacy settings, this may be returned as null.","type":"string"}},"additionalProperties":false}},"additionalProperties":false}}},"additionalProperties":false}},"projects":{"description":"The list of project IDs associated with the notification scheme.","type":"array","items":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"scope":{"description":"The scope of the notification scheme.","type":"object","properties":{"project":{"description":"The project the item has scope in.","type":"object","properties":{"avatarUrls":{"description":"The URLs of the project's avatars.","type":"object","properties":{"16x16":{"description":"The URL of the item's 16x16 pixel avatar.","type":"string","format":"uri"},"24x24":{"description":"The URL of the item's 24x24 pixel avatar.","type":"string","format":"uri"},"32x32":{"description":"The URL of the item's 32x32 pixel avatar.","type":"string","format":"uri"},"48x48":{"description":"The URL of the item's 48x48 pixel avatar.","type":"string","format":"uri"}},"additionalProperties":false},"id":{"description":"The ID of the project.","type":"string"},"key":{"description":"The key of the project.","type":"string"},"name":{"description":"The name of the project.","type":"string"},"projectCategory":{"description":"The category the project belongs to.","type":"object","properties":{"description":{"description":"The name of the project category.","type":"string"},"id":{"description":"The ID of the project category.","type":"string"},"name":{"description":"The description of the project category.","type":"string"},"self":{"description":"The URL of the project category.","type":"string"}},"additionalProperties":false},"projectTypeKey":{"description":"The [project type](https://confluence.atlassian.com/x/GwiiLQ#Jiraapplicationsoverview-Productfeaturesandprojecttypes) of the project.","type":"string","enum":["software","service_desk","business"]},"self":{"description":"The URL of the project details.","type":"string"},"simplified":{"description":"Whether or not the project is simplified.","type":"boolean"}},"additionalProperties":false},"type":{"description":"The type of scope.","type":"string","enum":["PROJECT","TEMPLATE"]}},"additionalProperties":false},"self":{"type":"string"}},"additionalProperties":false,"description":"Details about a notification scheme."}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"startAt":{"default":"0","description":"The index of the first item to return in a page of results (page offset).","type":"string"},"maxResults":{"default":"50","description":"The maximum number of items to return per page.","type":"string"},"notificationSchemeId":{"description":"The list of notifications scheme IDs to be filtered out","type":"array","items":{"type":"string"}},"projectId":{"description":"The list of project IDs to be filtered out","type":"array","items":{"type":"string"}}},"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"isLast":{"description":"Whether this is the last page.","type":"boolean"},"maxResults":{"description":"The maximum number of items that could be returned.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"nextPage":{"description":"If there is another page of results, the URL of the next page.","type":"string","format":"uri"},"self":{"description":"The URL of the page.","type":"string","format":"uri"},"startAt":{"description":"The index of the first item returned.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"total":{"description":"The number of items returned.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"values":{"description":"The list of items.","type":"array","items":{"type":"object","properties":{"notificationSchemeId":{"type":"string"},"projectId":{"type":"string"}},"additionalProperties":false}}},"additionalProperties":false,"description":"A page of items."}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"startAt":{"default":"0","description":"The index of the first item to return in a page of results (page offset).","type":"string"},"maxResults":{"default":"50","description":"The maximum number of items to return per page.","type":"string"},"id":{"description":"The list of notification schemes IDs to be filtered by","type":"array","items":{"type":"string"}},"projectId":{"description":"The list of projects IDs to be filtered by","type":"array","items":{"type":"string"}},"onlyDefault":{"default":false,"description":"When set to true, returns only the default notification scheme. If you provide project IDs not associated with the default, returns an empty page. The default value is false.","type":"boolean"},"expand":{"description":"Use [expand](#expansion) to include additional information in the response. This parameter accepts a comma-separated list. Expand options include:\n\n * `all` Returns all expandable information\n * `field` Returns information about any custom fields assigned to receive an event\n * `group` Returns information about any groups assigned to receive an event\n * `notificationSchemeEvents` Returns a list of event associations. This list is returned for all expandable information\n * `projectRole` Returns information about any project roles assigned to receive an event\n * `user` Returns information about any users assigned to receive an event","type":"string"}},"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"isLast":{"description":"Whether this is the last page.","type":"boolean"},"maxResults":{"description":"The maximum number of items that could be returned.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"nextPage":{"description":"If there is another page of results, the URL of the next page.","type":"string","format":"uri"},"self":{"description":"The URL of the page.","type":"string","format":"uri"},"startAt":{"description":"The index of the first item returned.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"total":{"description":"The number of items returned.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"values":{"description":"The list of items.","type":"array","items":{"type":"object","properties":{"description":{"description":"The description of the notification scheme.","type":"string"},"expand":{"description":"Expand options that include additional notification scheme details in the response.","type":"string"},"id":{"description":"The ID of the notification scheme.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"name":{"description":"The name of the notification scheme.","type":"string"},"notificationSchemeEvents":{"description":"The notification events and associated recipients.","type":"array","items":{"type":"object","properties":{"event":{"description":"Details about a notification event.","type":"object","properties":{"description":{"description":"The description of the event.","type":"string"},"id":{"description":"The ID of the event. The event can be a [Jira system event](https://confluence.atlassian.com/x/8YdKLg#Creatinganotificationscheme-eventsEvents) or a [custom event](https://confluence.atlassian.com/x/AIlKLg).","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"name":{"description":"The name of the event.","type":"string"},"templateEvent":{"description":"The template of the event. Only custom events configured by Jira administrators have template.","type":"object","properties":{"description":{"description":"The description of the event.","type":"string"},"id":{"description":"The ID of the event. The event can be a [Jira system event](https://confluence.atlassian.com/x/8YdKLg#Creatinganotificationscheme-eventsEvents) or a [custom event](https://confluence.atlassian.com/x/AIlKLg).","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"name":{"description":"The name of the event.","type":"string"},"templateEvent":{"description":"The template of the event. Only custom events configured by Jira administrators have template."}},"additionalProperties":false}},"additionalProperties":false},"notifications":{"type":"array","items":{"type":"object","properties":{"emailAddress":{"description":"The email address.","type":"string"},"expand":{"description":"Expand options that include additional event notification details in the response.","type":"string"},"field":{"description":"The custom user or group field.","type":"object","properties":{"clauseNames":{"description":"The names that can be used to reference the field in an advanced search. For more information, see [Advanced searching - fields reference](https://confluence.atlassian.com/x/gwORLQ).","type":"array","items":{"type":"string"}},"custom":{"description":"Whether the field is a custom field.","type":"boolean"},"id":{"description":"The ID of the field.","type":"string"},"key":{"description":"The key of the field.","type":"string"},"name":{"description":"The name of the field.","type":"string"},"navigable":{"description":"Whether the field can be used as a column on the issue navigator.","type":"boolean"},"orderable":{"description":"Whether the content of the field can be used to order lists.","type":"boolean"},"schema":{"description":"The data schema for the field.","type":"object","properties":{"configuration":{"description":"If the field is a custom field, the configuration of the field.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"custom":{"description":"If the field is a custom field, the URI of the field.","type":"string"},"customId":{"description":"If the field is a custom field, the custom ID of the field.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"items":{"description":"When the data type is an array, the name of the field items within the array.","type":"string"},"system":{"description":"If the field is a system field, the name of the field.","type":"string"},"type":{"type":"string","description":"The data type of the field."}},"required":["type"],"additionalProperties":false},"scope":{"description":"The scope of the field.","type":"object","properties":{"project":{"description":"The project the item has scope in.","type":"object","properties":{"avatarUrls":{"description":"The URLs of the project's avatars.","type":"object","properties":{"16x16":{"description":"The URL of the item's 16x16 pixel avatar."},"24x24":{"description":"The URL of the item's 24x24 pixel avatar."},"32x32":{"description":"The URL of the item's 32x32 pixel avatar."},"48x48":{"description":"The URL of the item's 48x48 pixel avatar."}},"additionalProperties":false},"id":{"description":"The ID of the project.","type":"string"},"key":{"description":"The key of the project.","type":"string"},"name":{"description":"The name of the project.","type":"string"},"projectCategory":{"description":"The category the project belongs to.","type":"object","properties":{"description":{"description":"The name of the project category."},"id":{"description":"The ID of the project category."},"name":{"description":"The description of the project category."},"self":{"description":"The URL of the project category."}},"additionalProperties":false},"projectTypeKey":{"description":"The [project type](https://confluence.atlassian.com/x/GwiiLQ#Jiraapplicationsoverview-Productfeaturesandprojecttypes) of the project.","type":"string","enum":["software","service_desk","business"]},"self":{"description":"The URL of the project details.","type":"string"},"simplified":{"description":"Whether or not the project is simplified.","type":"boolean"}},"additionalProperties":false},"type":{"description":"The type of scope.","type":"string","enum":["PROJECT","TEMPLATE"]}},"additionalProperties":false},"searchable":{"description":"Whether the content of the field can be searched.","type":"boolean"}},"additionalProperties":false},"group":{"description":"The specified group.","type":"object","properties":{"groupId":{"description":"The ID of the group, which uniquely identifies the group across all Atlassian products. For example, *952d12c3-5b5b-4d04-bb32-44d383afc4b2*.","anyOf":[{"type":"string"},{"type":"null"}]},"name":{"description":"The name of group.","type":"string"},"self":{"description":"The URL for these group details.","type":"string","format":"uri"}},"additionalProperties":false},"id":{"description":"The ID of the notification.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"notificationType":{"description":"Identifies the recipients of the notification.","type":"string","enum":["CurrentAssignee","Reporter","CurrentUser","ProjectLead","ComponentLead","User","Group","ProjectRole","EmailAddress","AllWatchers","UserCustomField","GroupCustomField"]},"parameter":{"description":"As a group's name can change, use of `recipient` is recommended. The identifier associated with the `notificationType` value that defines the receiver of the notification, where the receiver isn't implied by `notificationType` value. So, when `notificationType` is:\n\n * `User` The `parameter` is the user account ID.\n * `Group` The `parameter` is the group name.\n * `ProjectRole` The `parameter` is the project role ID.\n * `UserCustomField` The `parameter` is the ID of the custom field.\n * `GroupCustomField` The `parameter` is the ID of the custom field.","type":"string"},"projectRole":{"description":"The specified project role.","type":"object","properties":{"actors":{"description":"The list of users who act in this role.","type":"array","items":{"type":"object","properties":{"actorGroup":{"type":"object","properties":{"displayName":{"description":"The display name of the group."},"groupId":{"description":"The ID of the group."},"name":{"description":"The name of the group. As a group's name can change, use of `groupId` is recommended to identify the group."}},"additionalProperties":false},"actorUser":{"type":"object","properties":{"accountId":{"description":"The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*. Returns *unknown* if the record is deleted and corrupted, for example, as the result of a server import."}},"additionalProperties":false},"avatarUrl":{"description":"The avatar of the role actor.","type":"string","format":"uri"},"displayName":{"description":"The display name of the role actor. For users, depending on the user’s privacy setting, this may return an alternative value for the user's name.","type":"string"},"id":{"description":"The ID of the role actor.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"name":{"description":"This property is no longer available and will be removed from the documentation soon. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.","type":"string"},"type":{"description":"The type of role actor.","type":"string","enum":["atlassian-group-role-actor","atlassian-user-role-actor"]}},"additionalProperties":false}},"admin":{"description":"Whether this role is the admin role for the project.","type":"boolean"},"currentUserRole":{"description":"Whether the calling user is part of this role.","type":"boolean"},"default":{"description":"Whether this role is the default role for the project","type":"boolean"},"description":{"description":"The description of the project role.","type":"string"},"id":{"description":"The ID of the project role.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"name":{"description":"The name of the project role.","type":"string"},"roleConfigurable":{"description":"Whether the roles are configurable for this project.","type":"boolean"},"scope":{"description":"The scope of the role. Indicated for roles associated with [next-gen projects](https://confluence.atlassian.com/x/loMyO).","type":"object","properties":{"project":{"description":"The project the item has scope in.","type":"object","properties":{"avatarUrls":{"description":"The URLs of the project's avatars.","type":"object","properties":{"16x16":{"description":"The URL of the item's 16x16 pixel avatar."},"24x24":{"description":"The URL of the item's 24x24 pixel avatar."},"32x32":{"description":"The URL of the item's 32x32 pixel avatar."},"48x48":{"description":"The URL of the item's 48x48 pixel avatar."}},"additionalProperties":false},"id":{"description":"The ID of the project.","type":"string"},"key":{"description":"The key of the project.","type":"string"},"name":{"description":"The name of the project.","type":"string"},"projectCategory":{"description":"The category the project belongs to.","type":"object","properties":{"description":{"description":"The name of the project category."},"id":{"description":"The ID of the project category."},"name":{"description":"The description of the project category."},"self":{"description":"The URL of the project category."}},"additionalProperties":false},"projectTypeKey":{"description":"The [project type](https://confluence.atlassian.com/x/GwiiLQ#Jiraapplicationsoverview-Productfeaturesandprojecttypes) of the project.","type":"string","enum":["software","service_desk","business"]},"self":{"description":"The URL of the project details.","type":"string"},"simplified":{"description":"Whether or not the project is simplified.","type":"boolean"}},"additionalProperties":false},"type":{"description":"The type of scope.","type":"string","enum":["PROJECT","TEMPLATE"]}},"additionalProperties":false},"self":{"description":"The URL the project role details.","type":"string","format":"uri"},"translatedName":{"description":"The translated name of the project role.","type":"string"}},"additionalProperties":false},"recipient":{"description":"The identifier associated with the `notificationType` value that defines the receiver of the notification, where the receiver isn't implied by the `notificationType` value. So, when `notificationType` is:\n\n * `User`, `recipient` is the user account ID.\n * `Group`, `recipient` is the group ID.\n * `ProjectRole`, `recipient` is the project role ID.\n * `UserCustomField`, `recipient` is the ID of the custom field.\n * `GroupCustomField`, `recipient` is the ID of the custom field.","type":"string"},"user":{"description":"The specified user.","type":"object","properties":{"accountId":{"description":"The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*.","type":"string","maxLength":128},"accountType":{"description":"The type of account represented by this user. This will be one of 'atlassian' (normal users), 'app' (application user) or 'customer' (Jira Service Desk customer user)","type":"string"},"active":{"description":"Whether the user is active.","type":"boolean"},"avatarUrls":{"description":"The avatars of the user.","type":"object","properties":{"16x16":{"description":"The URL of the item's 16x16 pixel avatar.","type":"string","format":"uri"},"24x24":{"description":"The URL of the item's 24x24 pixel avatar.","type":"string","format":"uri"},"32x32":{"description":"The URL of the item's 32x32 pixel avatar.","type":"string","format":"uri"},"48x48":{"description":"The URL of the item's 48x48 pixel avatar.","type":"string","format":"uri"}},"additionalProperties":false},"displayName":{"description":"The display name of the user. Depending on the user’s privacy settings, this may return an alternative value.","type":"string"},"emailAddress":{"description":"The email address of the user. Depending on the user’s privacy settings, this may be returned as null.","type":"string"},"key":{"description":"This property is no longer available and will be removed from the documentation soon. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.","type":"string"},"name":{"description":"This property is no longer available and will be removed from the documentation soon. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.","type":"string"},"self":{"description":"The URL of the user.","type":"string"},"timeZone":{"description":"The time zone specified in the user's profile. Depending on the user’s privacy settings, this may be returned as null.","type":"string"}},"additionalProperties":false}},"additionalProperties":false}}},"additionalProperties":false}},"projects":{"description":"The list of project IDs associated with the notification scheme.","type":"array","items":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"scope":{"description":"The scope of the notification scheme.","type":"object","properties":{"project":{"description":"The project the item has scope in.","type":"object","properties":{"avatarUrls":{"description":"The URLs of the project's avatars.","type":"object","properties":{"16x16":{"description":"The URL of the item's 16x16 pixel avatar.","type":"string","format":"uri"},"24x24":{"description":"The URL of the item's 24x24 pixel avatar.","type":"string","format":"uri"},"32x32":{"description":"The URL of the item's 32x32 pixel avatar.","type":"string","format":"uri"},"48x48":{"description":"The URL of the item's 48x48 pixel avatar.","type":"string","format":"uri"}},"additionalProperties":false},"id":{"description":"The ID of the project.","type":"string"},"key":{"description":"The key of the project.","type":"string"},"name":{"description":"The name of the project.","type":"string"},"projectCategory":{"description":"The category the project belongs to.","type":"object","properties":{"description":{"description":"The name of the project category.","type":"string"},"id":{"description":"The ID of the project category.","type":"string"},"name":{"description":"The description of the project category.","type":"string"},"self":{"description":"The URL of the project category.","type":"string"}},"additionalProperties":false},"projectTypeKey":{"description":"The [project type](https://confluence.atlassian.com/x/GwiiLQ#Jiraapplicationsoverview-Productfeaturesandprojecttypes) of the project.","type":"string","enum":["software","service_desk","business"]},"self":{"description":"The URL of the project details.","type":"string"},"simplified":{"description":"Whether or not the project is simplified.","type":"boolean"}},"additionalProperties":false},"type":{"description":"The type of scope.","type":"string","enum":["PROJECT","TEMPLATE"]}},"additionalProperties":false},"self":{"type":"string"}},"additionalProperties":false}}},"additionalProperties":false,"description":"A page of items."}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"fieldId":{"type":"string","description":"The ID of the custom field."},"contextId":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"description":"The ID of the context."},"optionId":{"description":"The ID of the option.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"onlyOptions":{"default":false,"description":"Whether only options are returned.","type":"boolean"},"startAt":{"default":0,"description":"The index of the first item to return in a page of results (page offset).","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"maxResults":{"default":100,"description":"The maximum number of items to return per page.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["fieldId","contextId"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"isLast":{"description":"Whether this is the last page.","type":"boolean"},"maxResults":{"description":"The maximum number of items that could be returned.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"nextPage":{"description":"If there is another page of results, the URL of the next page.","type":"string","format":"uri"},"self":{"description":"The URL of the page.","type":"string","format":"uri"},"startAt":{"description":"The index of the first item returned.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"total":{"description":"The number of items returned.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"values":{"description":"The list of items.","type":"array","items":{"type":"object","properties":{"disabled":{"type":"boolean","description":"Whether the option is disabled."},"id":{"type":"string","description":"The ID of the custom field option."},"optionId":{"description":"For cascading options, the ID of the custom field option containing the cascading option.","type":"string"},"value":{"type":"string","description":"The value of the custom field option."}},"required":["disabled","id","value"],"additionalProperties":false}}},"additionalProperties":false,"description":"A page of items."}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"schemeId":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"description":"The ID of the permission scheme."},"permissionId":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"description":"The ID of the permission grant."},"expand":{"description":"Use expand to include additional information in the response. This parameter accepts a comma-separated list. Note that permissions are always included when you specify any value. Expand options include:\n\n * `all` Returns all expandable information.\n * `field` Returns information about the custom field granted the permission.\n * `group` Returns information about the group that is granted the permission.\n * `permissions` Returns all permission grants for each permission scheme.\n * `projectRole` Returns information about the project role granted the permission.\n * `user` Returns information about the user who is granted the permission.","type":"string"}},"required":["schemeId","permissionId"],"additionalProperties":false}
|