@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":"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*. Required in requests.","type":"string","maxLength":128},"accountType":{"description":"The user account type. Can take the following values:\n\n * `atlassian` regular Atlassian user account\n * `app` system account used for Connect applications and OAuth to represent external systems\n * `customer` Jira Service Desk account representing an external service desk","type":"string","enum":["atlassian","app","customer","unknown"]},"active":{"description":"Whether the user is active.","type":"boolean"},"applicationRoles":{"description":"The application roles the user is assigned to.","type":"object","properties":{"callback":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"items":{"type":"array","items":{"type":"object","properties":{"defaultGroups":{"description":"The groups that are granted default access for this application role. As a group's name can change, use of `defaultGroupsDetails` is recommended to identify a groups.","type":"array","items":{"type":"string"}},"defaultGroupsDetails":{"description":"The groups that are granted default access for this application role.","type":"array","items":{"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}},"defined":{"description":"Deprecated.","type":"boolean"},"groupDetails":{"description":"The groups associated with the application role.","type":"array","items":{"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}},"groups":{"description":"The groups associated with the application role. As a group's name can change, use of `groupDetails` is recommended to identify a groups.","type":"array","items":{"type":"string"}},"hasUnlimitedSeats":{"type":"boolean"},"key":{"description":"The key of the application role.","type":"string"},"name":{"description":"The display name of the application role.","type":"string"},"numberOfSeats":{"description":"The maximum count of users on your license.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"platform":{"description":"Indicates if the application role belongs to Jira platform (`jira-core`).","type":"boolean"},"remainingSeats":{"description":"The count of users remaining on your license.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"selectedByDefault":{"description":"Determines whether this application role should be selected by default on user creation.","type":"boolean"},"userCount":{"description":"The number of users counting against your license.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"userCountDescription":{"description":"The [type of users](https://confluence.atlassian.com/x/lRW3Ng) being counted against your license.","type":"string"}},"additionalProperties":false}},"max-results":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"pagingCallback":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"size":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"additionalProperties":false},"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 setting, this may return an alternative value.","type":"string"},"emailAddress":{"description":"The email address of the user. Depending on the user’s privacy setting, this may be returned as null.","type":"string"},"expand":{"description":"Expand options that include additional user details in the response.","type":"string"},"groups":{"description":"The groups that the user belongs to.","type":"object","properties":{"callback":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"items":{"type":"array","items":{"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}},"max-results":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"pagingCallback":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"size":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"additionalProperties":false},"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"},"locale":{"description":"The locale of the user. Depending on the user’s privacy setting, this may be returned as null.","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","format":"uri"},"timeZone":{"description":"The time zone specified in the user's profile. Depending on the user’s privacy setting, this may be returned as null.","type":"string"}},"additionalProperties":false}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"query":{"description":"A query string that is matched against user attributes, such as `displayName` and `emailAddress`, to find relevant users. The string can match the prefix of the attribute's value. For example, *query=john* matches a user with a `displayName` of *John Smith* and a user with an `emailAddress` of *johnson@example.com*. Required, unless `accountId` is specified.","type":"string"},"username":{"description":"This parameter is no longer available. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.","type":"string"},"accountId":{"description":"A query string that is matched exactly against user `accountId`. Required, unless `query` is specified.","type":"string","maxLength":128},"permissions":{"type":"string","description":"A comma separated list of permissions. Permissions can be specified as any:\n\n * permission returned by [Get all permissions](#api-rest-api-3-permissions-get).\n * custom project permission added by Connect apps.\n * (deprecated) one of the following:\n \n * ASSIGNABLE\\_USER\n * ASSIGN\\_ISSUE\n * ATTACHMENT\\_DELETE\\_ALL\n * ATTACHMENT\\_DELETE\\_OWN\n * BROWSE\n * CLOSE\\_ISSUE\n * COMMENT\\_DELETE\\_ALL\n * COMMENT\\_DELETE\\_OWN\n * COMMENT\\_EDIT\\_ALL\n * COMMENT\\_EDIT\\_OWN\n * COMMENT\\_ISSUE\n * CREATE\\_ATTACHMENT\n * CREATE\\_ISSUE\n * DELETE\\_ISSUE\n * EDIT\\_ISSUE\n * LINK\\_ISSUE\n * MANAGE\\_WATCHER\\_LIST\n * MODIFY\\_REPORTER\n * MOVE\\_ISSUE\n * PROJECT\\_ADMIN\n * RESOLVE\\_ISSUE\n * SCHEDULE\\_ISSUE\n * SET\\_ISSUE\\_SECURITY\n * TRANSITION\\_ISSUE\n * VIEW\\_VERSION\\_CONTROL\n * VIEW\\_VOTERS\\_AND\\_WATCHERS\n * VIEW\\_WORKFLOW\\_READONLY\n * WORKLOG\\_DELETE\\_ALL\n * WORKLOG\\_DELETE\\_OWN\n * WORKLOG\\_EDIT\\_ALL\n * WORKLOG\\_EDIT\\_OWN\n * WORK\\_ISSUE"},"issueKey":{"description":"The issue key for the issue.","type":"string"},"projectKey":{"description":"The project key for the project (case sensitive).","type":"string"},"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":["permissions"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","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*. Required in requests.","type":"string","maxLength":128},"accountType":{"description":"The user account type. Can take the following values:\n\n * `atlassian` regular Atlassian user account\n * `app` system account used for Connect applications and OAuth to represent external systems\n * `customer` Jira Service Desk account representing an external service desk","type":"string","enum":["atlassian","app","customer","unknown"]},"active":{"description":"Whether the user is active.","type":"boolean"},"applicationRoles":{"description":"The application roles the user is assigned to.","type":"object","properties":{"callback":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"items":{"type":"array","items":{"type":"object","properties":{"defaultGroups":{"description":"The groups that are granted default access for this application role. As a group's name can change, use of `defaultGroupsDetails` is recommended to identify a groups.","type":"array","items":{"type":"string"}},"defaultGroupsDetails":{"description":"The groups that are granted default access for this application role.","type":"array","items":{"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}},"defined":{"description":"Deprecated.","type":"boolean"},"groupDetails":{"description":"The groups associated with the application role.","type":"array","items":{"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}},"groups":{"description":"The groups associated with the application role. As a group's name can change, use of `groupDetails` is recommended to identify a groups.","type":"array","items":{"type":"string"}},"hasUnlimitedSeats":{"type":"boolean"},"key":{"description":"The key of the application role.","type":"string"},"name":{"description":"The display name of the application role.","type":"string"},"numberOfSeats":{"description":"The maximum count of users on your license.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"platform":{"description":"Indicates if the application role belongs to Jira platform (`jira-core`).","type":"boolean"},"remainingSeats":{"description":"The count of users remaining on your license.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"selectedByDefault":{"description":"Determines whether this application role should be selected by default on user creation.","type":"boolean"},"userCount":{"description":"The number of users counting against your license.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"userCountDescription":{"description":"The [type of users](https://confluence.atlassian.com/x/lRW3Ng) being counted against your license.","type":"string"}},"additionalProperties":false}},"max-results":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"pagingCallback":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"size":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"additionalProperties":false},"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 setting, this may return an alternative value.","type":"string"},"emailAddress":{"description":"The email address of the user. Depending on the user’s privacy setting, this may be returned as null.","type":"string"},"expand":{"description":"Expand options that include additional user details in the response.","type":"string"},"groups":{"description":"The groups that the user belongs to.","type":"object","properties":{"callback":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"items":{"type":"array","items":{"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}},"max-results":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"pagingCallback":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"size":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"additionalProperties":false},"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"},"locale":{"description":"The locale of the user. Depending on the user’s privacy setting, this may be returned as null.","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","format":"uri"},"timeZone":{"description":"The time zone specified in the user's profile. Depending on the user’s privacy setting, this may be returned as null.","type":"string"}},"additionalProperties":false}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"query":{"description":"A query string that is matched against user attributes, such as `displayName` and `emailAddress`, to find relevant users. The string can match the prefix of the attribute's value. For example, *query=john* matches a user with a `displayName` of *John Smith* and a user with an `emailAddress` of *johnson@example.com*. Required, unless `accountId` is specified.","type":"string"},"username":{"description":"This parameter is no longer available. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.","type":"string"},"accountId":{"description":"A query string that is matched exactly against user `accountId`. Required, unless `query` is specified.","type":"string","maxLength":128},"issueKey":{"description":"The issue key for the issue. Required, unless `projectKey` is specified.","type":"string"},"projectKey":{"description":"The project key for the project (case sensitive). Required, unless `issueKey` is specified.","type":"string"},"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}},"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","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*. Required in requests.","type":"string","maxLength":128},"accountType":{"description":"The user account type. Can take the following values:\n\n * `atlassian` regular Atlassian user account\n * `app` system account used for Connect applications and OAuth to represent external systems\n * `customer` Jira Service Desk account representing an external service desk","type":"string","enum":["atlassian","app","customer","unknown"]},"active":{"description":"Whether the user is active.","type":"boolean"},"applicationRoles":{"description":"The application roles the user is assigned to.","type":"object","properties":{"callback":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"items":{"type":"array","items":{"type":"object","properties":{"defaultGroups":{"description":"The groups that are granted default access for this application role. As a group's name can change, use of `defaultGroupsDetails` is recommended to identify a groups.","type":"array","items":{"type":"string"}},"defaultGroupsDetails":{"description":"The groups that are granted default access for this application role.","type":"array","items":{"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}},"defined":{"description":"Deprecated.","type":"boolean"},"groupDetails":{"description":"The groups associated with the application role.","type":"array","items":{"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}},"groups":{"description":"The groups associated with the application role. As a group's name can change, use of `groupDetails` is recommended to identify a groups.","type":"array","items":{"type":"string"}},"hasUnlimitedSeats":{"type":"boolean"},"key":{"description":"The key of the application role.","type":"string"},"name":{"description":"The display name of the application role.","type":"string"},"numberOfSeats":{"description":"The maximum count of users on your license.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"platform":{"description":"Indicates if the application role belongs to Jira platform (`jira-core`).","type":"boolean"},"remainingSeats":{"description":"The count of users remaining on your license.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"selectedByDefault":{"description":"Determines whether this application role should be selected by default on user creation.","type":"boolean"},"userCount":{"description":"The number of users counting against your license.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"userCountDescription":{"description":"The [type of users](https://confluence.atlassian.com/x/lRW3Ng) being counted against your license.","type":"string"}},"additionalProperties":false}},"max-results":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"pagingCallback":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"size":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"additionalProperties":false},"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 setting, this may return an alternative value.","type":"string"},"emailAddress":{"description":"The email address of the user. Depending on the user’s privacy setting, this may be returned as null.","type":"string"},"expand":{"description":"Expand options that include additional user details in the response.","type":"string"},"groups":{"description":"The groups that the user belongs to.","type":"object","properties":{"callback":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"items":{"type":"array","items":{"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}},"max-results":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"pagingCallback":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"size":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"additionalProperties":false},"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"},"locale":{"description":"The locale of the user. Depending on the user’s privacy setting, this may be returned as null.","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","format":"uri"},"timeZone":{"description":"The time zone specified in the user's profile. Depending on the user’s privacy setting, this may be returned as null.","type":"string"}},"additionalProperties":false}}
|
|
@@ -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 project role. Use [Get all project roles](#api-rest-api-3-role-get) to get a list of project role IDs."},"description":{"description":"A description of the project role. Required when fully updating a project role. Optional when creating or partially updating a project role.","type":"string"},"name":{"description":"The name of the project role. Must be unique. Cannot begin or end with whitespace. The maximum length is 255 characters. Required when creating a project role. Optional when partially updating a project role.","type":"string"}},"required":["id"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","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,"description":"Details about the roles in a project."}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"projectTypeKey":{"type":"string","enum":["software","service_desk","business","product_discovery"],"description":"The key of the project type."}},"required":["projectTypeKey"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"color":{"description":"The color of the project type.","type":"string"},"descriptionI18nKey":{"description":"The key of the project type's description.","type":"string"},"formattedKey":{"description":"The formatted key of the project type.","type":"string"},"icon":{"description":"The icon of the project type.","type":"string"},"key":{"description":"The key of the project type.","type":"string"}},"additionalProperties":false,"description":"Details about a project type."}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"array","items":{"type":"object","properties":{"allowedValues":{"description":"The allowed values, if applicable.","type":"array","items":{"type":"string"}},"defaultValue":{"description":"The default value of the application property.","type":"string"},"desc":{"description":"The description of the application property.","type":"string"},"example":{"type":"string"},"id":{"description":"The ID of the application property. The ID and key are the same.","type":"string"},"key":{"description":"The key of the application property. The ID and key are the same.","type":"string"},"name":{"description":"The name of the application property.","type":"string"},"type":{"description":"The data type of the application property.","type":"string"},"value":{"description":"The new value.","type":"string"}},"additionalProperties":false}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"array","items":{"type":"object","properties":{"color":{"description":"The color of the project type.","type":"string"},"descriptionI18nKey":{"description":"The key of the project type's description.","type":"string"},"formattedKey":{"description":"The formatted key of the project type.","type":"string"},"icon":{"description":"The icon of the project type.","type":"string"},"key":{"description":"The key of the project type.","type":"string"}},"additionalProperties":false}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"array","items":{"type":"object","properties":{"defaultGroups":{"description":"The groups that are granted default access for this application role. As a group's name can change, use of `defaultGroupsDetails` is recommended to identify a groups.","type":"array","items":{"type":"string"}},"defaultGroupsDetails":{"description":"The groups that are granted default access for this application role.","type":"array","items":{"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}},"defined":{"description":"Deprecated.","type":"boolean"},"groupDetails":{"description":"The groups associated with the application role.","type":"array","items":{"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}},"groups":{"description":"The groups associated with the application role. As a group's name can change, use of `groupDetails` is recommended to identify a groups.","type":"array","items":{"type":"string"}},"hasUnlimitedSeats":{"type":"boolean"},"key":{"description":"The key of the application role.","type":"string"},"name":{"description":"The display name of the application role.","type":"string"},"numberOfSeats":{"description":"The maximum count of users on your license.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"platform":{"description":"Indicates if the application role belongs to Jira platform (`jira-core`).","type":"boolean"},"remainingSeats":{"description":"The count of users remaining on your license.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"selectedByDefault":{"description":"Determines whether this application role should be selected by default on user creation.","type":"boolean"},"userCount":{"description":"The number of users counting against your license.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"userCountDescription":{"description":"The [type of users](https://confluence.atlassian.com/x/lRW3Ng) being counted against your license.","type":"string"}},"additionalProperties":false}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"gadgets":{"type":"array","items":{"type":"object","properties":{"moduleKey":{"description":"The module key of the gadget type.","type":"string"},"title":{"type":"string","description":"The title of the gadget."},"uri":{"description":"The URI of the gadget type.","type":"string"}},"required":["title"],"additionalProperties":false},"description":"The list of available gadgets."}},"required":["gadgets"],"additionalProperties":false,"description":"The list of available gadgets."}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"filter":{"description":"The filter applied to the list of dashboards. Valid values are:\n\n * `favourite` Returns dashboards the user has marked as favorite.\n * `my` Returns dashboards owned by the user.","type":"string","enum":["my","favourite"]},"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":20,"description":"The maximum number of items to return per page.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"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":{"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 field configuration 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}}},"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 field configuration scheme.","type":"string"},"id":{"type":"string","description":"The ID of the field configuration scheme."},"name":{"type":"string","description":"The name of the field configuration 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":{"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 field configuration 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}},"isDefault":{"default":false,"description":"If *true* returns default field configurations only.","type":"boolean"},"query":{"default":"","description":"The query string used to match against field configuration names and descriptions.","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 field configuration.","type":"string","maxLength":255},"name":{"type":"string","maxLength":255,"description":"The name of the field configuration. Must be unique."}},"required":["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":{"dashboardId":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"description":"The ID of the dashboard."},"moduleKey":{"description":"The list of gadgets module keys. To include multiple module keys, separate module keys with ampersand: `moduleKey=key:one&moduleKey=key:two`.","type":"array","items":{"type":"string"}},"uri":{"description":"The list of gadgets URIs. To include multiple URIs, separate URIs with ampersand: `uri=/rest/example/uri/1&uri=/rest/example/uri/2`.","type":"array","items":{"type":"string"}},"gadgetId":{"description":"The list of gadgets IDs. To include multiple IDs, separate IDs with ampersand: `gadgetId=10000&gadgetId=10001`.","type":"array","items":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}}},"required":["dashboardId"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"gadgets":{"type":"array","items":{"type":"object","properties":{"color":{"type":"string","enum":["blue","red","yellow","green","cyan","purple","gray","white"],"description":"The color of the gadget. Should be one of `blue`, `red`, `yellow`, `green`, `cyan`, `purple`, `gray`, or `white`."},"id":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"description":"The ID of the gadget instance."},"moduleKey":{"description":"The module key of the gadget type.","type":"string"},"position":{"type":"object","properties":{"The column position of the gadget.":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"The row position of the gadget.":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["The column position of the gadget.","The row position of the gadget."],"additionalProperties":false,"description":"The position of the gadget."},"title":{"type":"string","description":"The title of the gadget."},"uri":{"description":"The URI of the gadget type.","type":"string"}},"required":["color","id","position","title"],"additionalProperties":false},"description":"The list of gadgets."}},"required":["gadgets"],"additionalProperties":false,"description":"The list of gadgets on the dashboard."}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"fieldKey":{"type":"string","description":"The field key is specified in the following format: **$(app-key)\\_\\_$(field-key)**. For example, *example-add-on\\_\\_example-issue-field*. To determine the `fieldKey` value, do one of the following:\n\n * open the app's plugin descriptor, then **app-key** is the key at the top and **field-key** is the key in the `jiraIssueFields` module. **app-key** can also be found in the app listing in the Atlassian Universal Plugin Manager.\n * run [Get fields](#api-rest-api-3-field-get) and in the field details the value is returned in `key`. For example, `\"key\": \"teams-add-on__team-issue-field\"`"},"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":["fieldKey"],"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":{"config":{"description":"Details of the projects the option is available in.","type":"object","properties":{"attributes":{"description":"DEPRECATED","type":"array","items":{"type":"string","enum":["notSelectable","defaultValue"]}},"scope":{"description":"Defines the projects that the option is available in. If the scope is not defined, then the option is available in all projects.","type":"object","properties":{"global":{"description":"Defines the behavior of the option within the global context. If this property is set, even if set to an empty object, then the option is available in all projects.","type":"object","properties":{"attributes":{"description":"Defines the behavior of the option in the global context.If notSelectable is set, the option cannot be set as the field's value. This is useful for archiving an option that has previously been selected but shouldn't be used anymore.If defaultValue is set, the option is selected by default.","type":"array","items":{"type":"string","enum":["notSelectable","defaultValue"]}}},"additionalProperties":false},"projects":{"description":"DEPRECATED","type":"array","items":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"projects2":{"description":"Defines the projects in which the option is available and the behavior of the option within each project. Specify one object per project. The behavior of the option in a project context overrides the behavior in the global context.","type":"array","items":{"type":"object","properties":{"attributes":{"description":"Defines the behavior of the option in the project.If notSelectable is set, the option cannot be set as the field's value. This is useful for archiving an option that has previously been selected but shouldn't be used anymore.If defaultValue is set, the option is selected by default.","type":"array","items":{"type":"string","enum":["notSelectable","defaultValue"]}},"id":{"description":"The ID of the project that the option's behavior applies to.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"additionalProperties":false}}},"additionalProperties":false}},"additionalProperties":false},"id":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"description":"The unique identifier for the option. This is only unique within the select field's set of options."},"properties":{"description":"The properties of the object, as arbitrary key-value pairs. These properties can be searched using JQL, if the extractions (see [Issue Field Option Property Index](https://developer.atlassian.com/cloud/jira/platform/modules/issue-field-option-property-index/)) are defined in the descriptor for the issue field module.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"value":{"type":"string","description":"The option's name, which is displayed in Jira."}},"required":["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":{"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 schemes 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}},"orderBy":{"default":"id","description":"[Order](#ordering) the results by a field:\n\n * `name` Sorts by issue type scheme name.\n * `id` Sorts by issue type 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 a comma-separated list. Expand options include:\n\n * `projects` For each issue type schemes, returns information about the projects the issue type scheme is assigned to.\n * `issueTypes` For each issue type schemes, returns information about the issueTypes the issue type scheme have.","type":"string"},"queryString":{"default":"","description":"String used to perform a case-insensitive partial match with issue type scheme name.","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":{"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}}},"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":1000,"description":"The maximum number of items to return per page.","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":"string"}}},"additionalProperties":false,"description":"A page of items."}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"expand":{"description":"Use expand to include additional information in the response. This parameter accepts a comma-separated list. Note that permissions are 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"}},"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"permissionSchemes":{"description":"Permission schemes list.","type":"array","items":{"type":"object","properties":{"description":{"description":"A description for the permission scheme.","type":"string"},"expand":{"description":"The expand options available for the permission scheme.","type":"string"},"id":{"description":"The ID of the permission scheme.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"name":{"type":"string","description":"The name of the permission scheme. Must be unique."},"permissions":{"description":"The permission scheme to create or update. See [About permission schemes and grants](../api-group-permission-schemes/#about-permission-schemes-and-grants) for more information.","type":"array","items":{"type":"object","properties":{"holder":{"description":"The user or group being granted the permission. It consists of a `type`, a type-dependent `parameter` and a type-dependent `value`. See [Holder object](../api-group-permission-schemes/#holder-object) in *Get all permission schemes* for more information.","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},"id":{"description":"The ID of the permission granted details.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"permission":{"description":"The permission to grant. This permission can be one of the built-in permissions or a custom permission added by an app. See [Built-in permissions](../api-group-permission-schemes/#built-in-permissions) in *Get all permission schemes* for more information about the built-in permissions. See the [project permission](https://developer.atlassian.com/cloud/jira/platform/modules/project-permission/) and [global permission](https://developer.atlassian.com/cloud/jira/platform/modules/global-permission/) module documentation for more information about custom permissions.","type":"string"},"self":{"description":"The URL of the permission granted details.","type":"string","format":"uri"}},"additionalProperties":false}},"scope":{"description":"The scope of the permission 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":{"description":"The URL of the permission scheme.","type":"string","format":"uri"}},"required":["name"],"additionalProperties":false}}},"additionalProperties":false,"description":"List of all permission schemes."}
|
|
@@ -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":{"projectIdOrKey":{"type":"string","description":"The ID or (case-sensitive) key of the project."}},"required":["projectIdOrKey"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"custom":{"description":"List of avatars added to Jira. These avatars may be deleted.","type":"array","items":{"type":"object","properties":{"fileName":{"description":"The file name of the avatar icon. Returned for system avatars.","type":"string"},"id":{"type":"string","description":"The ID of the avatar."},"isDeletable":{"description":"Whether the avatar can be deleted.","type":"boolean"},"isSelected":{"description":"Whether the avatar is used in Jira. For example, shown as a project's avatar.","type":"boolean"},"isSystemAvatar":{"description":"Whether the avatar is a system avatar.","type":"boolean"},"owner":{"description":"The owner of the avatar. For a system avatar the owner is null (and nothing is returned). For non-system avatars this is the appropriate identifier, such as the ID for a project or the account ID for a user.","type":"string"},"urls":{"description":"The list of avatar icon URLs.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string","format":"uri"}}},"required":["id"],"additionalProperties":false}},"system":{"description":"List of avatars included with Jira. These avatars cannot be deleted.","type":"array","items":{"type":"object","properties":{"fileName":{"description":"The file name of the avatar icon. Returned for system avatars.","type":"string"},"id":{"type":"string","description":"The ID of the avatar."},"isDeletable":{"description":"Whether the avatar can be deleted.","type":"boolean"},"isSelected":{"description":"Whether the avatar is used in Jira. For example, shown as a project's avatar.","type":"boolean"},"isSystemAvatar":{"description":"Whether the avatar is a system avatar.","type":"boolean"},"owner":{"description":"The owner of the avatar. For a system avatar the owner is null (and nothing is returned). For non-system avatars this is the appropriate identifier, such as the ID for a project or the account ID for a user.","type":"string"},"urls":{"description":"The list of avatar icon URLs.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string","format":"uri"}}},"required":["id"],"additionalProperties":false}}},"additionalProperties":false,"description":"List of project avatars."}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"array","items":{"type":"object","properties":{"description":{"description":"The description of the project category.","type":"string"},"id":{"description":"The ID of the project category.","type":"string"},"name":{"description":"The name of the project category. Required on create, optional on update.","type":"string"},"self":{"description":"The URL of the project category.","type":"string","format":"uri"}},"additionalProperties":false}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"array","items":{"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}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"array","items":{"type":"object","properties":{"color":{"description":"The color of the project type.","type":"string"},"descriptionI18nKey":{"description":"The key of the project type's description.","type":"string"},"formattedKey":{"description":"The formatted key of the project type.","type":"string"},"icon":{"description":"The icon of the project type.","type":"string"},"key":{"description":"The key of the project type.","type":"string"}},"additionalProperties":false}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"screenId":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"description":"The ID of the screen."},"tabId":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"description":"The ID of the screen tab."},"projectKey":{"description":"The key of the project.","type":"string"}},"required":["screenId","tabId"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"array","items":{"type":"object","properties":{"id":{"description":"The ID of the screen tab field.","type":"string"},"name":{"description":"The name of the screen tab field. Required on create and update. The maximum length is 255 characters.","type":"string"}},"additionalProperties":false}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"screenId":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"description":"The ID of the screen."},"projectKey":{"description":"The key of the project.","type":"string"}},"required":["screenId"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"array","items":{"type":"object","properties":{"id":{"description":"The ID of the screen tab.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"name":{"type":"string","description":"The name of the screen tab. The maximum length is 255 characters."}},"required":["name"],"additionalProperties":false}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"projectIdOrKey":{"type":"string","description":"The project ID or project key (case sensitive)."}},"required":["projectIdOrKey"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"array","items":{"type":"object","properties":{"id":{"type":"string","description":"The ID of the issue type."},"name":{"type":"string","description":"The name of the issue type."},"self":{"type":"string","description":"The URL of the issue type's status details."},"statuses":{"type":"array","items":{"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},"description":"List of status details for the issue type."},"subtask":{"type":"boolean","description":"Whether this issue type represents subtasks."}},"required":["id","name","self","statuses","subtask"],"additionalProperties":false}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"type":{"type":"string","enum":["issuetype","project","user"],"description":"The avatar type."}},"required":["type"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"system":{"description":"A list of avatar details.","type":"array","items":{"type":"object","properties":{"fileName":{"description":"The file name of the avatar icon. Returned for system avatars.","type":"string"},"id":{"type":"string","description":"The ID of the avatar."},"isDeletable":{"description":"Whether the avatar can be deleted.","type":"boolean"},"isSelected":{"description":"Whether the avatar is used in Jira. For example, shown as a project's avatar.","type":"boolean"},"isSystemAvatar":{"description":"Whether the avatar is a system avatar.","type":"boolean"},"owner":{"description":"The owner of the avatar. For a system avatar the owner is null (and nothing is returned). For non-system avatars this is the appropriate identifier, such as the ID for a project or the account ID for a user.","type":"string"},"urls":{"description":"The list of avatar icon URLs.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string","format":"uri"}}},"required":["id"],"additionalProperties":false}}},"additionalProperties":false,"description":"List of system avatars."}
|
|
@@ -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.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"maxResults":{"default":50,"description":"The maximum number of items to return.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","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*. Required in requests.","type":"string","maxLength":128},"accountType":{"description":"The user account type. Can take the following values:\n\n * `atlassian` regular Atlassian user account\n * `app` system account used for Connect applications and OAuth to represent external systems\n * `customer` Jira Service Desk account representing an external service desk","type":"string","enum":["atlassian","app","customer","unknown"]},"active":{"description":"Whether the user is active.","type":"boolean"},"applicationRoles":{"description":"The application roles the user is assigned to.","type":"object","properties":{"callback":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"items":{"type":"array","items":{"type":"object","properties":{"defaultGroups":{"description":"The groups that are granted default access for this application role. As a group's name can change, use of `defaultGroupsDetails` is recommended to identify a groups.","type":"array","items":{"type":"string"}},"defaultGroupsDetails":{"description":"The groups that are granted default access for this application role.","type":"array","items":{"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}},"defined":{"description":"Deprecated.","type":"boolean"},"groupDetails":{"description":"The groups associated with the application role.","type":"array","items":{"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}},"groups":{"description":"The groups associated with the application role. As a group's name can change, use of `groupDetails` is recommended to identify a groups.","type":"array","items":{"type":"string"}},"hasUnlimitedSeats":{"type":"boolean"},"key":{"description":"The key of the application role.","type":"string"},"name":{"description":"The display name of the application role.","type":"string"},"numberOfSeats":{"description":"The maximum count of users on your license.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"platform":{"description":"Indicates if the application role belongs to Jira platform (`jira-core`).","type":"boolean"},"remainingSeats":{"description":"The count of users remaining on your license.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"selectedByDefault":{"description":"Determines whether this application role should be selected by default on user creation.","type":"boolean"},"userCount":{"description":"The number of users counting against your license.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"userCountDescription":{"description":"The [type of users](https://confluence.atlassian.com/x/lRW3Ng) being counted against your license.","type":"string"}},"additionalProperties":false}},"max-results":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"pagingCallback":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"size":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"additionalProperties":false},"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 setting, this may return an alternative value.","type":"string"},"emailAddress":{"description":"The email address of the user. Depending on the user’s privacy setting, this may be returned as null.","type":"string"},"expand":{"description":"Expand options that include additional user details in the response.","type":"string"},"groups":{"description":"The groups that the user belongs to.","type":"object","properties":{"callback":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"items":{"type":"array","items":{"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}},"max-results":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"pagingCallback":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"size":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"additionalProperties":false},"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"},"locale":{"description":"The locale of the user. Depending on the user’s privacy setting, this may be returned as null.","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","format":"uri"},"timeZone":{"description":"The time zone specified in the user's profile. Depending on the user’s privacy setting, this may be returned as null.","type":"string"}},"additionalProperties":false}}
|
|
@@ -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.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"maxResults":{"default":50,"description":"The maximum number of items to return.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","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*. Required in requests.","type":"string","maxLength":128},"accountType":{"description":"The user account type. Can take the following values:\n\n * `atlassian` regular Atlassian user account\n * `app` system account used for Connect applications and OAuth to represent external systems\n * `customer` Jira Service Desk account representing an external service desk","type":"string","enum":["atlassian","app","customer","unknown"]},"active":{"description":"Whether the user is active.","type":"boolean"},"applicationRoles":{"description":"The application roles the user is assigned to.","type":"object","properties":{"callback":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"items":{"type":"array","items":{"type":"object","properties":{"defaultGroups":{"description":"The groups that are granted default access for this application role. As a group's name can change, use of `defaultGroupsDetails` is recommended to identify a groups.","type":"array","items":{"type":"string"}},"defaultGroupsDetails":{"description":"The groups that are granted default access for this application role.","type":"array","items":{"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}},"defined":{"description":"Deprecated.","type":"boolean"},"groupDetails":{"description":"The groups associated with the application role.","type":"array","items":{"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}},"groups":{"description":"The groups associated with the application role. As a group's name can change, use of `groupDetails` is recommended to identify a groups.","type":"array","items":{"type":"string"}},"hasUnlimitedSeats":{"type":"boolean"},"key":{"description":"The key of the application role.","type":"string"},"name":{"description":"The display name of the application role.","type":"string"},"numberOfSeats":{"description":"The maximum count of users on your license.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"platform":{"description":"Indicates if the application role belongs to Jira platform (`jira-core`).","type":"boolean"},"remainingSeats":{"description":"The count of users remaining on your license.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"selectedByDefault":{"description":"Determines whether this application role should be selected by default on user creation.","type":"boolean"},"userCount":{"description":"The number of users counting against your license.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"userCountDescription":{"description":"The [type of users](https://confluence.atlassian.com/x/lRW3Ng) being counted against your license.","type":"string"}},"additionalProperties":false}},"max-results":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"pagingCallback":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"size":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"additionalProperties":false},"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 setting, this may return an alternative value.","type":"string"},"emailAddress":{"description":"The email address of the user. Depending on the user’s privacy setting, this may be returned as null.","type":"string"},"expand":{"description":"Expand options that include additional user details in the response.","type":"string"},"groups":{"description":"The groups that the user belongs to.","type":"object","properties":{"callback":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"items":{"type":"array","items":{"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}},"max-results":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"pagingCallback":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"size":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"additionalProperties":false},"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"},"locale":{"description":"The locale of the user. Depending on the user’s privacy setting, this may be returned as null.","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","format":"uri"},"timeZone":{"description":"The time zone specified in the user's profile. Depending on the user’s privacy setting, this may be returned as null.","type":"string"}},"additionalProperties":false}}
|
|
@@ -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}},"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":{"defaultWorkflow":{"description":"The name of the default workflow for the workflow scheme. The default workflow has *All Unassigned Issue Types* assigned to it in Jira. If `defaultWorkflow` is not specified when creating a workflow scheme, it is set to *Jira Workflow (jira)*.","type":"string"},"description":{"description":"The description of the workflow scheme.","type":"string"},"draft":{"description":"Whether the workflow scheme is a draft or not.","type":"boolean"},"id":{"description":"The ID of the workflow scheme.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"issueTypeMappings":{"description":"The issue type to workflow mappings, where each mapping is an issue type ID and workflow name pair. Note that an issue type can only be mapped to one workflow in a workflow scheme.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"issueTypes":{"description":"The issue types available in Jira.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"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."}},"lastModified":{"description":"The date-time that the draft workflow scheme was last modified. A modification is a change to the issue type-project mappings only. This property does not apply to non-draft workflows.","type":"string"},"lastModifiedUser":{"description":"The user that last modified the draft workflow scheme. A modification is a change to the issue type-project mappings only. This property does not apply to non-draft workflows.","type":"object","properties":{"accountId":{"description":"The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*. Required in requests.","type":"string","maxLength":128},"accountType":{"description":"The user account type. Can take the following values:\n\n * `atlassian` regular Atlassian user account\n * `app` system account used for Connect applications and OAuth to represent external systems\n * `customer` Jira Service Desk account representing an external service desk","type":"string","enum":["atlassian","app","customer","unknown"]},"active":{"description":"Whether the user is active.","type":"boolean"},"applicationRoles":{"description":"The application roles the user is assigned to.","type":"object","properties":{"callback":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"items":{"type":"array","items":{"type":"object","properties":{"defaultGroups":{"description":"The groups that are granted default access for this application role. As a group's name can change, use of `defaultGroupsDetails` is recommended to identify a groups.","type":"array","items":{"type":"string"}},"defaultGroupsDetails":{"description":"The groups that are granted default access for this application role.","type":"array","items":{"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}},"defined":{"description":"Deprecated.","type":"boolean"},"groupDetails":{"description":"The groups associated with the application role.","type":"array","items":{"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}},"groups":{"description":"The groups associated with the application role. As a group's name can change, use of `groupDetails` is recommended to identify a groups.","type":"array","items":{"type":"string"}},"hasUnlimitedSeats":{"type":"boolean"},"key":{"description":"The key of the application role.","type":"string"},"name":{"description":"The display name of the application role.","type":"string"},"numberOfSeats":{"description":"The maximum count of users on your license.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"platform":{"description":"Indicates if the application role belongs to Jira platform (`jira-core`).","type":"boolean"},"remainingSeats":{"description":"The count of users remaining on your license.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"selectedByDefault":{"description":"Determines whether this application role should be selected by default on user creation.","type":"boolean"},"userCount":{"description":"The number of users counting against your license.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"userCountDescription":{"description":"The [type of users](https://confluence.atlassian.com/x/lRW3Ng) being counted against your license.","type":"string"}},"additionalProperties":false}},"max-results":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"pagingCallback":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"size":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"additionalProperties":false},"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 setting, this may return an alternative value.","type":"string"},"emailAddress":{"description":"The email address of the user. Depending on the user’s privacy setting, this may be returned as null.","type":"string"},"expand":{"description":"Expand options that include additional user details in the response.","type":"string"},"groups":{"description":"The groups that the user belongs to.","type":"object","properties":{"callback":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"items":{"type":"array","items":{"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}},"max-results":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"pagingCallback":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"size":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"additionalProperties":false},"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"},"locale":{"description":"The locale of the user. Depending on the user’s privacy setting, this may be returned as null.","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","format":"uri"},"timeZone":{"description":"The time zone specified in the user's profile. Depending on the user’s privacy setting, this may be returned as null.","type":"string"}},"additionalProperties":false},"name":{"description":"The name of the workflow scheme. The name must be unique. The maximum length is 255 characters. Required when creating a workflow scheme.","type":"string"},"originalDefaultWorkflow":{"description":"For draft workflow schemes, this property is the name of the default workflow for the original workflow scheme. The default workflow has *All Unassigned Issue Types* assigned to it in Jira.","type":"string"},"originalIssueTypeMappings":{"description":"For draft workflow schemes, this property is the issue type to workflow mappings for the original workflow scheme, where each mapping is an issue type ID and workflow name pair. Note that an issue type can only be mapped to one workflow in a workflow scheme.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"self":{"type":"string","format":"uri"},"updateDraftIfNeeded":{"description":"Whether to create or update a draft workflow scheme when updating an active workflow scheme. An active workflow scheme is a workflow scheme that is used by at least one project. The following examples show how this property works:\n\n * Update an active workflow scheme with `updateDraftIfNeeded` set to `true`: If a draft workflow scheme exists, it is updated. Otherwise, a draft workflow scheme is created.\n * Update an active workflow scheme with `updateDraftIfNeeded` set to `false`: An error is returned, as active workflow schemes cannot be updated.\n * Update an inactive workflow scheme with `updateDraftIfNeeded` set to `true`: The workflow scheme is updated, as inactive workflow schemes do not require drafts to update.\n\nDefaults to `false`.","type":"boolean"}},"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":{"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":"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":{"key":{"description":"The key of the application property.","type":"string"},"permissionLevel":{"description":"The permission level of all items being returned in the list.","type":"string"},"keyFilter":{"description":"When a `key` isn't provided, this filters the list of results by the application property `key` using a regular expression. For example, using `jira.lf.*` will return all application properties with keys that start with *jira.lf.*.","type":"string"}},"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"array","items":{"type":"object","properties":{"allowedValues":{"description":"The allowed values, if applicable.","type":"array","items":{"type":"string"}},"defaultValue":{"description":"The default value of the application property.","type":"string"},"desc":{"description":"The description of the application property.","type":"string"},"example":{"type":"string"},"id":{"description":"The ID of the application property. The ID and key are the same.","type":"string"},"key":{"description":"The key of the application property. The ID and key are the same.","type":"string"},"name":{"description":"The name of the application property.","type":"string"},"type":{"description":"The data type of the application property.","type":"string"},"value":{"description":"The new value.","type":"string"}},"additionalProperties":false}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"key":{"type":"string","description":"The key of the application role. Use the [Get all application roles](#api-rest-api-3-applicationrole-get) operation to get the key for each application role."}},"required":["key"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"defaultGroups":{"description":"The groups that are granted default access for this application role. As a group's name can change, use of `defaultGroupsDetails` is recommended to identify a groups.","type":"array","items":{"type":"string"}},"defaultGroupsDetails":{"description":"The groups that are granted default access for this application role.","type":"array","items":{"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}},"defined":{"description":"Deprecated.","type":"boolean"},"groupDetails":{"description":"The groups associated with the application role.","type":"array","items":{"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}},"groups":{"description":"The groups associated with the application role. As a group's name can change, use of `groupDetails` is recommended to identify a groups.","type":"array","items":{"type":"string"}},"hasUnlimitedSeats":{"type":"boolean"},"key":{"description":"The key of the application role.","type":"string"},"name":{"description":"The display name of the application role.","type":"string"},"numberOfSeats":{"description":"The maximum count of users on your license.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"platform":{"description":"Indicates if the application role belongs to Jira platform (`jira-core`).","type":"boolean"},"remainingSeats":{"description":"The count of users remaining on your license.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"selectedByDefault":{"description":"Determines whether this application role should be selected by default on user creation.","type":"boolean"},"userCount":{"description":"The number of users counting against your license.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"userCountDescription":{"description":"The [type of users](https://confluence.atlassian.com/x/lRW3Ng) being counted against your license.","type":"string"}},"additionalProperties":false,"description":"Details of an application role."}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"applicationKey":{"type":"string"}},"required":["applicationKey"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"key":{"description":"The key of the license metric.","type":"string"},"value":{"description":"The value for the license metric.","type":"string"}},"additionalProperties":false,"description":"A license metric"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"key":{"description":"The key of the license metric.","type":"string"},"value":{"description":"The value for the license metric.","type":"string"}},"additionalProperties":false,"description":"A license metric"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"projectKeyOrId":{"type":"string","description":"The project ID or project key (case sensitive)."},"expand":{"description":"Use [expand](#expansion) to include additional information in the response. This parameter accepts a comma-separated list. Note that permissions are 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":["projectKeyOrId"],"additionalProperties":false}
|