@pikku/addon-jira 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +12 -0
- package/dist/.pikku/addon/pikku-addon-types.gen.d.ts +67 -0
- package/dist/.pikku/addon/pikku-addon-types.gen.d.ts.map +1 -0
- package/dist/.pikku/addon/pikku-addon-types.gen.js +78 -0
- package/dist/.pikku/addon/pikku-addon-types.gen.js.map +1 -0
- package/dist/.pikku/addon/pikku-addon-types.gen.ts +106 -0
- package/dist/.pikku/addon/pikku-package.gen.d.ts +2 -0
- package/dist/.pikku/addon/pikku-package.gen.d.ts.map +1 -0
- package/dist/.pikku/addon/pikku-package.gen.js +10 -0
- package/dist/.pikku/addon/pikku-package.gen.js.map +1 -0
- package/dist/.pikku/addon/pikku-package.gen.ts +11 -0
- package/dist/.pikku/agent/pikku-agent-map.gen.d.ts +4 -0
- package/dist/.pikku/agent/pikku-agent-types.gen.d.ts +47 -0
- package/dist/.pikku/agent/pikku-agent-types.gen.d.ts.map +1 -0
- package/dist/.pikku/agent/pikku-agent-types.gen.js +18 -0
- package/dist/.pikku/agent/pikku-agent-types.gen.js.map +1 -0
- package/dist/.pikku/agent/pikku-agent-types.gen.ts +82 -0
- package/dist/.pikku/channel/pikku-channel-types.gen.d.ts +112 -0
- package/dist/.pikku/channel/pikku-channel-types.gen.d.ts.map +1 -0
- package/dist/.pikku/channel/pikku-channel-types.gen.js +60 -0
- package/dist/.pikku/channel/pikku-channel-types.gen.js.map +1 -0
- package/dist/.pikku/channel/pikku-channel-types.gen.ts +177 -0
- package/dist/.pikku/console/pikku-node-types.gen.d.ts +7 -0
- package/dist/.pikku/console/pikku-node-types.gen.d.ts.map +1 -0
- package/dist/.pikku/console/pikku-node-types.gen.js +2 -0
- package/dist/.pikku/console/pikku-node-types.gen.js.map +1 -0
- package/dist/.pikku/console/pikku-node-types.gen.ts +8 -0
- package/dist/.pikku/credentials/pikku-credentials-meta.gen.json +10 -0
- package/dist/.pikku/credentials/pikku-credentials.gen.d.ts +15 -0
- package/dist/.pikku/credentials/pikku-credentials.gen.d.ts.map +1 -0
- package/dist/.pikku/credentials/pikku-credentials.gen.js +13 -0
- package/dist/.pikku/credentials/pikku-credentials.gen.js.map +1 -0
- package/dist/.pikku/credentials/pikku-credentials.gen.ts +23 -0
- package/dist/.pikku/function/pikku-function-types.gen.d.ts +490 -0
- package/dist/.pikku/function/pikku-function-types.gen.d.ts.map +1 -0
- package/dist/.pikku/function/pikku-function-types.gen.js +334 -0
- package/dist/.pikku/function/pikku-function-types.gen.js.map +1 -0
- package/dist/.pikku/function/pikku-function-types.gen.ts +754 -0
- package/dist/.pikku/function/pikku-functions-meta-verbose.gen.json +15879 -0
- package/dist/.pikku/function/pikku-functions-meta.gen.d.ts +2 -0
- package/dist/.pikku/function/pikku-functions-meta.gen.d.ts.map +1 -0
- package/dist/.pikku/function/pikku-functions-meta.gen.js +7 -0
- package/dist/.pikku/function/pikku-functions-meta.gen.js.map +1 -0
- package/dist/.pikku/function/pikku-functions-meta.gen.json +8828 -0
- package/dist/.pikku/function/pikku-functions-meta.gen.ts +7 -0
- package/dist/.pikku/function/pikku-functions.gen.d.ts +2 -0
- package/dist/.pikku/function/pikku-functions.gen.d.ts.map +1 -0
- package/dist/.pikku/function/pikku-functions.gen.js +954 -0
- package/dist/.pikku/function/pikku-functions.gen.js.map +1 -0
- package/dist/.pikku/function/pikku-functions.gen.ts +954 -0
- package/dist/.pikku/http/pikku-http-types.gen.d.ts +120 -0
- package/dist/.pikku/http/pikku-http-types.gen.d.ts.map +1 -0
- package/dist/.pikku/http/pikku-http-types.gen.js +72 -0
- package/dist/.pikku/http/pikku-http-types.gen.js.map +1 -0
- package/dist/.pikku/http/pikku-http-types.gen.ts +147 -0
- package/dist/.pikku/mcp/pikku-mcp-types.gen.d.ts +131 -0
- package/dist/.pikku/mcp/pikku-mcp-types.gen.d.ts.map +1 -0
- package/dist/.pikku/mcp/pikku-mcp-types.gen.js +38 -0
- package/dist/.pikku/mcp/pikku-mcp-types.gen.js.map +1 -0
- package/dist/.pikku/mcp/pikku-mcp-types.gen.ts +183 -0
- package/dist/.pikku/pikku-bootstrap.gen.d.ts +9 -0
- package/dist/.pikku/pikku-bootstrap.gen.d.ts.map +1 -0
- package/dist/.pikku/pikku-bootstrap.gen.js +9 -0
- package/dist/.pikku/pikku-bootstrap.gen.js.map +1 -0
- package/dist/.pikku/pikku-bootstrap.gen.ts +8 -0
- package/dist/.pikku/pikku-meta-service.gen.d.ts +8 -0
- package/dist/.pikku/pikku-meta-service.gen.d.ts.map +1 -0
- package/dist/.pikku/pikku-meta-service.gen.js +10 -0
- package/dist/.pikku/pikku-meta-service.gen.js.map +1 -0
- package/dist/.pikku/pikku-meta-service.gen.ts +10 -0
- package/dist/.pikku/pikku-services.gen.d.ts +35 -0
- package/dist/.pikku/pikku-services.gen.d.ts.map +1 -0
- package/dist/.pikku/pikku-services.gen.js +30 -0
- package/dist/.pikku/pikku-services.gen.js.map +1 -0
- package/dist/.pikku/pikku-services.gen.ts +42 -0
- package/dist/.pikku/pikku-types.gen.d.ts +12 -0
- package/dist/.pikku/pikku-types.gen.d.ts.map +1 -0
- package/dist/.pikku/pikku-types.gen.js +17 -0
- package/dist/.pikku/pikku-types.gen.js.map +1 -0
- package/dist/.pikku/pikku-types.gen.ts +21 -0
- package/dist/.pikku/queue/pikku-queue-types.gen.d.ts +24 -0
- package/dist/.pikku/queue/pikku-queue-types.gen.d.ts.map +1 -0
- package/dist/.pikku/queue/pikku-queue-types.gen.js +17 -0
- package/dist/.pikku/queue/pikku-queue-types.gen.js.map +1 -0
- package/dist/.pikku/queue/pikku-queue-types.gen.ts +27 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-map.gen.d.ts +24318 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-map.internal.gen.d.ts +24792 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.d.ts +2 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.d.ts.map +1 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js +7 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js.map +1 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.json +476 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.ts +6 -0
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.d.ts +22 -0
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.d.ts.map +1 -0
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.js +17 -0
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.js.map +1 -0
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.ts +25 -0
- package/dist/.pikku/schemas/register.gen.d.ts +2 -0
- package/dist/.pikku/schemas/register.gen.d.ts.map +1 -0
- package/dist/.pikku/schemas/register.gen.js +1725 -0
- package/dist/.pikku/schemas/register.gen.js.map +1 -0
- package/dist/.pikku/schemas/register.gen.ts +3443 -0
- package/dist/.pikku/schemas/schemas/AddActorUsersInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddActorUsersOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddAttachmentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddAttachmentOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddCommentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddCommentOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddFieldToDefaultScreenInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddFieldToDefaultScreenOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddGadgetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddGadgetOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddIssueTypesToContextInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddIssueTypesToContextOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddIssueTypesToIssueTypeSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddIssueTypesToIssueTypeSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddNotificationsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddNotificationsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddProjectRoleActorsToRoleInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddProjectRoleActorsToRoleOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddScreenTabFieldInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddScreenTabFieldOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddScreenTabInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddScreenTabOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddSharePermissionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddSharePermissionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddUserToGroupInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddUserToGroupOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddVoteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddVoteOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddWatcherInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddWatcherOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddWorklogInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddWorklogOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddonPropertiesResourceDeleteAddonPropertyDeleteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddonPropertiesResourceGetAddonPropertiesGetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddonPropertiesResourceGetAddonPropertiesGetOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddonPropertiesResourceGetAddonPropertyGetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddonPropertiesResourceGetAddonPropertyGetOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddonPropertiesResourcePutAddonPropertyPutInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddonPropertiesResourcePutAddonPropertyPutOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AnalyseExpressionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AnalyseExpressionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AppIssueFieldValueUpdateResourceUpdateIssueFieldsPutInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AppIssueFieldValueUpdateResourceUpdateIssueFieldsPutOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AppendMappingsForIssueTypeScreenSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AppendMappingsForIssueTypeScreenSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ArchiveProjectInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ArchiveProjectOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AssignFieldConfigurationSchemeToProjectInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AssignFieldConfigurationSchemeToProjectOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AssignIssueInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AssignIssueOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AssignIssueTypeSchemeToProjectInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AssignIssueTypeSchemeToProjectOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AssignIssueTypeScreenSchemeToProjectInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AssignIssueTypeScreenSchemeToProjectOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AssignPermissionSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AssignPermissionSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AssignProjectsToCustomFieldContextInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AssignProjectsToCustomFieldContextOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AssignSchemeToProjectInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AssignSchemeToProjectOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/BulkDeleteIssuePropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/BulkGetGroupsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/BulkGetGroupsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/BulkGetUsersInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/BulkGetUsersMigrationInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/BulkGetUsersMigrationOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/BulkGetUsersOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/BulkSetIssuePropertiesByIssueInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/BulkSetIssuePropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/BulkSetIssuesPropertiesListInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CancelTaskInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CancelTaskOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ChangeFilterOwnerInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ChangeFilterOwnerOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CopyDashboardInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CopyDashboardOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateComponentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateComponentOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateCustomFieldContextInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateCustomFieldContextOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateCustomFieldInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateCustomFieldOptionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateCustomFieldOptionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateCustomFieldOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateDashboardInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateDashboardOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateFieldConfigurationInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateFieldConfigurationOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateFieldConfigurationSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateFieldConfigurationSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateFilterInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateFilterOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateGroupInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateGroupOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateIssueFieldOptionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateIssueFieldOptionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateIssueInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateIssueLinkTypeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateIssueLinkTypeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateIssueOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateIssueTypeAvatarInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateIssueTypeAvatarOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateIssueTypeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateIssueTypeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateIssueTypeSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateIssueTypeSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateIssueTypeScreenSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateIssueTypeScreenSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateIssuesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateIssuesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateNotificationSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateNotificationSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateOrUpdateRemoteIssueLinkInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateOrUpdateRemoteIssueLinkOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreatePermissionGrantInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreatePermissionGrantOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreatePermissionSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreatePermissionSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreatePriorityInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreatePriorityOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateProjectAvatarInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateProjectAvatarOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateProjectCategoryInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateProjectCategoryOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateProjectInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateProjectOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateProjectRoleInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateProjectRoleOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateResolutionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateResolutionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateScreenInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateScreenOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateScreenSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateScreenSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateStatusesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateStatusesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateUiModificationInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateUiModificationOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateUserInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateUserOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateVersionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateVersionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateWorkflowInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateWorkflowOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateWorkflowSchemeDraftFromParentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateWorkflowSchemeDraftFromParentOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateWorkflowSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateWorkflowSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateWorkflowTransitionPropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateWorkflowTransitionPropertyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CredentialSchema_jira.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteActorInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteAndReplaceVersionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteAndReplaceVersionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteAvatarInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteCommentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteCommentPropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteComponentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteCustomFieldContextInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteCustomFieldContextOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteCustomFieldInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteCustomFieldOptionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteDashboardInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteDashboardItemPropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteDefaultWorkflowInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteDefaultWorkflowOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteDraftDefaultWorkflowInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteDraftDefaultWorkflowOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteDraftWorkflowMappingInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteFavouriteForFilterInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteFavouriteForFilterOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteFieldConfigurationInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteFieldConfigurationOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteFieldConfigurationSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteFieldConfigurationSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteFilterInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteInactiveWorkflowInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteIssueFieldOptionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteIssueFieldOptionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteIssueInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteIssueLinkInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteIssueLinkTypeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteIssuePropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteIssueTypeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteIssueTypePropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteIssueTypeSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteIssueTypeSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteIssueTypeScreenSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteIssueTypeScreenSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteNotificationSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteNotificationSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeletePermissionSchemeEntityInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeletePermissionSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeletePriorityInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteProjectAsynchronouslyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteProjectAvatarInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteProjectInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteProjectPropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteProjectRoleActorsFromRoleInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteProjectRoleActorsFromRoleOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteProjectRoleInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteRemoteIssueLinkByGlobalIdInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteRemoteIssueLinkByIdInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteResolutionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteScreenInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteScreenSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteScreenTabInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteSharePermissionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteStatusesByIdInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteStatusesByIdOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteUiModificationInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteUiModificationOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteUserPropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteWebhookByIdInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteWorkflowMappingInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteWorkflowSchemeDraftInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteWorkflowSchemeDraftIssueTypeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteWorkflowSchemeDraftIssueTypeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteWorkflowSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteWorkflowSchemeIssueTypeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteWorkflowSchemeIssueTypeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteWorkflowSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteWorkflowTransitionPropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteWorkflowTransitionRuleConfigurationsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteWorkflowTransitionRuleConfigurationsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteWorklogInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteWorklogPropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DoTransitionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DoTransitionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DynamicModulesResourceGetModulesGetOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DynamicModulesResourceRegisterModulesPostInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DynamicModulesResourceRemoveModulesDeleteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/EditIssueInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/EditIssueOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/EvaluateJiraExpressionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/EvaluateJiraExpressionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ExpandAttachmentForHumansInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ExpandAttachmentForHumansOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ExpandAttachmentForMachinesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ExpandAttachmentForMachinesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FindAssignableUsersInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FindAssignableUsersOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FindBulkAssignableUsersInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FindBulkAssignableUsersOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FindGroupsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FindGroupsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FindUserKeysByQueryInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FindUserKeysByQueryOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FindUsersAndGroupsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FindUsersAndGroupsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FindUsersByQueryInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FindUsersByQueryOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FindUsersForPickerInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FindUsersForPickerOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FindUsersInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FindUsersOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FindUsersWithAllPermissionsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FindUsersWithAllPermissionsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FindUsersWithBrowsePermissionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FindUsersWithBrowsePermissionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FullyUpdateProjectRoleInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FullyUpdateProjectRoleOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAccessibleProjectTypeByKeyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAccessibleProjectTypeByKeyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAdvancedSettingsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllAccessibleProjectTypesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllApplicationRolesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllAvailableDashboardGadgetsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllDashboardsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllDashboardsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllFieldConfigurationSchemesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllFieldConfigurationSchemesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllFieldConfigurationsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllFieldConfigurationsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllGadgetsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllGadgetsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllIssueFieldOptionsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllIssueFieldOptionsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllIssueTypeSchemesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllIssueTypeSchemesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllLabelsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllLabelsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllPermissionSchemesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllPermissionSchemesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllPermissionsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllProjectAvatarsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllProjectAvatarsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllProjectCategoriesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllProjectRolesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllProjectTypesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllScreenTabFieldsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllScreenTabFieldsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllScreenTabsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllScreenTabsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllStatusesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllStatusesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllSystemAvatarsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllSystemAvatarsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllUsersDefaultInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllUsersDefaultOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllUsersInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllUsersOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllWorkflowSchemesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllWorkflowSchemesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAlternativeIssueTypesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAlternativeIssueTypesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetApplicationPropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetApplicationPropertyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetApplicationRoleInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetApplicationRoleOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetApproximateApplicationLicenseCountInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetApproximateApplicationLicenseCountOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetApproximateLicenseCountOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAssignedPermissionSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAssignedPermissionSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAttachmentContentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAttachmentContentOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAttachmentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAttachmentMetaOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAttachmentOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAttachmentThumbnailInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAttachmentThumbnailOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAuditRecordsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAuditRecordsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAutoCompleteOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAutoCompletePostInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAutoCompletePostOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAvailableScreenFieldsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAvailableScreenFieldsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAvailableTimeTrackingImplementationsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAvatarImageByIDInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAvatarImageByIDOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAvatarImageByOwnerInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAvatarImageByOwnerOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAvatarImageByTypeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAvatarImageByTypeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAvatarsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAvatarsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetBannerOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetBulkPermissionsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetBulkPermissionsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetChangeLogsByIdsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetChangeLogsByIdsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetChangeLogsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetChangeLogsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetColumnsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetColumnsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetCommentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetCommentOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetCommentPropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetCommentPropertyKeysInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetCommentPropertyKeysOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetCommentPropertyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetCommentsByIdsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetCommentsByIdsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetCommentsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetCommentsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetComponentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetComponentOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetComponentRelatedIssuesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetComponentRelatedIssuesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetConfigurationOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetContextsForFieldInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetContextsForFieldOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetCreateIssueMetaInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetCreateIssueMetaOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetCurrentUserInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetCurrentUserOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetCustomFieldConfigurationInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetCustomFieldConfigurationOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetCustomFieldContextsForProjectsAndIssueTypesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetCustomFieldContextsForProjectsAndIssueTypesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetCustomFieldOptionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetCustomFieldOptionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetDashboardInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetDashboardItemPropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetDashboardItemPropertyKeysInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetDashboardItemPropertyKeysOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetDashboardItemPropertyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetDashboardOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetDashboardsPaginatedInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetDashboardsPaginatedOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetDefaultShareScopeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetDefaultValuesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetDefaultValuesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetDefaultWorkflowInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetDefaultWorkflowOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetDraftDefaultWorkflowInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetDraftDefaultWorkflowOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetDraftWorkflowInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetDraftWorkflowOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetDynamicWebhooksForAppInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetDynamicWebhooksForAppOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetEditIssueMetaInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetEditIssueMetaOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetEventsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetFailedWebhooksInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetFailedWebhooksOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetFavouriteFiltersInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetFavouriteFiltersOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetFeaturesForProjectInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetFeaturesForProjectOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetFieldAutoCompleteForQueryStringInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetFieldAutoCompleteForQueryStringOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetFieldConfigurationItemsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetFieldConfigurationItemsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetFieldConfigurationSchemeMappingsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetFieldConfigurationSchemeMappingsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetFieldConfigurationSchemeProjectMappingInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetFieldConfigurationSchemeProjectMappingOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetFieldsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetFieldsPaginatedInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetFieldsPaginatedOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetFilterInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetFilterOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetFiltersPaginatedInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetFiltersPaginatedOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIdsOfWorklogsDeletedSinceInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIdsOfWorklogsDeletedSinceOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIdsOfWorklogsModifiedSinceInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIdsOfWorklogsModifiedSinceOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIsWatchingIssueBulkInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIsWatchingIssueBulkOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueAllTypesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueFieldOptionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueFieldOptionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueLinkInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueLinkOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueLinkTypeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueLinkTypeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueLinkTypesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueNavigatorDefaultColumnsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssuePickerResourceInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssuePickerResourceOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssuePropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssuePropertyKeysInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssuePropertyKeysOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssuePropertyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueSecurityLevelInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueSecurityLevelMembersInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueSecurityLevelMembersOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueSecurityLevelOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueSecuritySchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueSecuritySchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueSecuritySchemesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueTypeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueTypeMappingsForContextsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueTypeMappingsForContextsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueTypeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueTypePropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueTypePropertyKeysInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueTypePropertyKeysOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueTypePropertyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueTypeSchemeForProjectsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueTypeSchemeForProjectsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueTypeSchemesMappingInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueTypeSchemesMappingOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueTypeScreenSchemeMappingsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueTypeScreenSchemeMappingsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueTypeScreenSchemeProjectAssociationsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueTypeScreenSchemeProjectAssociationsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueTypeScreenSchemesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueTypeScreenSchemesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueTypesForProjectInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueTypesForProjectOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueWatchersInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueWatchersOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueWorklogInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueWorklogOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetLicenseOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetLocaleOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetMyFiltersInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetMyFiltersOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetMyPermissionsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetMyPermissionsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetNotificationSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetNotificationSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetNotificationSchemeToProjectMappingsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetNotificationSchemeToProjectMappingsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetNotificationSchemesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetNotificationSchemesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetOptionsForContextInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetOptionsForContextOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetPermissionSchemeGrantInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetPermissionSchemeGrantOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetPermissionSchemeGrantsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetPermissionSchemeGrantsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetPermissionSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetPermissionSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetPermittedProjectsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetPermittedProjectsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetPrecomputationsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetPrecomputationsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetPreferenceInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetPreferenceOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetPriorityInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetPriorityOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectCategoryByIdInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectCategoryByIdOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectComponentsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectComponentsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectComponentsPaginatedInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectComponentsPaginatedOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectContextMappingInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectContextMappingOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectEmailInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectEmailOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectIssueSecuritySchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectIssueSecuritySchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectPropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectPropertyKeysInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectPropertyKeysOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectPropertyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectRoleActorsForRoleInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectRoleActorsForRoleOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectRoleByIdInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectRoleByIdOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectRoleDetailsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectRoleDetailsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectRoleInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectRoleOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectRolesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectRolesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectTypeByKeyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectTypeByKeyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectVersionsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectVersionsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectVersionsPaginatedInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectVersionsPaginatedOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectsForIssueTypeScreenSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectsForIssueTypeScreenSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetRecentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetRecentOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetRemoteIssueLinkByIdInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetRemoteIssueLinkByIdOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetRemoteIssueLinksInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetRemoteIssueLinksOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetResolutionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetResolutionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetScreenSchemesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetScreenSchemesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetScreensForFieldInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetScreensForFieldOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetScreensInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetScreensOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetSecurityLevelsForProjectInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetSecurityLevelsForProjectOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetSelectableIssueFieldOptionsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetSelectableIssueFieldOptionsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetSelectedTimeTrackingImplementationOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetServerInfoOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetSharePermissionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetSharePermissionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetSharePermissionsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetSharePermissionsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetSharedTimeTrackingConfigurationOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetStatusCategoriesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetStatusCategoryInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetStatusCategoryOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetStatusInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetStatusOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetStatusesByIdInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetStatusesByIdOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetStatusesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetTaskInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetTaskOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetTransitionsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetTransitionsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetTrashedFieldsPaginatedInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetTrashedFieldsPaginatedOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetUiModificationsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetUiModificationsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetUserDefaultColumnsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetUserDefaultColumnsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetUserEmailBulkInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetUserEmailBulkOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetUserEmailInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetUserEmailOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetUserGroupsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetUserGroupsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetUserInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetUserOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetUserPropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetUserPropertyKeysInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetUserPropertyKeysOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetUserPropertyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetUsersFromGroupInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetUsersFromGroupOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetValidProjectKeyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetValidProjectKeyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetValidProjectNameInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetValidProjectNameOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetVersionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetVersionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetVersionRelatedIssuesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetVersionRelatedIssuesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetVersionUnresolvedIssuesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetVersionUnresolvedIssuesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetVisibleIssueFieldOptionsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetVisibleIssueFieldOptionsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetVotesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetVotesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorkflowInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorkflowOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorkflowSchemeDraftInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorkflowSchemeDraftIssueTypeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorkflowSchemeDraftIssueTypeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorkflowSchemeDraftOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorkflowSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorkflowSchemeIssueTypeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorkflowSchemeIssueTypeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorkflowSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorkflowSchemeProjectAssociationsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorkflowSchemeProjectAssociationsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorkflowTransitionPropertiesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorkflowTransitionPropertiesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorkflowTransitionRuleConfigurationsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorkflowTransitionRuleConfigurationsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorkflowsPaginatedInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorkflowsPaginatedOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorklogInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorklogOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorklogPropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorklogPropertyKeysInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorklogPropertyKeysOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorklogPropertyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorklogsForIdsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorklogsForIdsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/LinkIssuesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/LinkIssuesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MatchIssuesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MatchIssuesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MergeVersionsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MergeVersionsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MigrateQueriesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MigrateQueriesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MigrationResourceUpdateEntityPropertiesValuePutInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MigrationResourceWorkflowRuleSearchPostInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MigrationResourceWorkflowRuleSearchPostOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MovePrioritiesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MovePrioritiesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MoveResolutionsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MoveResolutionsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MoveScreenTabFieldInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MoveScreenTabFieldOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MoveScreenTabInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MoveScreenTabOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MoveVersionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MoveVersionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/NotifyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/NotifyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ParseJqlQueriesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ParseJqlQueriesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PartialUpdateProjectRoleInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PartialUpdateProjectRoleOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PublishDraftWorkflowSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RefreshWebhooksInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RefreshWebhooksOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RegisterDynamicWebhooksInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RegisterDynamicWebhooksOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RemoveAttachmentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RemoveCustomFieldContextFromProjectsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RemoveCustomFieldContextFromProjectsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RemoveGadgetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RemoveGadgetOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RemoveGroupInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RemoveIssueTypeFromIssueTypeSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RemoveIssueTypeFromIssueTypeSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RemoveIssueTypesFromContextInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RemoveIssueTypesFromContextOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RemoveIssueTypesFromGlobalFieldConfigurationSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RemoveIssueTypesFromGlobalFieldConfigurationSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RemoveMappingsFromIssueTypeScreenSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RemoveMappingsFromIssueTypeScreenSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RemoveNotificationFromNotificationSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RemoveNotificationFromNotificationSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RemovePreferenceInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RemoveProjectCategoryInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RemoveScreenTabFieldInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RemoveUserFromGroupInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RemoveUserInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RemoveVoteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RemoveWatcherInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RenameScreenTabInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RenameScreenTabOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ReorderCustomFieldOptionsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ReorderCustomFieldOptionsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ReorderIssueTypesInIssueTypeSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ReorderIssueTypesInIssueTypeSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ReplaceIssueFieldOptionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ResetColumnsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ResetUserColumnsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RestoreCustomFieldInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RestoreCustomFieldOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RestoreInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RestoreOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SanitiseJqlQueriesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SanitiseJqlQueriesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SearchForIssuesUsingJqlInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SearchForIssuesUsingJqlOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SearchForIssuesUsingJqlPostInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SearchForIssuesUsingJqlPostOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SearchInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SearchOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SearchPrioritiesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SearchPrioritiesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SearchProjectsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SearchProjectsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SearchResolutionsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SearchResolutionsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SelectTimeTrackingImplementationInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SelectTimeTrackingImplementationOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetActorsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetActorsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetApplicationPropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetApplicationPropertyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetBannerInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetBannerOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetColumnsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetColumnsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetCommentPropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetCommentPropertyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetDashboardItemPropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetDashboardItemPropertyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetDefaultPriorityInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetDefaultPriorityOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetDefaultResolutionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetDefaultResolutionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetDefaultShareScopeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetDefaultShareScopeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetDefaultValuesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetDefaultValuesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetFavouriteForFilterInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetFavouriteForFilterOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetFieldConfigurationSchemeMappingInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetFieldConfigurationSchemeMappingOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetIssueNavigatorDefaultColumnsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetIssueNavigatorDefaultColumnsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetIssuePropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetIssuePropertyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetIssueTypePropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetIssueTypePropertyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetPreferenceInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetPreferenceOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetProjectPropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetProjectPropertyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetSharedTimeTrackingConfigurationInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetSharedTimeTrackingConfigurationOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetUserColumnsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetUserColumnsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetUserPropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetUserPropertyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetWorkflowSchemeDraftIssueTypeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetWorkflowSchemeDraftIssueTypeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetWorkflowSchemeIssueTypeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetWorkflowSchemeIssueTypeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetWorklogPropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetWorklogPropertyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/StoreAvatarInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/StoreAvatarOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ToggleFeatureForProjectInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ToggleFeatureForProjectOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TrashCustomFieldInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TrashCustomFieldOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateCommentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateCommentOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateComponentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateComponentOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateCustomFieldConfigurationInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateCustomFieldConfigurationOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateCustomFieldContextInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateCustomFieldContextOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateCustomFieldInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateCustomFieldOptionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateCustomFieldOptionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateCustomFieldOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateCustomFieldValueInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateCustomFieldValueOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateDashboardInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateDashboardOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateDefaultScreenSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateDefaultScreenSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateDefaultWorkflowInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateDefaultWorkflowOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateDraftDefaultWorkflowInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateDraftDefaultWorkflowOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateDraftWorkflowMappingInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateDraftWorkflowMappingOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateFieldConfigurationInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateFieldConfigurationItemsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateFieldConfigurationItemsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateFieldConfigurationOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateFieldConfigurationSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateFieldConfigurationSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateFilterInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateFilterOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateGadgetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateGadgetOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateIssueFieldOptionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateIssueFieldOptionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateIssueLinkTypeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateIssueLinkTypeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateIssueTypeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateIssueTypeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateIssueTypeSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateIssueTypeSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateIssueTypeScreenSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateIssueTypeScreenSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateMultipleCustomFieldValuesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateMultipleCustomFieldValuesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateNotificationSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateNotificationSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdatePermissionSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdatePermissionSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdatePrecomputationsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdatePrecomputationsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdatePriorityInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdatePriorityOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateProjectAvatarInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateProjectAvatarOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateProjectCategoryInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateProjectCategoryOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateProjectEmailInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateProjectEmailOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateProjectInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateProjectOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateRemoteIssueLinkInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateRemoteIssueLinkOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateResolutionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateResolutionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateScreenInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateScreenOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateScreenSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateScreenSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateStatusesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateStatusesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateUiModificationInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateUiModificationOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateVersionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateVersionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateWorkflowMappingInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateWorkflowMappingOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateWorkflowSchemeDraftInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateWorkflowSchemeDraftOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateWorkflowSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateWorkflowSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateWorkflowTransitionPropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateWorkflowTransitionPropertyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateWorkflowTransitionRuleConfigurationsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateWorkflowTransitionRuleConfigurationsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateWorklogInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateWorklogOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ValidateProjectKeyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ValidateProjectKeyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/VariableSchema_JIRA_BASE_URL.schema.json +1 -0
- package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts +6 -0
- package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts.map +1 -0
- package/dist/.pikku/secrets/pikku-secret-types.gen.js +5 -0
- package/dist/.pikku/secrets/pikku-secret-types.gen.js.map +1 -0
- package/dist/.pikku/secrets/pikku-secret-types.gen.ts +5 -0
- package/dist/.pikku/secrets/pikku-secrets-meta.gen.json +1 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.d.ts +12 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.d.ts.map +1 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.js +11 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.js.map +1 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.ts +21 -0
- package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts +114 -0
- package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts.map +1 -0
- package/dist/.pikku/trigger/pikku-trigger-types.gen.js +34 -0
- package/dist/.pikku/trigger/pikku-trigger-types.gen.js.map +1 -0
- package/dist/.pikku/trigger/pikku-trigger-types.gen.ts +160 -0
- package/dist/.pikku/variables/pikku-variable-types.gen.d.ts +6 -0
- package/dist/.pikku/variables/pikku-variable-types.gen.d.ts.map +1 -0
- package/dist/.pikku/variables/pikku-variable-types.gen.js +5 -0
- package/dist/.pikku/variables/pikku-variable-types.gen.js.map +1 -0
- package/dist/.pikku/variables/pikku-variable-types.gen.ts +5 -0
- package/dist/.pikku/variables/pikku-variables-meta.gen.json +10 -0
- package/dist/.pikku/variables/pikku-variables.gen.d.ts +15 -0
- package/dist/.pikku/variables/pikku-variables.gen.d.ts.map +1 -0
- package/dist/.pikku/variables/pikku-variables.gen.js +13 -0
- package/dist/.pikku/variables/pikku-variables.gen.js.map +1 -0
- package/dist/.pikku/variables/pikku-variables.gen.ts +23 -0
- package/dist/.pikku/workflow/pikku-workflow-map.gen.d.ts +38 -0
- package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts +90 -0
- package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-types.gen.js +18 -0
- package/dist/.pikku/workflow/pikku-workflow-types.gen.js.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-types.gen.ts +167 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.d.ts +2 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.d.ts.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js +7 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.ts +9 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.d.ts +5 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.d.ts.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js +5 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.ts +3 -0
- package/dist/src/functions/addActorUsers.function.d.ts +231 -0
- package/dist/src/functions/addActorUsers.function.d.ts.map +1 -0
- package/dist/src/functions/addActorUsers.function.js +70 -0
- package/dist/src/functions/addActorUsers.function.js.map +1 -0
- package/dist/src/functions/addAttachment.function.d.ts +121 -0
- package/dist/src/functions/addAttachment.function.d.ts.map +1 -0
- package/dist/src/functions/addAttachment.function.js +45 -0
- package/dist/src/functions/addAttachment.function.js.map +1 -0
- package/dist/src/functions/addComment.function.d.ts +271 -0
- package/dist/src/functions/addComment.function.d.ts.map +1 -0
- package/dist/src/functions/addComment.function.js +81 -0
- package/dist/src/functions/addComment.function.js.map +1 -0
- package/dist/src/functions/addFieldToDefaultScreen.function.d.ts +13 -0
- package/dist/src/functions/addFieldToDefaultScreen.function.d.ts.map +1 -0
- package/dist/src/functions/addFieldToDefaultScreen.function.js +18 -0
- package/dist/src/functions/addFieldToDefaultScreen.function.js.map +1 -0
- package/dist/src/functions/addGadget.function.d.ts +98 -0
- package/dist/src/functions/addGadget.function.d.ts.map +1 -0
- package/dist/src/functions/addGadget.function.js +37 -0
- package/dist/src/functions/addGadget.function.js.map +1 -0
- package/dist/src/functions/addIssueTypesToContext.function.d.ts +21 -0
- package/dist/src/functions/addIssueTypesToContext.function.d.ts.map +1 -0
- package/dist/src/functions/addIssueTypesToContext.function.js +20 -0
- package/dist/src/functions/addIssueTypesToContext.function.js.map +1 -0
- package/dist/src/functions/addIssueTypesToIssueTypeScheme.function.d.ts +17 -0
- package/dist/src/functions/addIssueTypesToIssueTypeScheme.function.d.ts.map +1 -0
- package/dist/src/functions/addIssueTypesToIssueTypeScheme.function.js +19 -0
- package/dist/src/functions/addIssueTypesToIssueTypeScheme.function.js.map +1 -0
- package/dist/src/functions/addNotifications.function.d.ts +49 -0
- package/dist/src/functions/addNotifications.function.d.ts.map +1 -0
- package/dist/src/functions/addNotifications.function.js +27 -0
- package/dist/src/functions/addNotifications.function.js.map +1 -0
- package/dist/src/functions/addProjectRoleActorsToRole.function.d.ts +227 -0
- package/dist/src/functions/addProjectRoleActorsToRole.function.d.ts.map +1 -0
- package/dist/src/functions/addProjectRoleActorsToRole.function.js +69 -0
- package/dist/src/functions/addProjectRoleActorsToRole.function.js.map +1 -0
- package/dist/src/functions/addScreenTab.function.d.ts +29 -0
- package/dist/src/functions/addScreenTab.function.d.ts.map +1 -0
- package/dist/src/functions/addScreenTab.function.js +22 -0
- package/dist/src/functions/addScreenTab.function.js.map +1 -0
- package/dist/src/functions/addScreenTabField.function.d.ts +33 -0
- package/dist/src/functions/addScreenTabField.function.d.ts.map +1 -0
- package/dist/src/functions/addScreenTabField.function.js +23 -0
- package/dist/src/functions/addScreenTabField.function.js.map +1 -0
- package/dist/src/functions/addSharePermission.function.d.ts +48 -0
- package/dist/src/functions/addSharePermission.function.d.ts.map +1 -0
- package/dist/src/functions/addSharePermission.function.js +25 -0
- package/dist/src/functions/addSharePermission.function.js.map +1 -0
- package/dist/src/functions/addUserToGroup.function.d.ts +137 -0
- package/dist/src/functions/addUserToGroup.function.d.ts.map +1 -0
- package/dist/src/functions/addUserToGroup.function.js +49 -0
- package/dist/src/functions/addUserToGroup.function.js.map +1 -0
- package/dist/src/functions/addVote.function.d.ts +13 -0
- package/dist/src/functions/addVote.function.d.ts.map +1 -0
- package/dist/src/functions/addVote.function.js +18 -0
- package/dist/src/functions/addVote.function.js.map +1 -0
- package/dist/src/functions/addWatcher.function.d.ts +17 -0
- package/dist/src/functions/addWatcher.function.d.ts.map +1 -0
- package/dist/src/functions/addWatcher.function.js +19 -0
- package/dist/src/functions/addWatcher.function.js.map +1 -0
- package/dist/src/functions/addWorklog.function.d.ts +312 -0
- package/dist/src/functions/addWorklog.function.d.ts.map +1 -0
- package/dist/src/functions/addWorklog.function.js +90 -0
- package/dist/src/functions/addWorklog.function.js.map +1 -0
- package/dist/src/functions/addonPropertiesResourceDeleteAddonPropertyDelete.function.d.ts +16 -0
- package/dist/src/functions/addonPropertiesResourceDeleteAddonPropertyDelete.function.d.ts.map +1 -0
- package/dist/src/functions/addonPropertiesResourceDeleteAddonPropertyDelete.function.js +17 -0
- package/dist/src/functions/addonPropertiesResourceDeleteAddonPropertyDelete.function.js.map +1 -0
- package/dist/src/functions/addonPropertiesResourceGetAddonPropertiesGet.function.d.ts +33 -0
- package/dist/src/functions/addonPropertiesResourceGetAddonPropertiesGet.function.d.ts.map +1 -0
- package/dist/src/functions/addonPropertiesResourceGetAddonPropertiesGet.function.js +23 -0
- package/dist/src/functions/addonPropertiesResourceGetAddonPropertiesGet.function.js.map +1 -0
- package/dist/src/functions/addonPropertiesResourceGetAddonPropertyGet.function.d.ts +29 -0
- package/dist/src/functions/addonPropertiesResourceGetAddonPropertyGet.function.d.ts.map +1 -0
- package/dist/src/functions/addonPropertiesResourceGetAddonPropertyGet.function.js +22 -0
- package/dist/src/functions/addonPropertiesResourceGetAddonPropertyGet.function.js.map +1 -0
- package/dist/src/functions/addonPropertiesResourcePutAddonPropertyPut.function.d.ts +33 -0
- package/dist/src/functions/addonPropertiesResourcePutAddonPropertyPut.function.d.ts.map +1 -0
- package/dist/src/functions/addonPropertiesResourcePutAddonPropertyPut.function.js +23 -0
- package/dist/src/functions/addonPropertiesResourcePutAddonPropertyPut.function.js.map +1 -0
- package/dist/src/functions/analyseExpression.function.d.ts +97 -0
- package/dist/src/functions/analyseExpression.function.d.ts.map +1 -0
- package/dist/src/functions/analyseExpression.function.js +37 -0
- package/dist/src/functions/analyseExpression.function.js.map +1 -0
- package/dist/src/functions/appIssueFieldValueUpdateResourceUpdateIssueFieldsPut.function.d.ts +60 -0
- package/dist/src/functions/appIssueFieldValueUpdateResourceUpdateIssueFieldsPut.function.d.ts.map +1 -0
- package/dist/src/functions/appIssueFieldValueUpdateResourceUpdateIssueFieldsPut.function.js +28 -0
- package/dist/src/functions/appIssueFieldValueUpdateResourceUpdateIssueFieldsPut.function.js.map +1 -0
- package/dist/src/functions/appendMappingsForIssueTypeScreenScheme.function.d.ts +29 -0
- package/dist/src/functions/appendMappingsForIssueTypeScreenScheme.function.d.ts.map +1 -0
- package/dist/src/functions/appendMappingsForIssueTypeScreenScheme.function.js +22 -0
- package/dist/src/functions/appendMappingsForIssueTypeScreenScheme.function.js.map +1 -0
- package/dist/src/functions/archiveProject.function.d.ts +13 -0
- package/dist/src/functions/archiveProject.function.d.ts.map +1 -0
- package/dist/src/functions/archiveProject.function.js +18 -0
- package/dist/src/functions/archiveProject.function.js.map +1 -0
- package/dist/src/functions/assignFieldConfigurationSchemeToProject.function.d.ts +17 -0
- package/dist/src/functions/assignFieldConfigurationSchemeToProject.function.d.ts.map +1 -0
- package/dist/src/functions/assignFieldConfigurationSchemeToProject.function.js +19 -0
- package/dist/src/functions/assignFieldConfigurationSchemeToProject.function.js.map +1 -0
- package/dist/src/functions/assignIssue.function.d.ts +25 -0
- package/dist/src/functions/assignIssue.function.d.ts.map +1 -0
- package/dist/src/functions/assignIssue.function.js +21 -0
- package/dist/src/functions/assignIssue.function.js.map +1 -0
- package/dist/src/functions/assignIssueTypeSchemeToProject.function.d.ts +17 -0
- package/dist/src/functions/assignIssueTypeSchemeToProject.function.d.ts.map +1 -0
- package/dist/src/functions/assignIssueTypeSchemeToProject.function.js +19 -0
- package/dist/src/functions/assignIssueTypeSchemeToProject.function.js.map +1 -0
- package/dist/src/functions/assignIssueTypeScreenSchemeToProject.function.d.ts +17 -0
- package/dist/src/functions/assignIssueTypeScreenSchemeToProject.function.d.ts.map +1 -0
- package/dist/src/functions/assignIssueTypeScreenSchemeToProject.function.js +19 -0
- package/dist/src/functions/assignIssueTypeScreenSchemeToProject.function.js.map +1 -0
- package/dist/src/functions/assignPermissionScheme.function.d.ts +188 -0
- package/dist/src/functions/assignPermissionScheme.function.d.ts.map +1 -0
- package/dist/src/functions/assignPermissionScheme.function.js +60 -0
- package/dist/src/functions/assignPermissionScheme.function.js.map +1 -0
- package/dist/src/functions/assignProjectsToCustomFieldContext.function.d.ts +21 -0
- package/dist/src/functions/assignProjectsToCustomFieldContext.function.d.ts.map +1 -0
- package/dist/src/functions/assignProjectsToCustomFieldContext.function.js +20 -0
- package/dist/src/functions/assignProjectsToCustomFieldContext.function.js.map +1 -0
- package/dist/src/functions/assignSchemeToProject.function.d.ts +17 -0
- package/dist/src/functions/assignSchemeToProject.function.d.ts.map +1 -0
- package/dist/src/functions/assignSchemeToProject.function.js +19 -0
- package/dist/src/functions/assignSchemeToProject.function.js.map +1 -0
- package/dist/src/functions/bulkDeleteIssueProperty.function.d.ts +20 -0
- package/dist/src/functions/bulkDeleteIssueProperty.function.d.ts.map +1 -0
- package/dist/src/functions/bulkDeleteIssueProperty.function.js +18 -0
- package/dist/src/functions/bulkDeleteIssueProperty.function.js.map +1 -0
- package/dist/src/functions/bulkGetGroups.function.d.ts +77 -0
- package/dist/src/functions/bulkGetGroups.function.d.ts.map +1 -0
- package/dist/src/functions/bulkGetGroups.function.js +34 -0
- package/dist/src/functions/bulkGetGroups.function.js.map +1 -0
- package/dist/src/functions/bulkGetUsers.function.d.ts +302 -0
- package/dist/src/functions/bulkGetUsers.function.d.ts.map +1 -0
- package/dist/src/functions/bulkGetUsers.function.js +89 -0
- package/dist/src/functions/bulkGetUsers.function.js.map +1 -0
- package/dist/src/functions/bulkGetUsersMigration.function.d.ts +41 -0
- package/dist/src/functions/bulkGetUsersMigration.function.d.ts.map +1 -0
- package/dist/src/functions/bulkGetUsersMigration.function.js +25 -0
- package/dist/src/functions/bulkGetUsersMigration.function.js.map +1 -0
- package/dist/src/functions/bulkSetIssuePropertiesByIssue.function.d.ts +179 -0
- package/dist/src/functions/bulkSetIssuePropertiesByIssue.function.d.ts.map +1 -0
- package/dist/src/functions/bulkSetIssuePropertiesByIssue.function.js +56 -0
- package/dist/src/functions/bulkSetIssuePropertiesByIssue.function.js.map +1 -0
- package/dist/src/functions/bulkSetIssueProperty.function.d.ts +40 -0
- package/dist/src/functions/bulkSetIssueProperty.function.d.ts.map +1 -0
- package/dist/src/functions/bulkSetIssueProperty.function.js +23 -0
- package/dist/src/functions/bulkSetIssueProperty.function.js.map +1 -0
- package/dist/src/functions/bulkSetIssuesPropertiesList.function.d.ts +171 -0
- package/dist/src/functions/bulkSetIssuesPropertiesList.function.d.ts.map +1 -0
- package/dist/src/functions/bulkSetIssuesPropertiesList.function.js +54 -0
- package/dist/src/functions/bulkSetIssuesPropertiesList.function.js.map +1 -0
- package/dist/src/functions/cancelTask.function.d.ts +13 -0
- package/dist/src/functions/cancelTask.function.d.ts.map +1 -0
- package/dist/src/functions/cancelTask.function.js +18 -0
- package/dist/src/functions/cancelTask.function.js.map +1 -0
- package/dist/src/functions/changeFilterOwner.function.d.ts +17 -0
- package/dist/src/functions/changeFilterOwner.function.d.ts.map +1 -0
- package/dist/src/functions/changeFilterOwner.function.js +19 -0
- package/dist/src/functions/changeFilterOwner.function.js.map +1 -0
- package/dist/src/functions/copyDashboard.function.d.ts +5 -0
- package/dist/src/functions/copyDashboard.function.d.ts.map +1 -0
- package/dist/src/functions/copyDashboard.function.js +16 -0
- package/dist/src/functions/copyDashboard.function.js.map +1 -0
- package/dist/src/functions/createComponent.function.d.ts +827 -0
- package/dist/src/functions/createComponent.function.d.ts.map +1 -0
- package/dist/src/functions/createComponent.function.js +214 -0
- package/dist/src/functions/createComponent.function.js.map +1 -0
- package/dist/src/functions/createCustomField.function.d.ts +206 -0
- package/dist/src/functions/createCustomField.function.d.ts.map +1 -0
- package/dist/src/functions/createCustomField.function.js +61 -0
- package/dist/src/functions/createCustomField.function.js.map +1 -0
- package/dist/src/functions/createCustomFieldContext.function.d.ts +53 -0
- package/dist/src/functions/createCustomFieldContext.function.d.ts.map +1 -0
- package/dist/src/functions/createCustomFieldContext.function.js +28 -0
- package/dist/src/functions/createCustomFieldContext.function.js.map +1 -0
- package/dist/src/functions/createCustomFieldOption.function.d.ts +65 -0
- package/dist/src/functions/createCustomFieldOption.function.d.ts.map +1 -0
- package/dist/src/functions/createCustomFieldOption.function.js +31 -0
- package/dist/src/functions/createCustomFieldOption.function.js.map +1 -0
- package/dist/src/functions/createDashboard.function.d.ts +5 -0
- package/dist/src/functions/createDashboard.function.d.ts.map +1 -0
- package/dist/src/functions/createDashboard.function.js +16 -0
- package/dist/src/functions/createDashboard.function.js.map +1 -0
- package/dist/src/functions/createFieldConfiguration.function.d.ts +37 -0
- package/dist/src/functions/createFieldConfiguration.function.d.ts.map +1 -0
- package/dist/src/functions/createFieldConfiguration.function.js +24 -0
- package/dist/src/functions/createFieldConfiguration.function.js.map +1 -0
- package/dist/src/functions/createFieldConfigurationScheme.function.d.ts +33 -0
- package/dist/src/functions/createFieldConfigurationScheme.function.d.ts.map +1 -0
- package/dist/src/functions/createFieldConfigurationScheme.function.js +23 -0
- package/dist/src/functions/createFieldConfigurationScheme.function.js.map +1 -0
- package/dist/src/functions/createFilter.function.d.ts +5 -0
- package/dist/src/functions/createFilter.function.d.ts.map +1 -0
- package/dist/src/functions/createFilter.function.js +16 -0
- package/dist/src/functions/createFilter.function.js.map +1 -0
- package/dist/src/functions/createGroup.function.d.ts +125 -0
- package/dist/src/functions/createGroup.function.d.ts.map +1 -0
- package/dist/src/functions/createGroup.function.js +46 -0
- package/dist/src/functions/createGroup.function.js.map +1 -0
- package/dist/src/functions/createIssue.function.d.ts +477 -0
- package/dist/src/functions/createIssue.function.d.ts.map +1 -0
- package/dist/src/functions/createIssue.function.js +134 -0
- package/dist/src/functions/createIssue.function.js.map +1 -0
- package/dist/src/functions/createIssueFieldOption.function.d.ts +159 -0
- package/dist/src/functions/createIssueFieldOption.function.d.ts.map +1 -0
- package/dist/src/functions/createIssueFieldOption.function.js +50 -0
- package/dist/src/functions/createIssueFieldOption.function.js.map +1 -0
- package/dist/src/functions/createIssueLinkType.function.d.ts +49 -0
- package/dist/src/functions/createIssueLinkType.function.d.ts.map +1 -0
- package/dist/src/functions/createIssueLinkType.function.js +27 -0
- package/dist/src/functions/createIssueLinkType.function.js.map +1 -0
- package/dist/src/functions/createIssueType.function.d.ts +167 -0
- package/dist/src/functions/createIssueType.function.d.ts.map +1 -0
- package/dist/src/functions/createIssueType.function.js +54 -0
- package/dist/src/functions/createIssueType.function.js.map +1 -0
- package/dist/src/functions/createIssueTypeAvatar.function.d.ts +61 -0
- package/dist/src/functions/createIssueTypeAvatar.function.d.ts.map +1 -0
- package/dist/src/functions/createIssueTypeAvatar.function.js +30 -0
- package/dist/src/functions/createIssueTypeAvatar.function.js.map +1 -0
- package/dist/src/functions/createIssueTypeScheme.function.d.ts +33 -0
- package/dist/src/functions/createIssueTypeScheme.function.d.ts.map +1 -0
- package/dist/src/functions/createIssueTypeScheme.function.js +23 -0
- package/dist/src/functions/createIssueTypeScheme.function.js.map +1 -0
- package/dist/src/functions/createIssueTypeScreenScheme.function.d.ts +41 -0
- package/dist/src/functions/createIssueTypeScreenScheme.function.d.ts.map +1 -0
- package/dist/src/functions/createIssueTypeScreenScheme.function.js +25 -0
- package/dist/src/functions/createIssueTypeScreenScheme.function.js.map +1 -0
- package/dist/src/functions/createIssues.function.d.ts +525 -0
- package/dist/src/functions/createIssues.function.d.ts.map +1 -0
- package/dist/src/functions/createIssues.function.js +146 -0
- package/dist/src/functions/createIssues.function.js.map +1 -0
- package/dist/src/functions/createNotificationScheme.function.d.ts +61 -0
- package/dist/src/functions/createNotificationScheme.function.d.ts.map +1 -0
- package/dist/src/functions/createNotificationScheme.function.js +30 -0
- package/dist/src/functions/createNotificationScheme.function.js.map +1 -0
- package/dist/src/functions/createOrUpdateRemoteIssueLink.function.d.ts +121 -0
- package/dist/src/functions/createOrUpdateRemoteIssueLink.function.d.ts.map +1 -0
- package/dist/src/functions/createOrUpdateRemoteIssueLink.function.js +45 -0
- package/dist/src/functions/createOrUpdateRemoteIssueLink.function.js.map +1 -0
- package/dist/src/functions/createPermissionGrant.function.d.ts +85 -0
- package/dist/src/functions/createPermissionGrant.function.d.ts.map +1 -0
- package/dist/src/functions/createPermissionGrant.function.js +36 -0
- package/dist/src/functions/createPermissionGrant.function.js.map +1 -0
- package/dist/src/functions/createPermissionScheme.function.d.ts +331 -0
- package/dist/src/functions/createPermissionScheme.function.d.ts.map +1 -0
- package/dist/src/functions/createPermissionScheme.function.js +94 -0
- package/dist/src/functions/createPermissionScheme.function.js.map +1 -0
- package/dist/src/functions/createPriority.function.d.ts +44 -0
- package/dist/src/functions/createPriority.function.d.ts.map +1 -0
- package/dist/src/functions/createPriority.function.js +23 -0
- package/dist/src/functions/createPriority.function.js.map +1 -0
- package/dist/src/functions/createProject.function.d.ts +132 -0
- package/dist/src/functions/createProject.function.d.ts.map +1 -0
- package/dist/src/functions/createProject.function.js +39 -0
- package/dist/src/functions/createProject.function.js.map +1 -0
- package/dist/src/functions/createProjectAvatar.function.d.ts +61 -0
- package/dist/src/functions/createProjectAvatar.function.d.ts.map +1 -0
- package/dist/src/functions/createProjectAvatar.function.js +30 -0
- package/dist/src/functions/createProjectAvatar.function.js.map +1 -0
- package/dist/src/functions/createProjectCategory.function.d.ts +37 -0
- package/dist/src/functions/createProjectCategory.function.d.ts.map +1 -0
- package/dist/src/functions/createProjectCategory.function.js +24 -0
- package/dist/src/functions/createProjectCategory.function.js.map +1 -0
- package/dist/src/functions/createProjectRole.function.d.ts +219 -0
- package/dist/src/functions/createProjectRole.function.d.ts.map +1 -0
- package/dist/src/functions/createProjectRole.function.js +67 -0
- package/dist/src/functions/createProjectRole.function.js.map +1 -0
- package/dist/src/functions/createResolution.function.d.ts +25 -0
- package/dist/src/functions/createResolution.function.d.ts.map +1 -0
- package/dist/src/functions/createResolution.function.js +21 -0
- package/dist/src/functions/createResolution.function.js.map +1 -0
- package/dist/src/functions/createScreen.function.d.ts +132 -0
- package/dist/src/functions/createScreen.function.d.ts.map +1 -0
- package/dist/src/functions/createScreen.function.js +46 -0
- package/dist/src/functions/createScreen.function.js.map +1 -0
- package/dist/src/functions/createScreenScheme.function.d.ts +49 -0
- package/dist/src/functions/createScreenScheme.function.d.ts.map +1 -0
- package/dist/src/functions/createScreenScheme.function.js +27 -0
- package/dist/src/functions/createScreenScheme.function.js.map +1 -0
- package/dist/src/functions/createStatuses.function.d.ts +135 -0
- package/dist/src/functions/createStatuses.function.d.ts.map +1 -0
- package/dist/src/functions/createStatuses.function.js +45 -0
- package/dist/src/functions/createStatuses.function.js.map +1 -0
- package/dist/src/functions/createUiModification.function.d.ts +61 -0
- package/dist/src/functions/createUiModification.function.d.ts.map +1 -0
- package/dist/src/functions/createUiModification.function.js +30 -0
- package/dist/src/functions/createUiModification.function.js.map +1 -0
- package/dist/src/functions/createUser.function.d.ts +274 -0
- package/dist/src/functions/createUser.function.d.ts.map +1 -0
- package/dist/src/functions/createUser.function.js +82 -0
- package/dist/src/functions/createUser.function.js.map +1 -0
- package/dist/src/functions/createVersion.function.d.ts +173 -0
- package/dist/src/functions/createVersion.function.d.ts.map +1 -0
- package/dist/src/functions/createVersion.function.js +58 -0
- package/dist/src/functions/createVersion.function.js.map +1 -0
- package/dist/src/functions/createWorkflow.function.d.ts +183 -0
- package/dist/src/functions/createWorkflow.function.d.ts.map +1 -0
- package/dist/src/functions/createWorkflow.function.js +58 -0
- package/dist/src/functions/createWorkflow.function.js.map +1 -0
- package/dist/src/functions/createWorkflowScheme.function.d.ts +465 -0
- package/dist/src/functions/createWorkflowScheme.function.d.ts.map +1 -0
- package/dist/src/functions/createWorkflowScheme.function.js +128 -0
- package/dist/src/functions/createWorkflowScheme.function.js.map +1 -0
- package/dist/src/functions/createWorkflowSchemeDraftFromParent.function.d.ts +449 -0
- package/dist/src/functions/createWorkflowSchemeDraftFromParent.function.d.ts.map +1 -0
- package/dist/src/functions/createWorkflowSchemeDraftFromParent.function.js +124 -0
- package/dist/src/functions/createWorkflowSchemeDraftFromParent.function.js.map +1 -0
- package/dist/src/functions/createWorkflowTransitionProperty.function.d.ts +48 -0
- package/dist/src/functions/createWorkflowTransitionProperty.function.d.ts.map +1 -0
- package/dist/src/functions/createWorkflowTransitionProperty.function.js +26 -0
- package/dist/src/functions/createWorkflowTransitionProperty.function.js.map +1 -0
- package/dist/src/functions/deleteActor.function.d.ts +28 -0
- package/dist/src/functions/deleteActor.function.d.ts.map +1 -0
- package/dist/src/functions/deleteActor.function.js +20 -0
- package/dist/src/functions/deleteActor.function.js.map +1 -0
- package/dist/src/functions/deleteAndReplaceVersion.function.d.ts +37 -0
- package/dist/src/functions/deleteAndReplaceVersion.function.d.ts.map +1 -0
- package/dist/src/functions/deleteAndReplaceVersion.function.js +24 -0
- package/dist/src/functions/deleteAndReplaceVersion.function.js.map +1 -0
- package/dist/src/functions/deleteAvatar.function.d.ts +23 -0
- package/dist/src/functions/deleteAvatar.function.d.ts.map +1 -0
- package/dist/src/functions/deleteAvatar.function.js +18 -0
- package/dist/src/functions/deleteAvatar.function.js.map +1 -0
- package/dist/src/functions/deleteComment.function.d.ts +16 -0
- package/dist/src/functions/deleteComment.function.d.ts.map +1 -0
- package/dist/src/functions/deleteComment.function.js +17 -0
- package/dist/src/functions/deleteComment.function.js.map +1 -0
- package/dist/src/functions/deleteCommentProperty.function.d.ts +16 -0
- package/dist/src/functions/deleteCommentProperty.function.d.ts.map +1 -0
- package/dist/src/functions/deleteCommentProperty.function.js +17 -0
- package/dist/src/functions/deleteCommentProperty.function.js.map +1 -0
- package/dist/src/functions/deleteComponent.function.d.ts +16 -0
- package/dist/src/functions/deleteComponent.function.d.ts.map +1 -0
- package/dist/src/functions/deleteComponent.function.js +17 -0
- package/dist/src/functions/deleteComponent.function.js.map +1 -0
- package/dist/src/functions/deleteCustomField.function.d.ts +12 -0
- package/dist/src/functions/deleteCustomField.function.d.ts.map +1 -0
- package/dist/src/functions/deleteCustomField.function.js +16 -0
- package/dist/src/functions/deleteCustomField.function.js.map +1 -0
- package/dist/src/functions/deleteCustomFieldContext.function.d.ts +17 -0
- package/dist/src/functions/deleteCustomFieldContext.function.d.ts.map +1 -0
- package/dist/src/functions/deleteCustomFieldContext.function.js +19 -0
- package/dist/src/functions/deleteCustomFieldContext.function.js.map +1 -0
- package/dist/src/functions/deleteCustomFieldOption.function.d.ts +20 -0
- package/dist/src/functions/deleteCustomFieldOption.function.d.ts.map +1 -0
- package/dist/src/functions/deleteCustomFieldOption.function.js +18 -0
- package/dist/src/functions/deleteCustomFieldOption.function.js.map +1 -0
- package/dist/src/functions/deleteDashboard.function.d.ts +12 -0
- package/dist/src/functions/deleteDashboard.function.d.ts.map +1 -0
- package/dist/src/functions/deleteDashboard.function.js +16 -0
- package/dist/src/functions/deleteDashboard.function.js.map +1 -0
- package/dist/src/functions/deleteDashboardItemProperty.function.d.ts +20 -0
- package/dist/src/functions/deleteDashboardItemProperty.function.d.ts.map +1 -0
- package/dist/src/functions/deleteDashboardItemProperty.function.js +18 -0
- package/dist/src/functions/deleteDashboardItemProperty.function.js.map +1 -0
- package/dist/src/functions/deleteDefaultWorkflow.function.d.ts +453 -0
- package/dist/src/functions/deleteDefaultWorkflow.function.d.ts.map +1 -0
- package/dist/src/functions/deleteDefaultWorkflow.function.js +125 -0
- package/dist/src/functions/deleteDefaultWorkflow.function.js.map +1 -0
- package/dist/src/functions/deleteDraftDefaultWorkflow.function.d.ts +449 -0
- package/dist/src/functions/deleteDraftDefaultWorkflow.function.d.ts.map +1 -0
- package/dist/src/functions/deleteDraftDefaultWorkflow.function.js +124 -0
- package/dist/src/functions/deleteDraftDefaultWorkflow.function.js.map +1 -0
- package/dist/src/functions/deleteDraftWorkflowMapping.function.d.ts +16 -0
- package/dist/src/functions/deleteDraftWorkflowMapping.function.d.ts.map +1 -0
- package/dist/src/functions/deleteDraftWorkflowMapping.function.js +17 -0
- package/dist/src/functions/deleteDraftWorkflowMapping.function.js.map +1 -0
- package/dist/src/functions/deleteFavouriteForFilter.function.d.ts +17 -0
- package/dist/src/functions/deleteFavouriteForFilter.function.d.ts.map +1 -0
- package/dist/src/functions/deleteFavouriteForFilter.function.js +19 -0
- package/dist/src/functions/deleteFavouriteForFilter.function.js.map +1 -0
- package/dist/src/functions/deleteFieldConfiguration.function.d.ts +13 -0
- package/dist/src/functions/deleteFieldConfiguration.function.d.ts.map +1 -0
- package/dist/src/functions/deleteFieldConfiguration.function.js +18 -0
- package/dist/src/functions/deleteFieldConfiguration.function.js.map +1 -0
- package/dist/src/functions/deleteFieldConfigurationScheme.function.d.ts +13 -0
- package/dist/src/functions/deleteFieldConfigurationScheme.function.d.ts.map +1 -0
- package/dist/src/functions/deleteFieldConfigurationScheme.function.js +18 -0
- package/dist/src/functions/deleteFieldConfigurationScheme.function.js.map +1 -0
- package/dist/src/functions/deleteFilter.function.d.ts +12 -0
- package/dist/src/functions/deleteFilter.function.d.ts.map +1 -0
- package/dist/src/functions/deleteFilter.function.js +16 -0
- package/dist/src/functions/deleteFilter.function.js.map +1 -0
- package/dist/src/functions/deleteInactiveWorkflow.function.d.ts +12 -0
- package/dist/src/functions/deleteInactiveWorkflow.function.d.ts.map +1 -0
- package/dist/src/functions/deleteInactiveWorkflow.function.js +16 -0
- package/dist/src/functions/deleteInactiveWorkflow.function.js.map +1 -0
- package/dist/src/functions/deleteIssue.function.d.ts +19 -0
- package/dist/src/functions/deleteIssue.function.d.ts.map +1 -0
- package/dist/src/functions/deleteIssue.function.js +17 -0
- package/dist/src/functions/deleteIssue.function.js.map +1 -0
- package/dist/src/functions/deleteIssueFieldOption.function.d.ts +17 -0
- package/dist/src/functions/deleteIssueFieldOption.function.d.ts.map +1 -0
- package/dist/src/functions/deleteIssueFieldOption.function.js +19 -0
- package/dist/src/functions/deleteIssueFieldOption.function.js.map +1 -0
- package/dist/src/functions/deleteIssueLink.function.d.ts +12 -0
- package/dist/src/functions/deleteIssueLink.function.d.ts.map +1 -0
- package/dist/src/functions/deleteIssueLink.function.js +16 -0
- package/dist/src/functions/deleteIssueLink.function.js.map +1 -0
- package/dist/src/functions/deleteIssueLinkType.function.d.ts +12 -0
- package/dist/src/functions/deleteIssueLinkType.function.d.ts.map +1 -0
- package/dist/src/functions/deleteIssueLinkType.function.js +16 -0
- package/dist/src/functions/deleteIssueLinkType.function.js.map +1 -0
- package/dist/src/functions/deleteIssueProperty.function.d.ts +16 -0
- package/dist/src/functions/deleteIssueProperty.function.d.ts.map +1 -0
- package/dist/src/functions/deleteIssueProperty.function.js +17 -0
- package/dist/src/functions/deleteIssueProperty.function.js.map +1 -0
- package/dist/src/functions/deleteIssueType.function.d.ts +16 -0
- package/dist/src/functions/deleteIssueType.function.d.ts.map +1 -0
- package/dist/src/functions/deleteIssueType.function.js +17 -0
- package/dist/src/functions/deleteIssueType.function.js.map +1 -0
- package/dist/src/functions/deleteIssueTypeProperty.function.d.ts +16 -0
- package/dist/src/functions/deleteIssueTypeProperty.function.d.ts.map +1 -0
- package/dist/src/functions/deleteIssueTypeProperty.function.js +17 -0
- package/dist/src/functions/deleteIssueTypeProperty.function.js.map +1 -0
- package/dist/src/functions/deleteIssueTypeScheme.function.d.ts +13 -0
- package/dist/src/functions/deleteIssueTypeScheme.function.d.ts.map +1 -0
- package/dist/src/functions/deleteIssueTypeScheme.function.js +18 -0
- package/dist/src/functions/deleteIssueTypeScheme.function.js.map +1 -0
- package/dist/src/functions/deleteIssueTypeScreenScheme.function.d.ts +13 -0
- package/dist/src/functions/deleteIssueTypeScreenScheme.function.d.ts.map +1 -0
- package/dist/src/functions/deleteIssueTypeScreenScheme.function.js +18 -0
- package/dist/src/functions/deleteIssueTypeScreenScheme.function.js.map +1 -0
- package/dist/src/functions/deleteNotificationScheme.function.d.ts +13 -0
- package/dist/src/functions/deleteNotificationScheme.function.d.ts.map +1 -0
- package/dist/src/functions/deleteNotificationScheme.function.js +18 -0
- package/dist/src/functions/deleteNotificationScheme.function.js.map +1 -0
- package/dist/src/functions/deletePermissionScheme.function.d.ts +12 -0
- package/dist/src/functions/deletePermissionScheme.function.d.ts.map +1 -0
- package/dist/src/functions/deletePermissionScheme.function.js +16 -0
- package/dist/src/functions/deletePermissionScheme.function.js.map +1 -0
- package/dist/src/functions/deletePermissionSchemeEntity.function.d.ts +16 -0
- package/dist/src/functions/deletePermissionSchemeEntity.function.d.ts.map +1 -0
- package/dist/src/functions/deletePermissionSchemeEntity.function.js +17 -0
- package/dist/src/functions/deletePermissionSchemeEntity.function.js.map +1 -0
- package/dist/src/functions/deletePriority.function.d.ts +16 -0
- package/dist/src/functions/deletePriority.function.d.ts.map +1 -0
- package/dist/src/functions/deletePriority.function.js +17 -0
- package/dist/src/functions/deletePriority.function.js.map +1 -0
- package/dist/src/functions/deleteProject.function.d.ts +16 -0
- package/dist/src/functions/deleteProject.function.d.ts.map +1 -0
- package/dist/src/functions/deleteProject.function.js +17 -0
- package/dist/src/functions/deleteProject.function.js.map +1 -0
- package/dist/src/functions/deleteProjectAsynchronously.function.d.ts +12 -0
- package/dist/src/functions/deleteProjectAsynchronously.function.d.ts.map +1 -0
- package/dist/src/functions/deleteProjectAsynchronously.function.js +16 -0
- package/dist/src/functions/deleteProjectAsynchronously.function.js.map +1 -0
- package/dist/src/functions/deleteProjectAvatar.function.d.ts +16 -0
- package/dist/src/functions/deleteProjectAvatar.function.d.ts.map +1 -0
- package/dist/src/functions/deleteProjectAvatar.function.js +17 -0
- package/dist/src/functions/deleteProjectAvatar.function.js.map +1 -0
- package/dist/src/functions/deleteProjectProperty.function.d.ts +16 -0
- package/dist/src/functions/deleteProjectProperty.function.d.ts.map +1 -0
- package/dist/src/functions/deleteProjectProperty.function.js +17 -0
- package/dist/src/functions/deleteProjectProperty.function.js.map +1 -0
- package/dist/src/functions/deleteProjectRole.function.d.ts +16 -0
- package/dist/src/functions/deleteProjectRole.function.d.ts.map +1 -0
- package/dist/src/functions/deleteProjectRole.function.js +17 -0
- package/dist/src/functions/deleteProjectRole.function.js.map +1 -0
- package/dist/src/functions/deleteProjectRoleActorsFromRole.function.d.ts +227 -0
- package/dist/src/functions/deleteProjectRoleActorsFromRole.function.d.ts.map +1 -0
- package/dist/src/functions/deleteProjectRoleActorsFromRole.function.js +69 -0
- package/dist/src/functions/deleteProjectRoleActorsFromRole.function.js.map +1 -0
- package/dist/src/functions/deleteRemoteIssueLinkByGlobalId.function.d.ts +16 -0
- package/dist/src/functions/deleteRemoteIssueLinkByGlobalId.function.d.ts.map +1 -0
- package/dist/src/functions/deleteRemoteIssueLinkByGlobalId.function.js +17 -0
- package/dist/src/functions/deleteRemoteIssueLinkByGlobalId.function.js.map +1 -0
- package/dist/src/functions/deleteRemoteIssueLinkById.function.d.ts +16 -0
- package/dist/src/functions/deleteRemoteIssueLinkById.function.d.ts.map +1 -0
- package/dist/src/functions/deleteRemoteIssueLinkById.function.js +17 -0
- package/dist/src/functions/deleteRemoteIssueLinkById.function.js.map +1 -0
- package/dist/src/functions/deleteResolution.function.d.ts +16 -0
- package/dist/src/functions/deleteResolution.function.d.ts.map +1 -0
- package/dist/src/functions/deleteResolution.function.js +17 -0
- package/dist/src/functions/deleteResolution.function.js.map +1 -0
- package/dist/src/functions/deleteScreen.function.d.ts +12 -0
- package/dist/src/functions/deleteScreen.function.d.ts.map +1 -0
- package/dist/src/functions/deleteScreen.function.js +16 -0
- package/dist/src/functions/deleteScreen.function.js.map +1 -0
- package/dist/src/functions/deleteScreenScheme.function.d.ts +12 -0
- package/dist/src/functions/deleteScreenScheme.function.d.ts.map +1 -0
- package/dist/src/functions/deleteScreenScheme.function.js +16 -0
- package/dist/src/functions/deleteScreenScheme.function.js.map +1 -0
- package/dist/src/functions/deleteScreenTab.function.d.ts +16 -0
- package/dist/src/functions/deleteScreenTab.function.d.ts.map +1 -0
- package/dist/src/functions/deleteScreenTab.function.js +17 -0
- package/dist/src/functions/deleteScreenTab.function.js.map +1 -0
- package/dist/src/functions/deleteSharePermission.function.d.ts +16 -0
- package/dist/src/functions/deleteSharePermission.function.d.ts.map +1 -0
- package/dist/src/functions/deleteSharePermission.function.js +17 -0
- package/dist/src/functions/deleteSharePermission.function.js.map +1 -0
- package/dist/src/functions/deleteStatusesById.function.d.ts +13 -0
- package/dist/src/functions/deleteStatusesById.function.d.ts.map +1 -0
- package/dist/src/functions/deleteStatusesById.function.js +18 -0
- package/dist/src/functions/deleteStatusesById.function.js.map +1 -0
- package/dist/src/functions/deleteUiModification.function.d.ts +13 -0
- package/dist/src/functions/deleteUiModification.function.d.ts.map +1 -0
- package/dist/src/functions/deleteUiModification.function.js +18 -0
- package/dist/src/functions/deleteUiModification.function.js.map +1 -0
- package/dist/src/functions/deleteUserProperty.function.d.ts +24 -0
- package/dist/src/functions/deleteUserProperty.function.d.ts.map +1 -0
- package/dist/src/functions/deleteUserProperty.function.js +19 -0
- package/dist/src/functions/deleteUserProperty.function.js.map +1 -0
- package/dist/src/functions/deleteWebhookById.function.d.ts +12 -0
- package/dist/src/functions/deleteWebhookById.function.d.ts.map +1 -0
- package/dist/src/functions/deleteWebhookById.function.js +16 -0
- package/dist/src/functions/deleteWebhookById.function.js.map +1 -0
- package/dist/src/functions/deleteWorkflowMapping.function.d.ts +20 -0
- package/dist/src/functions/deleteWorkflowMapping.function.d.ts.map +1 -0
- package/dist/src/functions/deleteWorkflowMapping.function.js +18 -0
- package/dist/src/functions/deleteWorkflowMapping.function.js.map +1 -0
- package/dist/src/functions/deleteWorkflowScheme.function.d.ts +13 -0
- package/dist/src/functions/deleteWorkflowScheme.function.d.ts.map +1 -0
- package/dist/src/functions/deleteWorkflowScheme.function.js +18 -0
- package/dist/src/functions/deleteWorkflowScheme.function.js.map +1 -0
- package/dist/src/functions/deleteWorkflowSchemeDraft.function.d.ts +12 -0
- package/dist/src/functions/deleteWorkflowSchemeDraft.function.d.ts.map +1 -0
- package/dist/src/functions/deleteWorkflowSchemeDraft.function.js +16 -0
- package/dist/src/functions/deleteWorkflowSchemeDraft.function.js.map +1 -0
- package/dist/src/functions/deleteWorkflowSchemeDraftIssueType.function.d.ts +453 -0
- package/dist/src/functions/deleteWorkflowSchemeDraftIssueType.function.d.ts.map +1 -0
- package/dist/src/functions/deleteWorkflowSchemeDraftIssueType.function.js +125 -0
- package/dist/src/functions/deleteWorkflowSchemeDraftIssueType.function.js.map +1 -0
- package/dist/src/functions/deleteWorkflowSchemeIssueType.function.d.ts +457 -0
- package/dist/src/functions/deleteWorkflowSchemeIssueType.function.d.ts.map +1 -0
- package/dist/src/functions/deleteWorkflowSchemeIssueType.function.js +126 -0
- package/dist/src/functions/deleteWorkflowSchemeIssueType.function.js.map +1 -0
- package/dist/src/functions/deleteWorkflowTransitionProperty.function.d.ts +27 -0
- package/dist/src/functions/deleteWorkflowTransitionProperty.function.d.ts.map +1 -0
- package/dist/src/functions/deleteWorkflowTransitionProperty.function.js +19 -0
- package/dist/src/functions/deleteWorkflowTransitionProperty.function.js.map +1 -0
- package/dist/src/functions/deleteWorkflowTransitionRuleConfigurations.function.d.ts +73 -0
- package/dist/src/functions/deleteWorkflowTransitionRuleConfigurations.function.d.ts.map +1 -0
- package/dist/src/functions/deleteWorkflowTransitionRuleConfigurations.function.js +33 -0
- package/dist/src/functions/deleteWorkflowTransitionRuleConfigurations.function.js.map +1 -0
- package/dist/src/functions/deleteWorklog.function.d.ts +41 -0
- package/dist/src/functions/deleteWorklog.function.d.ts.map +1 -0
- package/dist/src/functions/deleteWorklog.function.js +22 -0
- package/dist/src/functions/deleteWorklog.function.js.map +1 -0
- package/dist/src/functions/deleteWorklogProperty.function.d.ts +20 -0
- package/dist/src/functions/deleteWorklogProperty.function.d.ts.map +1 -0
- package/dist/src/functions/deleteWorklogProperty.function.js +18 -0
- package/dist/src/functions/deleteWorklogProperty.function.js.map +1 -0
- package/dist/src/functions/doTransition.function.d.ts +373 -0
- package/dist/src/functions/doTransition.function.d.ts.map +1 -0
- package/dist/src/functions/doTransition.function.js +108 -0
- package/dist/src/functions/doTransition.function.js.map +1 -0
- package/dist/src/functions/dynamicModulesResourceGetModulesGet.function.d.ts +12 -0
- package/dist/src/functions/dynamicModulesResourceGetModulesGet.function.d.ts.map +1 -0
- package/dist/src/functions/dynamicModulesResourceGetModulesGet.function.js +16 -0
- package/dist/src/functions/dynamicModulesResourceGetModulesGet.function.js.map +1 -0
- package/dist/src/functions/dynamicModulesResourceRegisterModulesPost.function.d.ts +12 -0
- package/dist/src/functions/dynamicModulesResourceRegisterModulesPost.function.d.ts.map +1 -0
- package/dist/src/functions/dynamicModulesResourceRegisterModulesPost.function.js +16 -0
- package/dist/src/functions/dynamicModulesResourceRegisterModulesPost.function.js.map +1 -0
- package/dist/src/functions/dynamicModulesResourceRemoveModulesDelete.function.d.ts +12 -0
- package/dist/src/functions/dynamicModulesResourceRemoveModulesDelete.function.d.ts.map +1 -0
- package/dist/src/functions/dynamicModulesResourceRemoveModulesDelete.function.js +16 -0
- package/dist/src/functions/dynamicModulesResourceRemoveModulesDelete.function.js.map +1 -0
- package/dist/src/functions/editIssue.function.d.ts +385 -0
- package/dist/src/functions/editIssue.function.d.ts.map +1 -0
- package/dist/src/functions/editIssue.function.js +111 -0
- package/dist/src/functions/editIssue.function.js.map +1 -0
- package/dist/src/functions/evaluateJiraExpression.function.d.ts +277 -0
- package/dist/src/functions/evaluateJiraExpression.function.d.ts.map +1 -0
- package/dist/src/functions/evaluateJiraExpression.function.js +83 -0
- package/dist/src/functions/evaluateJiraExpression.function.js.map +1 -0
- package/dist/src/functions/expandAttachmentForHumans.function.d.ts +61 -0
- package/dist/src/functions/expandAttachmentForHumans.function.d.ts.map +1 -0
- package/dist/src/functions/expandAttachmentForHumans.function.js +30 -0
- package/dist/src/functions/expandAttachmentForHumans.function.js.map +1 -0
- package/dist/src/functions/expandAttachmentForMachines.function.d.ts +49 -0
- package/dist/src/functions/expandAttachmentForMachines.function.d.ts.map +1 -0
- package/dist/src/functions/expandAttachmentForMachines.function.js +27 -0
- package/dist/src/functions/expandAttachmentForMachines.function.js.map +1 -0
- package/dist/src/functions/findAssignableUsers.function.d.ts +290 -0
- package/dist/src/functions/findAssignableUsers.function.d.ts.map +1 -0
- package/dist/src/functions/findAssignableUsers.function.js +86 -0
- package/dist/src/functions/findAssignableUsers.function.js.map +1 -0
- package/dist/src/functions/findBulkAssignableUsers.function.d.ts +274 -0
- package/dist/src/functions/findBulkAssignableUsers.function.d.ts.map +1 -0
- package/dist/src/functions/findBulkAssignableUsers.function.js +82 -0
- package/dist/src/functions/findBulkAssignableUsers.function.js.map +1 -0
- package/dist/src/functions/findGroups.function.d.ts +93 -0
- package/dist/src/functions/findGroups.function.d.ts.map +1 -0
- package/dist/src/functions/findGroups.function.js +35 -0
- package/dist/src/functions/findGroups.function.js.map +1 -0
- package/dist/src/functions/findUserKeysByQuery.function.d.ts +65 -0
- package/dist/src/functions/findUserKeysByQuery.function.d.ts.map +1 -0
- package/dist/src/functions/findUserKeysByQuery.function.js +31 -0
- package/dist/src/functions/findUserKeysByQuery.function.js.map +1 -0
- package/dist/src/functions/findUsers.function.d.ts +274 -0
- package/dist/src/functions/findUsers.function.d.ts.map +1 -0
- package/dist/src/functions/findUsers.function.js +82 -0
- package/dist/src/functions/findUsers.function.js.map +1 -0
- package/dist/src/functions/findUsersAndGroups.function.d.ts +179 -0
- package/dist/src/functions/findUsersAndGroups.function.d.ts.map +1 -0
- package/dist/src/functions/findUsersAndGroups.function.js +53 -0
- package/dist/src/functions/findUsersAndGroups.function.js.map +1 -0
- package/dist/src/functions/findUsersByQuery.function.d.ts +294 -0
- package/dist/src/functions/findUsersByQuery.function.d.ts.map +1 -0
- package/dist/src/functions/findUsersByQuery.function.js +87 -0
- package/dist/src/functions/findUsersByQuery.function.js.map +1 -0
- package/dist/src/functions/findUsersForPicker.function.d.ts +81 -0
- package/dist/src/functions/findUsersForPicker.function.d.ts.map +1 -0
- package/dist/src/functions/findUsersForPicker.function.js +35 -0
- package/dist/src/functions/findUsersForPicker.function.js.map +1 -0
- package/dist/src/functions/findUsersWithAllPermissions.function.d.ts +282 -0
- package/dist/src/functions/findUsersWithAllPermissions.function.d.ts.map +1 -0
- package/dist/src/functions/findUsersWithAllPermissions.function.js +84 -0
- package/dist/src/functions/findUsersWithAllPermissions.function.js.map +1 -0
- package/dist/src/functions/findUsersWithBrowsePermission.function.d.ts +278 -0
- package/dist/src/functions/findUsersWithBrowsePermission.function.d.ts.map +1 -0
- package/dist/src/functions/findUsersWithBrowsePermission.function.js +83 -0
- package/dist/src/functions/findUsersWithBrowsePermission.function.js.map +1 -0
- package/dist/src/functions/fullyUpdateProjectRole.function.d.ts +223 -0
- package/dist/src/functions/fullyUpdateProjectRole.function.d.ts.map +1 -0
- package/dist/src/functions/fullyUpdateProjectRole.function.js +68 -0
- package/dist/src/functions/fullyUpdateProjectRole.function.js.map +1 -0
- package/dist/src/functions/getAccessibleProjectTypeByKey.function.d.ts +42 -0
- package/dist/src/functions/getAccessibleProjectTypeByKey.function.d.ts.map +1 -0
- package/dist/src/functions/getAccessibleProjectTypeByKey.function.js +24 -0
- package/dist/src/functions/getAccessibleProjectTypeByKey.function.js.map +1 -0
- package/dist/src/functions/getAdvancedSettings.function.d.ts +44 -0
- package/dist/src/functions/getAdvancedSettings.function.d.ts.map +1 -0
- package/dist/src/functions/getAdvancedSettings.function.js +24 -0
- package/dist/src/functions/getAdvancedSettings.function.js.map +1 -0
- package/dist/src/functions/getAllAccessibleProjectTypes.function.d.ts +28 -0
- package/dist/src/functions/getAllAccessibleProjectTypes.function.d.ts.map +1 -0
- package/dist/src/functions/getAllAccessibleProjectTypes.function.js +18 -0
- package/dist/src/functions/getAllAccessibleProjectTypes.function.js.map +1 -0
- package/dist/src/functions/getAllApplicationRoles.function.d.ts +96 -0
- package/dist/src/functions/getAllApplicationRoles.function.d.ts.map +1 -0
- package/dist/src/functions/getAllApplicationRoles.function.js +37 -0
- package/dist/src/functions/getAllApplicationRoles.function.js.map +1 -0
- package/dist/src/functions/getAllAvailableDashboardGadgets.function.d.ts +28 -0
- package/dist/src/functions/getAllAvailableDashboardGadgets.function.d.ts.map +1 -0
- package/dist/src/functions/getAllAvailableDashboardGadgets.function.js +20 -0
- package/dist/src/functions/getAllAvailableDashboardGadgets.function.js.map +1 -0
- package/dist/src/functions/getAllDashboards.function.d.ts +24 -0
- package/dist/src/functions/getAllDashboards.function.d.ts.map +1 -0
- package/dist/src/functions/getAllDashboards.function.js +20 -0
- package/dist/src/functions/getAllDashboards.function.js.map +1 -0
- package/dist/src/functions/getAllFieldConfigurationSchemes.function.d.ts +69 -0
- package/dist/src/functions/getAllFieldConfigurationSchemes.function.d.ts.map +1 -0
- package/dist/src/functions/getAllFieldConfigurationSchemes.function.js +32 -0
- package/dist/src/functions/getAllFieldConfigurationSchemes.function.js.map +1 -0
- package/dist/src/functions/getAllFieldConfigurations.function.d.ts +73 -0
- package/dist/src/functions/getAllFieldConfigurations.function.d.ts.map +1 -0
- package/dist/src/functions/getAllFieldConfigurations.function.js +33 -0
- package/dist/src/functions/getAllFieldConfigurations.function.js.map +1 -0
- package/dist/src/functions/getAllGadgets.function.d.ts +82 -0
- package/dist/src/functions/getAllGadgets.function.d.ts.map +1 -0
- package/dist/src/functions/getAllGadgets.function.js +33 -0
- package/dist/src/functions/getAllGadgets.function.js.map +1 -0
- package/dist/src/functions/getAllIssueFieldOptions.function.d.ts +130 -0
- package/dist/src/functions/getAllIssueFieldOptions.function.d.ts.map +1 -0
- package/dist/src/functions/getAllIssueFieldOptions.function.js +45 -0
- package/dist/src/functions/getAllIssueFieldOptions.function.js.map +1 -0
- package/dist/src/functions/getAllIssueTypeSchemes.function.d.ts +96 -0
- package/dist/src/functions/getAllIssueTypeSchemes.function.d.ts.map +1 -0
- package/dist/src/functions/getAllIssueTypeSchemes.function.js +37 -0
- package/dist/src/functions/getAllIssueTypeSchemes.function.js.map +1 -0
- package/dist/src/functions/getAllLabels.function.d.ts +49 -0
- package/dist/src/functions/getAllLabels.function.d.ts.map +1 -0
- package/dist/src/functions/getAllLabels.function.js +25 -0
- package/dist/src/functions/getAllLabels.function.js.map +1 -0
- package/dist/src/functions/getAllPermissionSchemes.function.d.ts +188 -0
- package/dist/src/functions/getAllPermissionSchemes.function.d.ts.map +1 -0
- package/dist/src/functions/getAllPermissionSchemes.function.js +60 -0
- package/dist/src/functions/getAllPermissionSchemes.function.js.map +1 -0
- package/dist/src/functions/getAllPermissions.function.d.ts +47 -0
- package/dist/src/functions/getAllPermissions.function.d.ts.map +1 -0
- package/dist/src/functions/getAllPermissions.function.js +24 -0
- package/dist/src/functions/getAllPermissions.function.js.map +1 -0
- package/dist/src/functions/getAllProjectAvatars.function.d.ts +89 -0
- package/dist/src/functions/getAllProjectAvatars.function.d.ts.map +1 -0
- package/dist/src/functions/getAllProjectAvatars.function.js +37 -0
- package/dist/src/functions/getAllProjectAvatars.function.js.map +1 -0
- package/dist/src/functions/getAllProjectCategories.function.d.ts +24 -0
- package/dist/src/functions/getAllProjectCategories.function.d.ts.map +1 -0
- package/dist/src/functions/getAllProjectCategories.function.js +19 -0
- package/dist/src/functions/getAllProjectCategories.function.js.map +1 -0
- package/dist/src/functions/getAllProjectRoles.function.d.ts +206 -0
- package/dist/src/functions/getAllProjectRoles.function.d.ts.map +1 -0
- package/dist/src/functions/getAllProjectRoles.function.js +62 -0
- package/dist/src/functions/getAllProjectRoles.function.js.map +1 -0
- package/dist/src/functions/getAllProjectTypes.function.d.ts +28 -0
- package/dist/src/functions/getAllProjectTypes.function.d.ts.map +1 -0
- package/dist/src/functions/getAllProjectTypes.function.js +20 -0
- package/dist/src/functions/getAllProjectTypes.function.js.map +1 -0
- package/dist/src/functions/getAllScreenTabFields.function.d.ts +33 -0
- package/dist/src/functions/getAllScreenTabFields.function.d.ts.map +1 -0
- package/dist/src/functions/getAllScreenTabFields.function.js +23 -0
- package/dist/src/functions/getAllScreenTabFields.function.js.map +1 -0
- package/dist/src/functions/getAllScreenTabs.function.d.ts +29 -0
- package/dist/src/functions/getAllScreenTabs.function.d.ts.map +1 -0
- package/dist/src/functions/getAllScreenTabs.function.js +22 -0
- package/dist/src/functions/getAllScreenTabs.function.js.map +1 -0
- package/dist/src/functions/getAllStatuses.function.d.ts +89 -0
- package/dist/src/functions/getAllStatuses.function.d.ts.map +1 -0
- package/dist/src/functions/getAllStatuses.function.js +37 -0
- package/dist/src/functions/getAllStatuses.function.js.map +1 -0
- package/dist/src/functions/getAllSystemAvatars.function.d.ts +57 -0
- package/dist/src/functions/getAllSystemAvatars.function.d.ts.map +1 -0
- package/dist/src/functions/getAllSystemAvatars.function.js +28 -0
- package/dist/src/functions/getAllSystemAvatars.function.js.map +1 -0
- package/dist/src/functions/getAllUsers.function.d.ts +258 -0
- package/dist/src/functions/getAllUsers.function.d.ts.map +1 -0
- package/dist/src/functions/getAllUsers.function.js +78 -0
- package/dist/src/functions/getAllUsers.function.js.map +1 -0
- package/dist/src/functions/getAllUsersDefault.function.d.ts +258 -0
- package/dist/src/functions/getAllUsersDefault.function.d.ts.map +1 -0
- package/dist/src/functions/getAllUsersDefault.function.js +78 -0
- package/dist/src/functions/getAllUsersDefault.function.js.map +1 -0
- package/dist/src/functions/getAllWorkflowSchemes.function.d.ts +485 -0
- package/dist/src/functions/getAllWorkflowSchemes.function.d.ts.map +1 -0
- package/dist/src/functions/getAllWorkflowSchemes.function.js +133 -0
- package/dist/src/functions/getAllWorkflowSchemes.function.js.map +1 -0
- package/dist/src/functions/getAlternativeIssueTypes.function.d.ts +152 -0
- package/dist/src/functions/getAlternativeIssueTypes.function.d.ts.map +1 -0
- package/dist/src/functions/getAlternativeIssueTypes.function.js +51 -0
- package/dist/src/functions/getAlternativeIssueTypes.function.js.map +1 -0
- package/dist/src/functions/getApplicationProperty.function.d.ts +61 -0
- package/dist/src/functions/getApplicationProperty.function.d.ts.map +1 -0
- package/dist/src/functions/getApplicationProperty.function.js +30 -0
- package/dist/src/functions/getApplicationProperty.function.js.map +1 -0
- package/dist/src/functions/getApplicationRole.function.d.ts +105 -0
- package/dist/src/functions/getApplicationRole.function.d.ts.map +1 -0
- package/dist/src/functions/getApplicationRole.function.js +41 -0
- package/dist/src/functions/getApplicationRole.function.js.map +1 -0
- package/dist/src/functions/getApproximateApplicationLicenseCount.function.d.ts +25 -0
- package/dist/src/functions/getApproximateApplicationLicenseCount.function.d.ts.map +1 -0
- package/dist/src/functions/getApproximateApplicationLicenseCount.function.js +21 -0
- package/dist/src/functions/getApproximateApplicationLicenseCount.function.js.map +1 -0
- package/dist/src/functions/getApproximateLicenseCount.function.d.ts +16 -0
- package/dist/src/functions/getApproximateLicenseCount.function.d.ts.map +1 -0
- package/dist/src/functions/getApproximateLicenseCount.function.js +17 -0
- package/dist/src/functions/getApproximateLicenseCount.function.js.map +1 -0
- package/dist/src/functions/getAssignedPermissionScheme.function.d.ts +184 -0
- package/dist/src/functions/getAssignedPermissionScheme.function.d.ts.map +1 -0
- package/dist/src/functions/getAssignedPermissionScheme.function.js +59 -0
- package/dist/src/functions/getAssignedPermissionScheme.function.js.map +1 -0
- package/dist/src/functions/getAttachment.function.d.ts +298 -0
- package/dist/src/functions/getAttachment.function.d.ts.map +1 -0
- package/dist/src/functions/getAttachment.function.js +88 -0
- package/dist/src/functions/getAttachment.function.js.map +1 -0
- package/dist/src/functions/getAttachmentContent.function.d.ts +17 -0
- package/dist/src/functions/getAttachmentContent.function.d.ts.map +1 -0
- package/dist/src/functions/getAttachmentContent.function.js +19 -0
- package/dist/src/functions/getAttachmentContent.function.js.map +1 -0
- package/dist/src/functions/getAttachmentMeta.function.d.ts +16 -0
- package/dist/src/functions/getAttachmentMeta.function.d.ts.map +1 -0
- package/dist/src/functions/getAttachmentMeta.function.js +17 -0
- package/dist/src/functions/getAttachmentMeta.function.js.map +1 -0
- package/dist/src/functions/getAttachmentThumbnail.function.d.ts +29 -0
- package/dist/src/functions/getAttachmentThumbnail.function.d.ts.map +1 -0
- package/dist/src/functions/getAttachmentThumbnail.function.js +22 -0
- package/dist/src/functions/getAttachmentThumbnail.function.js.map +1 -0
- package/dist/src/functions/getAuditRecords.function.d.ts +161 -0
- package/dist/src/functions/getAuditRecords.function.d.ts.map +1 -0
- package/dist/src/functions/getAuditRecords.function.js +55 -0
- package/dist/src/functions/getAuditRecords.function.js.map +1 -0
- package/dist/src/functions/getAutoComplete.function.d.ts +99 -0
- package/dist/src/functions/getAutoComplete.function.d.ts.map +1 -0
- package/dist/src/functions/getAutoComplete.function.js +34 -0
- package/dist/src/functions/getAutoComplete.function.js.map +1 -0
- package/dist/src/functions/getAutoCompletePost.function.d.ts +112 -0
- package/dist/src/functions/getAutoCompletePost.function.d.ts.map +1 -0
- package/dist/src/functions/getAutoCompletePost.function.js +39 -0
- package/dist/src/functions/getAutoCompletePost.function.js.map +1 -0
- package/dist/src/functions/getAvailableScreenFields.function.d.ts +25 -0
- package/dist/src/functions/getAvailableScreenFields.function.d.ts.map +1 -0
- package/dist/src/functions/getAvailableScreenFields.function.js +21 -0
- package/dist/src/functions/getAvailableScreenFields.function.js.map +1 -0
- package/dist/src/functions/getAvailableTimeTrackingImplementations.function.d.ts +20 -0
- package/dist/src/functions/getAvailableTimeTrackingImplementations.function.d.ts.map +1 -0
- package/dist/src/functions/getAvailableTimeTrackingImplementations.function.js +18 -0
- package/dist/src/functions/getAvailableTimeTrackingImplementations.function.js.map +1 -0
- package/dist/src/functions/getAvatarImageByID.function.d.ts +37 -0
- package/dist/src/functions/getAvatarImageByID.function.d.ts.map +1 -0
- package/dist/src/functions/getAvatarImageByID.function.js +21 -0
- package/dist/src/functions/getAvatarImageByID.function.js.map +1 -0
- package/dist/src/functions/getAvatarImageByOwner.function.d.ts +37 -0
- package/dist/src/functions/getAvatarImageByOwner.function.d.ts.map +1 -0
- package/dist/src/functions/getAvatarImageByOwner.function.js +21 -0
- package/dist/src/functions/getAvatarImageByOwner.function.js.map +1 -0
- package/dist/src/functions/getAvatarImageByType.function.d.ts +33 -0
- package/dist/src/functions/getAvatarImageByType.function.d.ts.map +1 -0
- package/dist/src/functions/getAvatarImageByType.function.js +20 -0
- package/dist/src/functions/getAvatarImageByType.function.js.map +1 -0
- package/dist/src/functions/getAvatars.function.d.ts +96 -0
- package/dist/src/functions/getAvatars.function.d.ts.map +1 -0
- package/dist/src/functions/getAvatars.function.js +38 -0
- package/dist/src/functions/getAvatars.function.js.map +1 -0
- package/dist/src/functions/getBanner.function.d.ts +31 -0
- package/dist/src/functions/getBanner.function.d.ts.map +1 -0
- package/dist/src/functions/getBanner.function.js +20 -0
- package/dist/src/functions/getBanner.function.js.map +1 -0
- package/dist/src/functions/getBulkPermissions.function.d.ts +65 -0
- package/dist/src/functions/getBulkPermissions.function.d.ts.map +1 -0
- package/dist/src/functions/getBulkPermissions.function.js +31 -0
- package/dist/src/functions/getBulkPermissions.function.js.map +1 -0
- package/dist/src/functions/getChangeLogs.function.d.ts +301 -0
- package/dist/src/functions/getChangeLogs.function.d.ts.map +1 -0
- package/dist/src/functions/getChangeLogs.function.js +90 -0
- package/dist/src/functions/getChangeLogs.function.js.map +1 -0
- package/dist/src/functions/getChangeLogsByIds.function.d.ts +285 -0
- package/dist/src/functions/getChangeLogsByIds.function.d.ts.map +1 -0
- package/dist/src/functions/getChangeLogsByIds.function.js +86 -0
- package/dist/src/functions/getChangeLogsByIds.function.js.map +1 -0
- package/dist/src/functions/getColumns.function.d.ts +25 -0
- package/dist/src/functions/getColumns.function.d.ts.map +1 -0
- package/dist/src/functions/getColumns.function.js +21 -0
- package/dist/src/functions/getColumns.function.js.map +1 -0
- package/dist/src/functions/getComment.function.d.ts +232 -0
- package/dist/src/functions/getComment.function.d.ts.map +1 -0
- package/dist/src/functions/getComment.function.js +72 -0
- package/dist/src/functions/getComment.function.js.map +1 -0
- package/dist/src/functions/getCommentProperty.function.d.ts +29 -0
- package/dist/src/functions/getCommentProperty.function.d.ts.map +1 -0
- package/dist/src/functions/getCommentProperty.function.js +22 -0
- package/dist/src/functions/getCommentProperty.function.js.map +1 -0
- package/dist/src/functions/getCommentPropertyKeys.function.d.ts +33 -0
- package/dist/src/functions/getCommentPropertyKeys.function.d.ts.map +1 -0
- package/dist/src/functions/getCommentPropertyKeys.function.js +23 -0
- package/dist/src/functions/getCommentPropertyKeys.function.js.map +1 -0
- package/dist/src/functions/getComments.function.d.ts +264 -0
- package/dist/src/functions/getComments.function.d.ts.map +1 -0
- package/dist/src/functions/getComments.function.js +79 -0
- package/dist/src/functions/getComments.function.js.map +1 -0
- package/dist/src/functions/getCommentsByIds.function.d.ts +260 -0
- package/dist/src/functions/getCommentsByIds.function.d.ts.map +1 -0
- package/dist/src/functions/getCommentsByIds.function.js +79 -0
- package/dist/src/functions/getCommentsByIds.function.js.map +1 -0
- package/dist/src/functions/getComponent.function.d.ts +802 -0
- package/dist/src/functions/getComponent.function.d.ts.map +1 -0
- package/dist/src/functions/getComponent.function.js +209 -0
- package/dist/src/functions/getComponent.function.js.map +1 -0
- package/dist/src/functions/getComponentRelatedIssues.function.d.ts +25 -0
- package/dist/src/functions/getComponentRelatedIssues.function.d.ts.map +1 -0
- package/dist/src/functions/getComponentRelatedIssues.function.js +21 -0
- package/dist/src/functions/getComponentRelatedIssues.function.js.map +1 -0
- package/dist/src/functions/getConfiguration.function.d.ts +69 -0
- package/dist/src/functions/getConfiguration.function.d.ts.map +1 -0
- package/dist/src/functions/getConfiguration.function.js +28 -0
- package/dist/src/functions/getConfiguration.function.js.map +1 -0
- package/dist/src/functions/getContextsForField.function.d.ts +89 -0
- package/dist/src/functions/getContextsForField.function.d.ts.map +1 -0
- package/dist/src/functions/getContextsForField.function.js +37 -0
- package/dist/src/functions/getContextsForField.function.js.map +1 -0
- package/dist/src/functions/getCreateIssueMeta.function.d.ts +312 -0
- package/dist/src/functions/getCreateIssueMeta.function.d.ts.map +1 -0
- package/dist/src/functions/getCreateIssueMeta.function.js +91 -0
- package/dist/src/functions/getCreateIssueMeta.function.js.map +1 -0
- package/dist/src/functions/getCurrentUser.function.d.ts +254 -0
- package/dist/src/functions/getCurrentUser.function.d.ts.map +1 -0
- package/dist/src/functions/getCurrentUser.function.js +77 -0
- package/dist/src/functions/getCurrentUser.function.js.map +1 -0
- package/dist/src/functions/getCustomFieldConfiguration.function.d.ts +93 -0
- package/dist/src/functions/getCustomFieldConfiguration.function.d.ts.map +1 -0
- package/dist/src/functions/getCustomFieldConfiguration.function.js +38 -0
- package/dist/src/functions/getCustomFieldConfiguration.function.js.map +1 -0
- package/dist/src/functions/getCustomFieldContextsForProjectsAndIssueTypes.function.d.ts +85 -0
- package/dist/src/functions/getCustomFieldContextsForProjectsAndIssueTypes.function.d.ts.map +1 -0
- package/dist/src/functions/getCustomFieldContextsForProjectsAndIssueTypes.function.js +36 -0
- package/dist/src/functions/getCustomFieldContextsForProjectsAndIssueTypes.function.js.map +1 -0
- package/dist/src/functions/getCustomFieldOption.function.d.ts +25 -0
- package/dist/src/functions/getCustomFieldOption.function.d.ts.map +1 -0
- package/dist/src/functions/getCustomFieldOption.function.js +21 -0
- package/dist/src/functions/getCustomFieldOption.function.js.map +1 -0
- package/dist/src/functions/getDashboard.function.d.ts +13 -0
- package/dist/src/functions/getDashboard.function.d.ts.map +1 -0
- package/dist/src/functions/getDashboard.function.js +18 -0
- package/dist/src/functions/getDashboard.function.js.map +1 -0
- package/dist/src/functions/getDashboardItemProperty.function.d.ts +33 -0
- package/dist/src/functions/getDashboardItemProperty.function.d.ts.map +1 -0
- package/dist/src/functions/getDashboardItemProperty.function.js +23 -0
- package/dist/src/functions/getDashboardItemProperty.function.js.map +1 -0
- package/dist/src/functions/getDashboardItemPropertyKeys.function.d.ts +37 -0
- package/dist/src/functions/getDashboardItemPropertyKeys.function.d.ts.map +1 -0
- package/dist/src/functions/getDashboardItemPropertyKeys.function.js +24 -0
- package/dist/src/functions/getDashboardItemPropertyKeys.function.js.map +1 -0
- package/dist/src/functions/getDashboardsPaginated.function.d.ts +76 -0
- package/dist/src/functions/getDashboardsPaginated.function.d.ts.map +1 -0
- package/dist/src/functions/getDashboardsPaginated.function.js +28 -0
- package/dist/src/functions/getDashboardsPaginated.function.js.map +1 -0
- package/dist/src/functions/getDefaultShareScope.function.d.ts +16 -0
- package/dist/src/functions/getDefaultShareScope.function.d.ts.map +1 -0
- package/dist/src/functions/getDefaultShareScope.function.js +16 -0
- package/dist/src/functions/getDefaultShareScope.function.js.map +1 -0
- package/dist/src/functions/getDefaultValues.function.d.ts +509 -0
- package/dist/src/functions/getDefaultValues.function.d.ts.map +1 -0
- package/dist/src/functions/getDefaultValues.function.js +142 -0
- package/dist/src/functions/getDefaultValues.function.js.map +1 -0
- package/dist/src/functions/getDefaultWorkflow.function.d.ts +29 -0
- package/dist/src/functions/getDefaultWorkflow.function.d.ts.map +1 -0
- package/dist/src/functions/getDefaultWorkflow.function.js +22 -0
- package/dist/src/functions/getDefaultWorkflow.function.js.map +1 -0
- package/dist/src/functions/getDraftDefaultWorkflow.function.d.ts +25 -0
- package/dist/src/functions/getDraftDefaultWorkflow.function.d.ts.map +1 -0
- package/dist/src/functions/getDraftDefaultWorkflow.function.js +21 -0
- package/dist/src/functions/getDraftDefaultWorkflow.function.js.map +1 -0
- package/dist/src/functions/getDraftWorkflow.function.d.ts +37 -0
- package/dist/src/functions/getDraftWorkflow.function.d.ts.map +1 -0
- package/dist/src/functions/getDraftWorkflow.function.js +24 -0
- package/dist/src/functions/getDraftWorkflow.function.js.map +1 -0
- package/dist/src/functions/getDynamicWebhooksForApp.function.d.ts +86 -0
- package/dist/src/functions/getDynamicWebhooksForApp.function.d.ts.map +1 -0
- package/dist/src/functions/getDynamicWebhooksForApp.function.js +34 -0
- package/dist/src/functions/getDynamicWebhooksForApp.function.js.map +1 -0
- package/dist/src/functions/getEditIssueMeta.function.d.ts +101 -0
- package/dist/src/functions/getEditIssueMeta.function.d.ts.map +1 -0
- package/dist/src/functions/getEditIssueMeta.function.js +40 -0
- package/dist/src/functions/getEditIssueMeta.function.js.map +1 -0
- package/dist/src/functions/getEvents.function.d.ts +16 -0
- package/dist/src/functions/getEvents.function.d.ts.map +1 -0
- package/dist/src/functions/getEvents.function.js +17 -0
- package/dist/src/functions/getEvents.function.js.map +1 -0
- package/dist/src/functions/getFailedWebhooks.function.d.ts +53 -0
- package/dist/src/functions/getFailedWebhooks.function.d.ts.map +1 -0
- package/dist/src/functions/getFailedWebhooks.function.js +28 -0
- package/dist/src/functions/getFailedWebhooks.function.js.map +1 -0
- package/dist/src/functions/getFavouriteFilters.function.d.ts +13 -0
- package/dist/src/functions/getFavouriteFilters.function.d.ts.map +1 -0
- package/dist/src/functions/getFavouriteFilters.function.js +18 -0
- package/dist/src/functions/getFavouriteFilters.function.js.map +1 -0
- package/dist/src/functions/getFeaturesForProject.function.d.ts +61 -0
- package/dist/src/functions/getFeaturesForProject.function.d.ts.map +1 -0
- package/dist/src/functions/getFeaturesForProject.function.js +29 -0
- package/dist/src/functions/getFeaturesForProject.function.js.map +1 -0
- package/dist/src/functions/getFieldAutoCompleteForQueryString.function.d.ts +45 -0
- package/dist/src/functions/getFieldAutoCompleteForQueryString.function.d.ts.map +1 -0
- package/dist/src/functions/getFieldAutoCompleteForQueryString.function.js +26 -0
- package/dist/src/functions/getFieldAutoCompleteForQueryString.function.js.map +1 -0
- package/dist/src/functions/getFieldConfigurationItems.function.d.ts +77 -0
- package/dist/src/functions/getFieldConfigurationItems.function.d.ts.map +1 -0
- package/dist/src/functions/getFieldConfigurationItems.function.js +34 -0
- package/dist/src/functions/getFieldConfigurationItems.function.js.map +1 -0
- package/dist/src/functions/getFieldConfigurationSchemeMappings.function.d.ts +69 -0
- package/dist/src/functions/getFieldConfigurationSchemeMappings.function.d.ts.map +1 -0
- package/dist/src/functions/getFieldConfigurationSchemeMappings.function.js +32 -0
- package/dist/src/functions/getFieldConfigurationSchemeMappings.function.js.map +1 -0
- package/dist/src/functions/getFieldConfigurationSchemeProjectMapping.function.d.ts +81 -0
- package/dist/src/functions/getFieldConfigurationSchemeProjectMapping.function.d.ts.map +1 -0
- package/dist/src/functions/getFieldConfigurationSchemeProjectMapping.function.js +35 -0
- package/dist/src/functions/getFieldConfigurationSchemeProjectMapping.function.js.map +1 -0
- package/dist/src/functions/getFields.function.d.ts +171 -0
- package/dist/src/functions/getFields.function.d.ts.map +1 -0
- package/dist/src/functions/getFields.function.js +54 -0
- package/dist/src/functions/getFields.function.js.map +1 -0
- package/dist/src/functions/getFieldsPaginated.function.d.ts +184 -0
- package/dist/src/functions/getFieldsPaginated.function.d.ts.map +1 -0
- package/dist/src/functions/getFieldsPaginated.function.js +55 -0
- package/dist/src/functions/getFieldsPaginated.function.js.map +1 -0
- package/dist/src/functions/getFilter.function.d.ts +21 -0
- package/dist/src/functions/getFilter.function.d.ts.map +1 -0
- package/dist/src/functions/getFilter.function.js +20 -0
- package/dist/src/functions/getFilter.function.js.map +1 -0
- package/dist/src/functions/getFiltersPaginated.function.d.ts +79 -0
- package/dist/src/functions/getFiltersPaginated.function.d.ts.map +1 -0
- package/dist/src/functions/getFiltersPaginated.function.js +29 -0
- package/dist/src/functions/getFiltersPaginated.function.js.map +1 -0
- package/dist/src/functions/getIdsOfWorklogsDeletedSince.function.d.ts +69 -0
- package/dist/src/functions/getIdsOfWorklogsDeletedSince.function.d.ts.map +1 -0
- package/dist/src/functions/getIdsOfWorklogsDeletedSince.function.js +32 -0
- package/dist/src/functions/getIdsOfWorklogsDeletedSince.function.js.map +1 -0
- package/dist/src/functions/getIdsOfWorklogsModifiedSince.function.d.ts +73 -0
- package/dist/src/functions/getIdsOfWorklogsModifiedSince.function.d.ts.map +1 -0
- package/dist/src/functions/getIdsOfWorklogsModifiedSince.function.js +33 -0
- package/dist/src/functions/getIdsOfWorklogsModifiedSince.function.js.map +1 -0
- package/dist/src/functions/getIsWatchingIssueBulk.function.d.ts +21 -0
- package/dist/src/functions/getIsWatchingIssueBulk.function.d.ts.map +1 -0
- package/dist/src/functions/getIsWatchingIssueBulk.function.js +20 -0
- package/dist/src/functions/getIsWatchingIssueBulk.function.js.map +1 -0
- package/dist/src/functions/getIssue.function.d.ts +853 -0
- package/dist/src/functions/getIssue.function.d.ts.map +1 -0
- package/dist/src/functions/getIssue.function.js +228 -0
- package/dist/src/functions/getIssue.function.js.map +1 -0
- package/dist/src/functions/getIssueAllTypes.function.d.ts +143 -0
- package/dist/src/functions/getIssueAllTypes.function.d.ts.map +1 -0
- package/dist/src/functions/getIssueAllTypes.function.js +47 -0
- package/dist/src/functions/getIssueAllTypes.function.js.map +1 -0
- package/dist/src/functions/getIssueFieldOption.function.d.ts +94 -0
- package/dist/src/functions/getIssueFieldOption.function.d.ts.map +1 -0
- package/dist/src/functions/getIssueFieldOption.function.js +36 -0
- package/dist/src/functions/getIssueFieldOption.function.js.map +1 -0
- package/dist/src/functions/getIssueLink.function.d.ts +1073 -0
- package/dist/src/functions/getIssueLink.function.d.ts.map +1 -0
- package/dist/src/functions/getIssueLink.function.js +276 -0
- package/dist/src/functions/getIssueLink.function.js.map +1 -0
- package/dist/src/functions/getIssueLinkType.function.d.ts +37 -0
- package/dist/src/functions/getIssueLinkType.function.d.ts.map +1 -0
- package/dist/src/functions/getIssueLinkType.function.js +24 -0
- package/dist/src/functions/getIssueLinkType.function.js.map +1 -0
- package/dist/src/functions/getIssueLinkTypes.function.d.ts +36 -0
- package/dist/src/functions/getIssueLinkTypes.function.d.ts.map +1 -0
- package/dist/src/functions/getIssueLinkTypes.function.js +22 -0
- package/dist/src/functions/getIssueLinkTypes.function.js.map +1 -0
- package/dist/src/functions/getIssueNavigatorDefaultColumns.function.d.ts +16 -0
- package/dist/src/functions/getIssueNavigatorDefaultColumns.function.d.ts.map +1 -0
- package/dist/src/functions/getIssueNavigatorDefaultColumns.function.js +17 -0
- package/dist/src/functions/getIssueNavigatorDefaultColumns.function.js.map +1 -0
- package/dist/src/functions/getIssuePickerResource.function.d.ts +93 -0
- package/dist/src/functions/getIssuePickerResource.function.d.ts.map +1 -0
- package/dist/src/functions/getIssuePickerResource.function.js +38 -0
- package/dist/src/functions/getIssuePickerResource.function.js.map +1 -0
- package/dist/src/functions/getIssueProperty.function.d.ts +29 -0
- package/dist/src/functions/getIssueProperty.function.d.ts.map +1 -0
- package/dist/src/functions/getIssueProperty.function.js +22 -0
- package/dist/src/functions/getIssueProperty.function.js.map +1 -0
- package/dist/src/functions/getIssuePropertyKeys.function.d.ts +33 -0
- package/dist/src/functions/getIssuePropertyKeys.function.d.ts.map +1 -0
- package/dist/src/functions/getIssuePropertyKeys.function.js +23 -0
- package/dist/src/functions/getIssuePropertyKeys.function.js.map +1 -0
- package/dist/src/functions/getIssueSecurityLevel.function.d.ts +41 -0
- package/dist/src/functions/getIssueSecurityLevel.function.d.ts.map +1 -0
- package/dist/src/functions/getIssueSecurityLevel.function.js +25 -0
- package/dist/src/functions/getIssueSecurityLevel.function.js.map +1 -0
- package/dist/src/functions/getIssueSecurityLevelMembers.function.d.ts +97 -0
- package/dist/src/functions/getIssueSecurityLevelMembers.function.d.ts.map +1 -0
- package/dist/src/functions/getIssueSecurityLevelMembers.function.js +39 -0
- package/dist/src/functions/getIssueSecurityLevelMembers.function.js.map +1 -0
- package/dist/src/functions/getIssueSecurityScheme.function.d.ts +69 -0
- package/dist/src/functions/getIssueSecurityScheme.function.d.ts.map +1 -0
- package/dist/src/functions/getIssueSecurityScheme.function.js +32 -0
- package/dist/src/functions/getIssueSecurityScheme.function.js.map +1 -0
- package/dist/src/functions/getIssueSecuritySchemes.function.d.ts +68 -0
- package/dist/src/functions/getIssueSecuritySchemes.function.d.ts.map +1 -0
- package/dist/src/functions/getIssueSecuritySchemes.function.js +30 -0
- package/dist/src/functions/getIssueSecuritySchemes.function.js.map +1 -0
- package/dist/src/functions/getIssueType.function.d.ts +152 -0
- package/dist/src/functions/getIssueType.function.d.ts.map +1 -0
- package/dist/src/functions/getIssueType.function.js +51 -0
- package/dist/src/functions/getIssueType.function.js.map +1 -0
- package/dist/src/functions/getIssueTypeMappingsForContexts.function.d.ts +73 -0
- package/dist/src/functions/getIssueTypeMappingsForContexts.function.d.ts.map +1 -0
- package/dist/src/functions/getIssueTypeMappingsForContexts.function.js +33 -0
- package/dist/src/functions/getIssueTypeMappingsForContexts.function.js.map +1 -0
- package/dist/src/functions/getIssueTypeProperty.function.d.ts +29 -0
- package/dist/src/functions/getIssueTypeProperty.function.d.ts.map +1 -0
- package/dist/src/functions/getIssueTypeProperty.function.js +22 -0
- package/dist/src/functions/getIssueTypeProperty.function.js.map +1 -0
- package/dist/src/functions/getIssueTypePropertyKeys.function.d.ts +33 -0
- package/dist/src/functions/getIssueTypePropertyKeys.function.d.ts.map +1 -0
- package/dist/src/functions/getIssueTypePropertyKeys.function.js +23 -0
- package/dist/src/functions/getIssueTypePropertyKeys.function.js.map +1 -0
- package/dist/src/functions/getIssueTypeSchemeForProjects.function.d.ts +89 -0
- package/dist/src/functions/getIssueTypeSchemeForProjects.function.d.ts.map +1 -0
- package/dist/src/functions/getIssueTypeSchemeForProjects.function.js +37 -0
- package/dist/src/functions/getIssueTypeSchemeForProjects.function.js.map +1 -0
- package/dist/src/functions/getIssueTypeSchemesMapping.function.d.ts +65 -0
- package/dist/src/functions/getIssueTypeSchemesMapping.function.d.ts.map +1 -0
- package/dist/src/functions/getIssueTypeSchemesMapping.function.js +31 -0
- package/dist/src/functions/getIssueTypeSchemesMapping.function.js.map +1 -0
- package/dist/src/functions/getIssueTypeScreenSchemeMappings.function.d.ts +69 -0
- package/dist/src/functions/getIssueTypeScreenSchemeMappings.function.d.ts.map +1 -0
- package/dist/src/functions/getIssueTypeScreenSchemeMappings.function.js +32 -0
- package/dist/src/functions/getIssueTypeScreenSchemeMappings.function.js.map +1 -0
- package/dist/src/functions/getIssueTypeScreenSchemeProjectAssociations.function.d.ts +81 -0
- package/dist/src/functions/getIssueTypeScreenSchemeProjectAssociations.function.d.ts.map +1 -0
- package/dist/src/functions/getIssueTypeScreenSchemeProjectAssociations.function.js +35 -0
- package/dist/src/functions/getIssueTypeScreenSchemeProjectAssociations.function.js.map +1 -0
- package/dist/src/functions/getIssueTypeScreenSchemes.function.d.ts +88 -0
- package/dist/src/functions/getIssueTypeScreenSchemes.function.d.ts.map +1 -0
- package/dist/src/functions/getIssueTypeScreenSchemes.function.js +35 -0
- package/dist/src/functions/getIssueTypeScreenSchemes.function.js.map +1 -0
- package/dist/src/functions/getIssueTypesForProject.function.d.ts +156 -0
- package/dist/src/functions/getIssueTypesForProject.function.d.ts.map +1 -0
- package/dist/src/functions/getIssueTypesForProject.function.js +52 -0
- package/dist/src/functions/getIssueTypesForProject.function.js.map +1 -0
- package/dist/src/functions/getIssueWatchers.function.d.ts +97 -0
- package/dist/src/functions/getIssueWatchers.function.d.ts.map +1 -0
- package/dist/src/functions/getIssueWatchers.function.js +39 -0
- package/dist/src/functions/getIssueWatchers.function.js.map +1 -0
- package/dist/src/functions/getIssueWorklog.function.d.ts +268 -0
- package/dist/src/functions/getIssueWorklog.function.d.ts.map +1 -0
- package/dist/src/functions/getIssueWorklog.function.js +81 -0
- package/dist/src/functions/getIssueWorklog.function.js.map +1 -0
- package/dist/src/functions/getLicense.function.d.ts +28 -0
- package/dist/src/functions/getLicense.function.d.ts.map +1 -0
- package/dist/src/functions/getLicense.function.js +19 -0
- package/dist/src/functions/getLicense.function.js.map +1 -0
- package/dist/src/functions/getLocale.function.d.ts +12 -0
- package/dist/src/functions/getLocale.function.d.ts.map +1 -0
- package/dist/src/functions/getLocale.function.js +16 -0
- package/dist/src/functions/getLocale.function.js.map +1 -0
- package/dist/src/functions/getMyFilters.function.d.ts +17 -0
- package/dist/src/functions/getMyFilters.function.d.ts.map +1 -0
- package/dist/src/functions/getMyFilters.function.js +19 -0
- package/dist/src/functions/getMyFilters.function.js.map +1 -0
- package/dist/src/functions/getMyPermissions.function.d.ts +84 -0
- package/dist/src/functions/getMyPermissions.function.d.ts.map +1 -0
- package/dist/src/functions/getMyPermissions.function.js +35 -0
- package/dist/src/functions/getMyPermissions.function.js.map +1 -0
- package/dist/src/functions/getNotificationScheme.function.d.ts +706 -0
- package/dist/src/functions/getNotificationScheme.function.d.ts.map +1 -0
- package/dist/src/functions/getNotificationScheme.function.js +182 -0
- package/dist/src/functions/getNotificationScheme.function.js.map +1 -0
- package/dist/src/functions/getNotificationSchemeToProjectMappings.function.d.ts +69 -0
- package/dist/src/functions/getNotificationSchemeToProjectMappings.function.d.ts.map +1 -0
- package/dist/src/functions/getNotificationSchemeToProjectMappings.function.js +32 -0
- package/dist/src/functions/getNotificationSchemeToProjectMappings.function.js.map +1 -0
- package/dist/src/functions/getNotificationSchemes.function.d.ts +754 -0
- package/dist/src/functions/getNotificationSchemes.function.d.ts.map +1 -0
- package/dist/src/functions/getNotificationSchemes.function.js +194 -0
- package/dist/src/functions/getNotificationSchemes.function.js.map +1 -0
- package/dist/src/functions/getOptionsForContext.function.d.ts +85 -0
- package/dist/src/functions/getOptionsForContext.function.d.ts.map +1 -0
- package/dist/src/functions/getOptionsForContext.function.js +36 -0
- package/dist/src/functions/getOptionsForContext.function.js.map +1 -0
- package/dist/src/functions/getPermissionScheme.function.d.ts +184 -0
- package/dist/src/functions/getPermissionScheme.function.d.ts.map +1 -0
- package/dist/src/functions/getPermissionScheme.function.js +59 -0
- package/dist/src/functions/getPermissionScheme.function.js.map +1 -0
- package/dist/src/functions/getPermissionSchemeGrant.function.d.ts +61 -0
- package/dist/src/functions/getPermissionSchemeGrant.function.d.ts.map +1 -0
- package/dist/src/functions/getPermissionSchemeGrant.function.js +30 -0
- package/dist/src/functions/getPermissionSchemeGrant.function.js.map +1 -0
- package/dist/src/functions/getPermissionSchemeGrants.function.d.ts +69 -0
- package/dist/src/functions/getPermissionSchemeGrants.function.d.ts.map +1 -0
- package/dist/src/functions/getPermissionSchemeGrants.function.js +32 -0
- package/dist/src/functions/getPermissionSchemeGrants.function.js.map +1 -0
- package/dist/src/functions/getPermittedProjects.function.d.ts +33 -0
- package/dist/src/functions/getPermittedProjects.function.d.ts.map +1 -0
- package/dist/src/functions/getPermittedProjects.function.js +23 -0
- package/dist/src/functions/getPermittedProjects.function.js.map +1 -0
- package/dist/src/functions/getPrecomputations.function.d.ts +105 -0
- package/dist/src/functions/getPrecomputations.function.d.ts.map +1 -0
- package/dist/src/functions/getPrecomputations.function.js +37 -0
- package/dist/src/functions/getPrecomputations.function.js.map +1 -0
- package/dist/src/functions/getPreference.function.d.ts +13 -0
- package/dist/src/functions/getPreference.function.d.ts.map +1 -0
- package/dist/src/functions/getPreference.function.js +18 -0
- package/dist/src/functions/getPreference.function.js.map +1 -0
- package/dist/src/functions/getPriority.function.d.ts +45 -0
- package/dist/src/functions/getPriority.function.d.ts.map +1 -0
- package/dist/src/functions/getPriority.function.js +26 -0
- package/dist/src/functions/getPriority.function.js.map +1 -0
- package/dist/src/functions/getProject.function.d.ts +21 -0
- package/dist/src/functions/getProject.function.d.ts.map +1 -0
- package/dist/src/functions/getProject.function.js +20 -0
- package/dist/src/functions/getProject.function.js.map +1 -0
- package/dist/src/functions/getProjectCategoryById.function.d.ts +33 -0
- package/dist/src/functions/getProjectCategoryById.function.d.ts.map +1 -0
- package/dist/src/functions/getProjectCategoryById.function.js +23 -0
- package/dist/src/functions/getProjectCategoryById.function.js.map +1 -0
- package/dist/src/functions/getProjectComponents.function.d.ts +806 -0
- package/dist/src/functions/getProjectComponents.function.d.ts.map +1 -0
- package/dist/src/functions/getProjectComponents.function.js +210 -0
- package/dist/src/functions/getProjectComponents.function.js.map +1 -0
- package/dist/src/functions/getProjectComponentsPaginated.function.d.ts +863 -0
- package/dist/src/functions/getProjectComponentsPaginated.function.d.ts.map +1 -0
- package/dist/src/functions/getProjectComponentsPaginated.function.js +221 -0
- package/dist/src/functions/getProjectComponentsPaginated.function.js.map +1 -0
- package/dist/src/functions/getProjectContextMapping.function.d.ts +73 -0
- package/dist/src/functions/getProjectContextMapping.function.d.ts.map +1 -0
- package/dist/src/functions/getProjectContextMapping.function.js +33 -0
- package/dist/src/functions/getProjectContextMapping.function.js.map +1 -0
- package/dist/src/functions/getProjectEmail.function.d.ts +25 -0
- package/dist/src/functions/getProjectEmail.function.d.ts.map +1 -0
- package/dist/src/functions/getProjectEmail.function.js +21 -0
- package/dist/src/functions/getProjectEmail.function.js.map +1 -0
- package/dist/src/functions/getProjectIssueSecurityScheme.function.d.ts +69 -0
- package/dist/src/functions/getProjectIssueSecurityScheme.function.d.ts.map +1 -0
- package/dist/src/functions/getProjectIssueSecurityScheme.function.js +32 -0
- package/dist/src/functions/getProjectIssueSecurityScheme.function.js.map +1 -0
- package/dist/src/functions/getProjectProperty.function.d.ts +29 -0
- package/dist/src/functions/getProjectProperty.function.d.ts.map +1 -0
- package/dist/src/functions/getProjectProperty.function.js +22 -0
- package/dist/src/functions/getProjectProperty.function.js.map +1 -0
- package/dist/src/functions/getProjectPropertyKeys.function.d.ts +33 -0
- package/dist/src/functions/getProjectPropertyKeys.function.d.ts.map +1 -0
- package/dist/src/functions/getProjectPropertyKeys.function.js +23 -0
- package/dist/src/functions/getProjectPropertyKeys.function.js.map +1 -0
- package/dist/src/functions/getProjectRole.function.d.ts +223 -0
- package/dist/src/functions/getProjectRole.function.d.ts.map +1 -0
- package/dist/src/functions/getProjectRole.function.js +68 -0
- package/dist/src/functions/getProjectRole.function.js.map +1 -0
- package/dist/src/functions/getProjectRoleActorsForRole.function.d.ts +215 -0
- package/dist/src/functions/getProjectRoleActorsForRole.function.d.ts.map +1 -0
- package/dist/src/functions/getProjectRoleActorsForRole.function.js +66 -0
- package/dist/src/functions/getProjectRoleActorsForRole.function.js.map +1 -0
- package/dist/src/functions/getProjectRoleById.function.d.ts +215 -0
- package/dist/src/functions/getProjectRoleById.function.d.ts.map +1 -0
- package/dist/src/functions/getProjectRoleById.function.js +66 -0
- package/dist/src/functions/getProjectRoleById.function.js.map +1 -0
- package/dist/src/functions/getProjectRoleDetails.function.d.ts +156 -0
- package/dist/src/functions/getProjectRoleDetails.function.d.ts.map +1 -0
- package/dist/src/functions/getProjectRoleDetails.function.js +52 -0
- package/dist/src/functions/getProjectRoleDetails.function.js.map +1 -0
- package/dist/src/functions/getProjectRoles.function.d.ts +13 -0
- package/dist/src/functions/getProjectRoles.function.d.ts.map +1 -0
- package/dist/src/functions/getProjectRoles.function.js +18 -0
- package/dist/src/functions/getProjectRoles.function.js.map +1 -0
- package/dist/src/functions/getProjectTypeByKey.function.d.ts +42 -0
- package/dist/src/functions/getProjectTypeByKey.function.d.ts.map +1 -0
- package/dist/src/functions/getProjectTypeByKey.function.js +24 -0
- package/dist/src/functions/getProjectTypeByKey.function.js.map +1 -0
- package/dist/src/functions/getProjectVersions.function.d.ts +141 -0
- package/dist/src/functions/getProjectVersions.function.d.ts.map +1 -0
- package/dist/src/functions/getProjectVersions.function.js +50 -0
- package/dist/src/functions/getProjectVersions.function.js.map +1 -0
- package/dist/src/functions/getProjectVersionsPaginated.function.d.ts +209 -0
- package/dist/src/functions/getProjectVersionsPaginated.function.d.ts.map +1 -0
- package/dist/src/functions/getProjectVersionsPaginated.function.js +63 -0
- package/dist/src/functions/getProjectVersionsPaginated.function.js.map +1 -0
- package/dist/src/functions/getProjectsForIssueTypeScreenScheme.function.d.ts +137 -0
- package/dist/src/functions/getProjectsForIssueTypeScreenScheme.function.d.ts.map +1 -0
- package/dist/src/functions/getProjectsForIssueTypeScreenScheme.function.js +48 -0
- package/dist/src/functions/getProjectsForIssueTypeScreenScheme.function.js.map +1 -0
- package/dist/src/functions/getRecent.function.d.ts +17 -0
- package/dist/src/functions/getRecent.function.d.ts.map +1 -0
- package/dist/src/functions/getRecent.function.js +19 -0
- package/dist/src/functions/getRecent.function.js.map +1 -0
- package/dist/src/functions/getRemoteIssueLinkById.function.d.ts +125 -0
- package/dist/src/functions/getRemoteIssueLinkById.function.d.ts.map +1 -0
- package/dist/src/functions/getRemoteIssueLinkById.function.js +46 -0
- package/dist/src/functions/getRemoteIssueLinkById.function.js.map +1 -0
- package/dist/src/functions/getRemoteIssueLinks.function.d.ts +125 -0
- package/dist/src/functions/getRemoteIssueLinks.function.d.ts.map +1 -0
- package/dist/src/functions/getRemoteIssueLinks.function.js +46 -0
- package/dist/src/functions/getRemoteIssueLinks.function.js.map +1 -0
- package/dist/src/functions/getResolution.function.d.ts +33 -0
- package/dist/src/functions/getResolution.function.d.ts.map +1 -0
- package/dist/src/functions/getResolution.function.js +23 -0
- package/dist/src/functions/getResolution.function.js.map +1 -0
- package/dist/src/functions/getScreenSchemes.function.d.ts +164 -0
- package/dist/src/functions/getScreenSchemes.function.d.ts.map +1 -0
- package/dist/src/functions/getScreenSchemes.function.js +54 -0
- package/dist/src/functions/getScreenSchemes.function.js.map +1 -0
- package/dist/src/functions/getScreens.function.d.ts +191 -0
- package/dist/src/functions/getScreens.function.d.ts.map +1 -0
- package/dist/src/functions/getScreens.function.js +58 -0
- package/dist/src/functions/getScreens.function.js.map +1 -0
- package/dist/src/functions/getScreensForField.function.d.ts +188 -0
- package/dist/src/functions/getScreensForField.function.d.ts.map +1 -0
- package/dist/src/functions/getScreensForField.function.js +60 -0
- package/dist/src/functions/getScreensForField.function.js.map +1 -0
- package/dist/src/functions/getSecurityLevelsForProject.function.d.ts +49 -0
- package/dist/src/functions/getSecurityLevelsForProject.function.d.ts.map +1 -0
- package/dist/src/functions/getSecurityLevelsForProject.function.js +27 -0
- package/dist/src/functions/getSecurityLevelsForProject.function.js.map +1 -0
- package/dist/src/functions/getSelectableIssueFieldOptions.function.d.ts +134 -0
- package/dist/src/functions/getSelectableIssueFieldOptions.function.d.ts.map +1 -0
- package/dist/src/functions/getSelectableIssueFieldOptions.function.js +46 -0
- package/dist/src/functions/getSelectableIssueFieldOptions.function.js.map +1 -0
- package/dist/src/functions/getSelectedTimeTrackingImplementation.function.d.ts +20 -0
- package/dist/src/functions/getSelectedTimeTrackingImplementation.function.d.ts.map +1 -0
- package/dist/src/functions/getSelectedTimeTrackingImplementation.function.js +18 -0
- package/dist/src/functions/getSelectedTimeTrackingImplementation.function.js.map +1 -0
- package/dist/src/functions/getServerInfo.function.d.ts +64 -0
- package/dist/src/functions/getServerInfo.function.d.ts.map +1 -0
- package/dist/src/functions/getServerInfo.function.js +29 -0
- package/dist/src/functions/getServerInfo.function.js.map +1 -0
- package/dist/src/functions/getSharePermission.function.d.ts +17 -0
- package/dist/src/functions/getSharePermission.function.d.ts.map +1 -0
- package/dist/src/functions/getSharePermission.function.js +19 -0
- package/dist/src/functions/getSharePermission.function.js.map +1 -0
- package/dist/src/functions/getSharePermissions.function.d.ts +13 -0
- package/dist/src/functions/getSharePermissions.function.d.ts.map +1 -0
- package/dist/src/functions/getSharePermissions.function.js +18 -0
- package/dist/src/functions/getSharePermissions.function.js.map +1 -0
- package/dist/src/functions/getSharedTimeTrackingConfiguration.function.d.ts +33 -0
- package/dist/src/functions/getSharedTimeTrackingConfiguration.function.d.ts.map +1 -0
- package/dist/src/functions/getSharedTimeTrackingConfiguration.function.js +19 -0
- package/dist/src/functions/getSharedTimeTrackingConfiguration.function.js.map +1 -0
- package/dist/src/functions/getStatus.function.d.ts +65 -0
- package/dist/src/functions/getStatus.function.d.ts.map +1 -0
- package/dist/src/functions/getStatus.function.js +31 -0
- package/dist/src/functions/getStatus.function.js.map +1 -0
- package/dist/src/functions/getStatusCategories.function.d.ts +28 -0
- package/dist/src/functions/getStatusCategories.function.d.ts.map +1 -0
- package/dist/src/functions/getStatusCategories.function.js +20 -0
- package/dist/src/functions/getStatusCategories.function.js.map +1 -0
- package/dist/src/functions/getStatusCategory.function.d.ts +37 -0
- package/dist/src/functions/getStatusCategory.function.d.ts.map +1 -0
- package/dist/src/functions/getStatusCategory.function.js +24 -0
- package/dist/src/functions/getStatusCategory.function.js.map +1 -0
- package/dist/src/functions/getStatuses.function.d.ts +56 -0
- package/dist/src/functions/getStatuses.function.d.ts.map +1 -0
- package/dist/src/functions/getStatuses.function.js +27 -0
- package/dist/src/functions/getStatuses.function.js.map +1 -0
- package/dist/src/functions/getStatusesById.function.d.ts +92 -0
- package/dist/src/functions/getStatusesById.function.d.ts.map +1 -0
- package/dist/src/functions/getStatusesById.function.js +36 -0
- package/dist/src/functions/getStatusesById.function.js.map +1 -0
- package/dist/src/functions/getTask.function.d.ts +77 -0
- package/dist/src/functions/getTask.function.d.ts.map +1 -0
- package/dist/src/functions/getTask.function.js +32 -0
- package/dist/src/functions/getTask.function.js.map +1 -0
- package/dist/src/functions/getTransitions.function.d.ts +217 -0
- package/dist/src/functions/getTransitions.function.d.ts.map +1 -0
- package/dist/src/functions/getTransitions.function.js +69 -0
- package/dist/src/functions/getTransitions.function.js.map +1 -0
- package/dist/src/functions/getTrashedFieldsPaginated.function.d.ts +174 -0
- package/dist/src/functions/getTrashedFieldsPaginated.function.d.ts.map +1 -0
- package/dist/src/functions/getTrashedFieldsPaginated.function.js +54 -0
- package/dist/src/functions/getTrashedFieldsPaginated.function.js.map +1 -0
- package/dist/src/functions/getUiModifications.function.d.ts +105 -0
- package/dist/src/functions/getUiModifications.function.d.ts.map +1 -0
- package/dist/src/functions/getUiModifications.function.js +41 -0
- package/dist/src/functions/getUiModifications.function.js.map +1 -0
- package/dist/src/functions/getUser.function.d.ts +266 -0
- package/dist/src/functions/getUser.function.d.ts.map +1 -0
- package/dist/src/functions/getUser.function.js +80 -0
- package/dist/src/functions/getUser.function.js.map +1 -0
- package/dist/src/functions/getUserDefaultColumns.function.d.ts +29 -0
- package/dist/src/functions/getUserDefaultColumns.function.d.ts.map +1 -0
- package/dist/src/functions/getUserDefaultColumns.function.js +22 -0
- package/dist/src/functions/getUserDefaultColumns.function.js.map +1 -0
- package/dist/src/functions/getUserEmail.function.d.ts +25 -0
- package/dist/src/functions/getUserEmail.function.d.ts.map +1 -0
- package/dist/src/functions/getUserEmail.function.js +21 -0
- package/dist/src/functions/getUserEmail.function.js.map +1 -0
- package/dist/src/functions/getUserEmailBulk.function.d.ts +25 -0
- package/dist/src/functions/getUserEmailBulk.function.d.ts.map +1 -0
- package/dist/src/functions/getUserEmailBulk.function.js +21 -0
- package/dist/src/functions/getUserEmailBulk.function.js.map +1 -0
- package/dist/src/functions/getUserGroups.function.d.ts +37 -0
- package/dist/src/functions/getUserGroups.function.d.ts.map +1 -0
- package/dist/src/functions/getUserGroups.function.js +24 -0
- package/dist/src/functions/getUserGroups.function.js.map +1 -0
- package/dist/src/functions/getUserProperty.function.d.ts +37 -0
- package/dist/src/functions/getUserProperty.function.d.ts.map +1 -0
- package/dist/src/functions/getUserProperty.function.js +24 -0
- package/dist/src/functions/getUserProperty.function.js.map +1 -0
- package/dist/src/functions/getUserPropertyKeys.function.d.ts +41 -0
- package/dist/src/functions/getUserPropertyKeys.function.d.ts.map +1 -0
- package/dist/src/functions/getUserPropertyKeys.function.js +25 -0
- package/dist/src/functions/getUserPropertyKeys.function.js.map +1 -0
- package/dist/src/functions/getUsersFromGroup.function.d.ts +125 -0
- package/dist/src/functions/getUsersFromGroup.function.d.ts.map +1 -0
- package/dist/src/functions/getUsersFromGroup.function.js +46 -0
- package/dist/src/functions/getUsersFromGroup.function.js.map +1 -0
- package/dist/src/functions/getValidProjectKey.function.d.ts +13 -0
- package/dist/src/functions/getValidProjectKey.function.d.ts.map +1 -0
- package/dist/src/functions/getValidProjectKey.function.js +18 -0
- package/dist/src/functions/getValidProjectKey.function.js.map +1 -0
- package/dist/src/functions/getValidProjectName.function.d.ts +13 -0
- package/dist/src/functions/getValidProjectName.function.d.ts.map +1 -0
- package/dist/src/functions/getValidProjectName.function.js +18 -0
- package/dist/src/functions/getValidProjectName.function.js.map +1 -0
- package/dist/src/functions/getVersion.function.d.ts +141 -0
- package/dist/src/functions/getVersion.function.d.ts.map +1 -0
- package/dist/src/functions/getVersion.function.js +50 -0
- package/dist/src/functions/getVersion.function.js.map +1 -0
- package/dist/src/functions/getVersionRelatedIssues.function.d.ts +53 -0
- package/dist/src/functions/getVersionRelatedIssues.function.d.ts.map +1 -0
- package/dist/src/functions/getVersionRelatedIssues.function.js +28 -0
- package/dist/src/functions/getVersionRelatedIssues.function.js.map +1 -0
- package/dist/src/functions/getVersionUnresolvedIssues.function.d.ts +29 -0
- package/dist/src/functions/getVersionUnresolvedIssues.function.d.ts.map +1 -0
- package/dist/src/functions/getVersionUnresolvedIssues.function.js +22 -0
- package/dist/src/functions/getVersionUnresolvedIssues.function.js.map +1 -0
- package/dist/src/functions/getVisibleIssueFieldOptions.function.d.ts +134 -0
- package/dist/src/functions/getVisibleIssueFieldOptions.function.d.ts.map +1 -0
- package/dist/src/functions/getVisibleIssueFieldOptions.function.js +46 -0
- package/dist/src/functions/getVisibleIssueFieldOptions.function.js.map +1 -0
- package/dist/src/functions/getVotes.function.d.ts +274 -0
- package/dist/src/functions/getVotes.function.d.ts.map +1 -0
- package/dist/src/functions/getVotes.function.js +82 -0
- package/dist/src/functions/getVotes.function.js.map +1 -0
- package/dist/src/functions/getWorkflow.function.d.ts +41 -0
- package/dist/src/functions/getWorkflow.function.d.ts.map +1 -0
- package/dist/src/functions/getWorkflow.function.js +25 -0
- package/dist/src/functions/getWorkflow.function.js.map +1 -0
- package/dist/src/functions/getWorkflowScheme.function.d.ts +453 -0
- package/dist/src/functions/getWorkflowScheme.function.d.ts.map +1 -0
- package/dist/src/functions/getWorkflowScheme.function.js +125 -0
- package/dist/src/functions/getWorkflowScheme.function.js.map +1 -0
- package/dist/src/functions/getWorkflowSchemeDraft.function.d.ts +449 -0
- package/dist/src/functions/getWorkflowSchemeDraft.function.d.ts.map +1 -0
- package/dist/src/functions/getWorkflowSchemeDraft.function.js +124 -0
- package/dist/src/functions/getWorkflowSchemeDraft.function.js.map +1 -0
- package/dist/src/functions/getWorkflowSchemeDraftIssueType.function.d.ts +33 -0
- package/dist/src/functions/getWorkflowSchemeDraftIssueType.function.d.ts.map +1 -0
- package/dist/src/functions/getWorkflowSchemeDraftIssueType.function.js +23 -0
- package/dist/src/functions/getWorkflowSchemeDraftIssueType.function.js.map +1 -0
- package/dist/src/functions/getWorkflowSchemeIssueType.function.d.ts +37 -0
- package/dist/src/functions/getWorkflowSchemeIssueType.function.d.ts.map +1 -0
- package/dist/src/functions/getWorkflowSchemeIssueType.function.js +24 -0
- package/dist/src/functions/getWorkflowSchemeIssueType.function.js.map +1 -0
- package/dist/src/functions/getWorkflowSchemeProjectAssociations.function.d.ts +469 -0
- package/dist/src/functions/getWorkflowSchemeProjectAssociations.function.d.ts.map +1 -0
- package/dist/src/functions/getWorkflowSchemeProjectAssociations.function.js +129 -0
- package/dist/src/functions/getWorkflowSchemeProjectAssociations.function.js.map +1 -0
- package/dist/src/functions/getWorkflowTransitionProperties.function.d.ts +48 -0
- package/dist/src/functions/getWorkflowTransitionProperties.function.d.ts.map +1 -0
- package/dist/src/functions/getWorkflowTransitionProperties.function.js +26 -0
- package/dist/src/functions/getWorkflowTransitionProperties.function.js.map +1 -0
- package/dist/src/functions/getWorkflowTransitionRuleConfigurations.function.d.ts +253 -0
- package/dist/src/functions/getWorkflowTransitionRuleConfigurations.function.d.ts.map +1 -0
- package/dist/src/functions/getWorkflowTransitionRuleConfigurations.function.js +77 -0
- package/dist/src/functions/getWorkflowTransitionRuleConfigurations.function.js.map +1 -0
- package/dist/src/functions/getWorkflowsPaginated.function.d.ts +394 -0
- package/dist/src/functions/getWorkflowsPaginated.function.d.ts.map +1 -0
- package/dist/src/functions/getWorkflowsPaginated.function.js +111 -0
- package/dist/src/functions/getWorkflowsPaginated.function.js.map +1 -0
- package/dist/src/functions/getWorklog.function.d.ts +236 -0
- package/dist/src/functions/getWorklog.function.d.ts.map +1 -0
- package/dist/src/functions/getWorklog.function.js +73 -0
- package/dist/src/functions/getWorklog.function.js.map +1 -0
- package/dist/src/functions/getWorklogProperty.function.d.ts +33 -0
- package/dist/src/functions/getWorklogProperty.function.d.ts.map +1 -0
- package/dist/src/functions/getWorklogProperty.function.js +23 -0
- package/dist/src/functions/getWorklogProperty.function.js.map +1 -0
- package/dist/src/functions/getWorklogPropertyKeys.function.d.ts +37 -0
- package/dist/src/functions/getWorklogPropertyKeys.function.d.ts.map +1 -0
- package/dist/src/functions/getWorklogPropertyKeys.function.js +24 -0
- package/dist/src/functions/getWorklogPropertyKeys.function.js.map +1 -0
- package/dist/src/functions/getWorklogsForIds.function.d.ts +232 -0
- package/dist/src/functions/getWorklogsForIds.function.d.ts.map +1 -0
- package/dist/src/functions/getWorklogsForIds.function.js +72 -0
- package/dist/src/functions/getWorklogsForIds.function.js.map +1 -0
- package/dist/src/functions/linkIssues.function.d.ts +1272 -0
- package/dist/src/functions/linkIssues.function.d.ts.map +1 -0
- package/dist/src/functions/linkIssues.function.js +325 -0
- package/dist/src/functions/linkIssues.function.js.map +1 -0
- package/dist/src/functions/matchIssues.function.d.ts +37 -0
- package/dist/src/functions/matchIssues.function.d.ts.map +1 -0
- package/dist/src/functions/matchIssues.function.js +24 -0
- package/dist/src/functions/matchIssues.function.js.map +1 -0
- package/dist/src/functions/mergeVersions.function.d.ts +17 -0
- package/dist/src/functions/mergeVersions.function.d.ts.map +1 -0
- package/dist/src/functions/mergeVersions.function.js +19 -0
- package/dist/src/functions/mergeVersions.function.js.map +1 -0
- package/dist/src/functions/migrateQueries.function.d.ts +37 -0
- package/dist/src/functions/migrateQueries.function.d.ts.map +1 -0
- package/dist/src/functions/migrateQueries.function.js +24 -0
- package/dist/src/functions/migrateQueries.function.js.map +1 -0
- package/dist/src/functions/migrationResourceUpdateEntityPropertiesValuePut.function.d.ts +46 -0
- package/dist/src/functions/migrationResourceUpdateEntityPropertiesValuePut.function.d.ts.map +1 -0
- package/dist/src/functions/migrationResourceUpdateEntityPropertiesValuePut.function.js +22 -0
- package/dist/src/functions/migrationResourceUpdateEntityPropertiesValuePut.function.js.map +1 -0
- package/dist/src/functions/migrationResourceWorkflowRuleSearchPost.function.d.ts +217 -0
- package/dist/src/functions/migrationResourceWorkflowRuleSearchPost.function.d.ts.map +1 -0
- package/dist/src/functions/migrationResourceWorkflowRuleSearchPost.function.js +69 -0
- package/dist/src/functions/migrationResourceWorkflowRuleSearchPost.function.js.map +1 -0
- package/dist/src/functions/movePriorities.function.d.ts +21 -0
- package/dist/src/functions/movePriorities.function.d.ts.map +1 -0
- package/dist/src/functions/movePriorities.function.js +20 -0
- package/dist/src/functions/movePriorities.function.js.map +1 -0
- package/dist/src/functions/moveResolutions.function.d.ts +21 -0
- package/dist/src/functions/moveResolutions.function.d.ts.map +1 -0
- package/dist/src/functions/moveResolutions.function.js +20 -0
- package/dist/src/functions/moveResolutions.function.js.map +1 -0
- package/dist/src/functions/moveScreenTab.function.d.ts +21 -0
- package/dist/src/functions/moveScreenTab.function.d.ts.map +1 -0
- package/dist/src/functions/moveScreenTab.function.js +20 -0
- package/dist/src/functions/moveScreenTab.function.js.map +1 -0
- package/dist/src/functions/moveScreenTabField.function.d.ts +34 -0
- package/dist/src/functions/moveScreenTabField.function.d.ts.map +1 -0
- package/dist/src/functions/moveScreenTabField.function.js +22 -0
- package/dist/src/functions/moveScreenTabField.function.js.map +1 -0
- package/dist/src/functions/moveVersion.function.d.ts +150 -0
- package/dist/src/functions/moveVersion.function.d.ts.map +1 -0
- package/dist/src/functions/moveVersion.function.js +51 -0
- package/dist/src/functions/moveVersion.function.js.map +1 -0
- package/dist/src/functions/notify.function.d.ts +189 -0
- package/dist/src/functions/notify.function.d.ts.map +1 -0
- package/dist/src/functions/notify.function.js +62 -0
- package/dist/src/functions/notify.function.js.map +1 -0
- package/dist/src/functions/parseJqlQueries.function.d.ts +892 -0
- package/dist/src/functions/parseJqlQueries.function.d.ts.map +1 -0
- package/dist/src/functions/parseJqlQueries.function.js +305 -0
- package/dist/src/functions/parseJqlQueries.function.js.map +1 -0
- package/dist/src/functions/partialUpdateProjectRole.function.d.ts +223 -0
- package/dist/src/functions/partialUpdateProjectRole.function.d.ts.map +1 -0
- package/dist/src/functions/partialUpdateProjectRole.function.js +68 -0
- package/dist/src/functions/partialUpdateProjectRole.function.js.map +1 -0
- package/dist/src/functions/publishDraftWorkflowScheme.function.d.ts +36 -0
- package/dist/src/functions/publishDraftWorkflowScheme.function.d.ts.map +1 -0
- package/dist/src/functions/publishDraftWorkflowScheme.function.js +22 -0
- package/dist/src/functions/publishDraftWorkflowScheme.function.js.map +1 -0
- package/dist/src/functions/refreshWebhooks.function.d.ts +21 -0
- package/dist/src/functions/refreshWebhooks.function.d.ts.map +1 -0
- package/dist/src/functions/refreshWebhooks.function.js +20 -0
- package/dist/src/functions/refreshWebhooks.function.js.map +1 -0
- package/dist/src/functions/registerDynamicWebhooks.function.d.ts +66 -0
- package/dist/src/functions/registerDynamicWebhooks.function.d.ts.map +1 -0
- package/dist/src/functions/registerDynamicWebhooks.function.js +29 -0
- package/dist/src/functions/registerDynamicWebhooks.function.js.map +1 -0
- package/dist/src/functions/removeAttachment.function.d.ts +12 -0
- package/dist/src/functions/removeAttachment.function.d.ts.map +1 -0
- package/dist/src/functions/removeAttachment.function.js +16 -0
- package/dist/src/functions/removeAttachment.function.js.map +1 -0
- package/dist/src/functions/removeCustomFieldContextFromProjects.function.d.ts +21 -0
- package/dist/src/functions/removeCustomFieldContextFromProjects.function.d.ts.map +1 -0
- package/dist/src/functions/removeCustomFieldContextFromProjects.function.js +20 -0
- package/dist/src/functions/removeCustomFieldContextFromProjects.function.js.map +1 -0
- package/dist/src/functions/removeGadget.function.d.ts +17 -0
- package/dist/src/functions/removeGadget.function.d.ts.map +1 -0
- package/dist/src/functions/removeGadget.function.js +19 -0
- package/dist/src/functions/removeGadget.function.js.map +1 -0
- package/dist/src/functions/removeGroup.function.d.ts +24 -0
- package/dist/src/functions/removeGroup.function.d.ts.map +1 -0
- package/dist/src/functions/removeGroup.function.js +19 -0
- package/dist/src/functions/removeGroup.function.js.map +1 -0
- package/dist/src/functions/removeIssueTypeFromIssueTypeScheme.function.d.ts +17 -0
- package/dist/src/functions/removeIssueTypeFromIssueTypeScheme.function.d.ts.map +1 -0
- package/dist/src/functions/removeIssueTypeFromIssueTypeScheme.function.js +19 -0
- package/dist/src/functions/removeIssueTypeFromIssueTypeScheme.function.js.map +1 -0
- package/dist/src/functions/removeIssueTypesFromContext.function.d.ts +21 -0
- package/dist/src/functions/removeIssueTypesFromContext.function.d.ts.map +1 -0
- package/dist/src/functions/removeIssueTypesFromContext.function.js +20 -0
- package/dist/src/functions/removeIssueTypesFromContext.function.js.map +1 -0
- package/dist/src/functions/removeIssueTypesFromGlobalFieldConfigurationScheme.function.d.ts +17 -0
- package/dist/src/functions/removeIssueTypesFromGlobalFieldConfigurationScheme.function.d.ts.map +1 -0
- package/dist/src/functions/removeIssueTypesFromGlobalFieldConfigurationScheme.function.js +19 -0
- package/dist/src/functions/removeIssueTypesFromGlobalFieldConfigurationScheme.function.js.map +1 -0
- package/dist/src/functions/removeMappingsFromIssueTypeScreenScheme.function.d.ts +17 -0
- package/dist/src/functions/removeMappingsFromIssueTypeScreenScheme.function.d.ts.map +1 -0
- package/dist/src/functions/removeMappingsFromIssueTypeScreenScheme.function.js +19 -0
- package/dist/src/functions/removeMappingsFromIssueTypeScreenScheme.function.js.map +1 -0
- package/dist/src/functions/removeNotificationFromNotificationScheme.function.d.ts +17 -0
- package/dist/src/functions/removeNotificationFromNotificationScheme.function.d.ts.map +1 -0
- package/dist/src/functions/removeNotificationFromNotificationScheme.function.js +19 -0
- package/dist/src/functions/removeNotificationFromNotificationScheme.function.js.map +1 -0
- package/dist/src/functions/removePreference.function.d.ts +12 -0
- package/dist/src/functions/removePreference.function.d.ts.map +1 -0
- package/dist/src/functions/removePreference.function.js +16 -0
- package/dist/src/functions/removePreference.function.js.map +1 -0
- package/dist/src/functions/removeProjectCategory.function.d.ts +12 -0
- package/dist/src/functions/removeProjectCategory.function.d.ts.map +1 -0
- package/dist/src/functions/removeProjectCategory.function.js +16 -0
- package/dist/src/functions/removeProjectCategory.function.js.map +1 -0
- package/dist/src/functions/removeScreenTabField.function.d.ts +20 -0
- package/dist/src/functions/removeScreenTabField.function.d.ts.map +1 -0
- package/dist/src/functions/removeScreenTabField.function.js +18 -0
- package/dist/src/functions/removeScreenTabField.function.js.map +1 -0
- package/dist/src/functions/removeUser.function.d.ts +20 -0
- package/dist/src/functions/removeUser.function.d.ts.map +1 -0
- package/dist/src/functions/removeUser.function.js +18 -0
- package/dist/src/functions/removeUser.function.js.map +1 -0
- package/dist/src/functions/removeUserFromGroup.function.d.ts +24 -0
- package/dist/src/functions/removeUserFromGroup.function.d.ts.map +1 -0
- package/dist/src/functions/removeUserFromGroup.function.js +19 -0
- package/dist/src/functions/removeUserFromGroup.function.js.map +1 -0
- package/dist/src/functions/removeVote.function.d.ts +12 -0
- package/dist/src/functions/removeVote.function.d.ts.map +1 -0
- package/dist/src/functions/removeVote.function.js +16 -0
- package/dist/src/functions/removeVote.function.js.map +1 -0
- package/dist/src/functions/removeWatcher.function.d.ts +20 -0
- package/dist/src/functions/removeWatcher.function.d.ts.map +1 -0
- package/dist/src/functions/removeWatcher.function.js +18 -0
- package/dist/src/functions/removeWatcher.function.js.map +1 -0
- package/dist/src/functions/renameScreenTab.function.d.ts +33 -0
- package/dist/src/functions/renameScreenTab.function.d.ts.map +1 -0
- package/dist/src/functions/renameScreenTab.function.js +23 -0
- package/dist/src/functions/renameScreenTab.function.js.map +1 -0
- package/dist/src/functions/reorderCustomFieldOptions.function.d.ts +32 -0
- package/dist/src/functions/reorderCustomFieldOptions.function.d.ts.map +1 -0
- package/dist/src/functions/reorderCustomFieldOptions.function.js +22 -0
- package/dist/src/functions/reorderCustomFieldOptions.function.js.map +1 -0
- package/dist/src/functions/reorderIssueTypesInIssueTypeScheme.function.d.ts +28 -0
- package/dist/src/functions/reorderIssueTypesInIssueTypeScheme.function.d.ts.map +1 -0
- package/dist/src/functions/reorderIssueTypesInIssueTypeScheme.function.js +21 -0
- package/dist/src/functions/reorderIssueTypesInIssueTypeScheme.function.js.map +1 -0
- package/dist/src/functions/replaceIssueFieldOption.function.d.ts +32 -0
- package/dist/src/functions/replaceIssueFieldOption.function.d.ts.map +1 -0
- package/dist/src/functions/replaceIssueFieldOption.function.js +21 -0
- package/dist/src/functions/replaceIssueFieldOption.function.js.map +1 -0
- package/dist/src/functions/resetColumns.function.d.ts +12 -0
- package/dist/src/functions/resetColumns.function.d.ts.map +1 -0
- package/dist/src/functions/resetColumns.function.js +16 -0
- package/dist/src/functions/resetColumns.function.js.map +1 -0
- package/dist/src/functions/resetUserColumns.function.d.ts +16 -0
- package/dist/src/functions/resetUserColumns.function.d.ts.map +1 -0
- package/dist/src/functions/resetUserColumns.function.js +17 -0
- package/dist/src/functions/resetUserColumns.function.js.map +1 -0
- package/dist/src/functions/restore.function.d.ts +13 -0
- package/dist/src/functions/restore.function.d.ts.map +1 -0
- package/dist/src/functions/restore.function.js +18 -0
- package/dist/src/functions/restore.function.js.map +1 -0
- package/dist/src/functions/restoreCustomField.function.d.ts +13 -0
- package/dist/src/functions/restoreCustomField.function.d.ts.map +1 -0
- package/dist/src/functions/restoreCustomField.function.js +18 -0
- package/dist/src/functions/restoreCustomField.function.js.map +1 -0
- package/dist/src/functions/sanitiseJqlQueries.function.d.ts +69 -0
- package/dist/src/functions/sanitiseJqlQueries.function.d.ts.map +1 -0
- package/dist/src/functions/sanitiseJqlQueries.function.js +32 -0
- package/dist/src/functions/sanitiseJqlQueries.function.js.map +1 -0
- package/dist/src/functions/search.function.d.ts +140 -0
- package/dist/src/functions/search.function.d.ts.map +1 -0
- package/dist/src/functions/search.function.js +48 -0
- package/dist/src/functions/search.function.js.map +1 -0
- package/dist/src/functions/searchForIssuesUsingJql.function.d.ts +931 -0
- package/dist/src/functions/searchForIssuesUsingJql.function.d.ts.map +1 -0
- package/dist/src/functions/searchForIssuesUsingJql.function.js +246 -0
- package/dist/src/functions/searchForIssuesUsingJql.function.js.map +1 -0
- package/dist/src/functions/searchForIssuesUsingJqlPost.function.d.ts +931 -0
- package/dist/src/functions/searchForIssuesUsingJqlPost.function.d.ts.map +1 -0
- package/dist/src/functions/searchForIssuesUsingJqlPost.function.js +246 -0
- package/dist/src/functions/searchForIssuesUsingJqlPost.function.js.map +1 -0
- package/dist/src/functions/searchPriorities.function.d.ts +89 -0
- package/dist/src/functions/searchPriorities.function.d.ts.map +1 -0
- package/dist/src/functions/searchPriorities.function.js +37 -0
- package/dist/src/functions/searchPriorities.function.js.map +1 -0
- package/dist/src/functions/searchProjects.function.d.ts +94 -0
- package/dist/src/functions/searchProjects.function.d.ts.map +1 -0
- package/dist/src/functions/searchProjects.function.js +30 -0
- package/dist/src/functions/searchProjects.function.js.map +1 -0
- package/dist/src/functions/searchResolutions.function.d.ts +85 -0
- package/dist/src/functions/searchResolutions.function.d.ts.map +1 -0
- package/dist/src/functions/searchResolutions.function.js +36 -0
- package/dist/src/functions/searchResolutions.function.js.map +1 -0
- package/dist/src/functions/selectTimeTrackingImplementation.function.d.ts +17 -0
- package/dist/src/functions/selectTimeTrackingImplementation.function.d.ts.map +1 -0
- package/dist/src/functions/selectTimeTrackingImplementation.function.js +19 -0
- package/dist/src/functions/selectTimeTrackingImplementation.function.js.map +1 -0
- package/dist/src/functions/setActors.function.d.ts +223 -0
- package/dist/src/functions/setActors.function.d.ts.map +1 -0
- package/dist/src/functions/setActors.function.js +68 -0
- package/dist/src/functions/setActors.function.js.map +1 -0
- package/dist/src/functions/setApplicationProperty.function.d.ts +57 -0
- package/dist/src/functions/setApplicationProperty.function.d.ts.map +1 -0
- package/dist/src/functions/setApplicationProperty.function.js +29 -0
- package/dist/src/functions/setApplicationProperty.function.js.map +1 -0
- package/dist/src/functions/setBanner.function.d.ts +25 -0
- package/dist/src/functions/setBanner.function.d.ts.map +1 -0
- package/dist/src/functions/setBanner.function.js +21 -0
- package/dist/src/functions/setBanner.function.js.map +1 -0
- package/dist/src/functions/setColumns.function.d.ts +17 -0
- package/dist/src/functions/setColumns.function.d.ts.map +1 -0
- package/dist/src/functions/setColumns.function.js +19 -0
- package/dist/src/functions/setColumns.function.js.map +1 -0
- package/dist/src/functions/setCommentProperty.function.d.ts +21 -0
- package/dist/src/functions/setCommentProperty.function.d.ts.map +1 -0
- package/dist/src/functions/setCommentProperty.function.js +20 -0
- package/dist/src/functions/setCommentProperty.function.js.map +1 -0
- package/dist/src/functions/setDashboardItemProperty.function.d.ts +25 -0
- package/dist/src/functions/setDashboardItemProperty.function.d.ts.map +1 -0
- package/dist/src/functions/setDashboardItemProperty.function.js +21 -0
- package/dist/src/functions/setDashboardItemProperty.function.js.map +1 -0
- package/dist/src/functions/setDefaultPriority.function.d.ts +13 -0
- package/dist/src/functions/setDefaultPriority.function.d.ts.map +1 -0
- package/dist/src/functions/setDefaultPriority.function.js +18 -0
- package/dist/src/functions/setDefaultPriority.function.js.map +1 -0
- package/dist/src/functions/setDefaultResolution.function.d.ts +13 -0
- package/dist/src/functions/setDefaultResolution.function.d.ts.map +1 -0
- package/dist/src/functions/setDefaultResolution.function.js +18 -0
- package/dist/src/functions/setDefaultResolution.function.js.map +1 -0
- package/dist/src/functions/setDefaultShareScope.function.d.ts +29 -0
- package/dist/src/functions/setDefaultShareScope.function.d.ts.map +1 -0
- package/dist/src/functions/setDefaultShareScope.function.js +20 -0
- package/dist/src/functions/setDefaultShareScope.function.js.map +1 -0
- package/dist/src/functions/setDefaultValues.function.d.ts +469 -0
- package/dist/src/functions/setDefaultValues.function.d.ts.map +1 -0
- package/dist/src/functions/setDefaultValues.function.js +132 -0
- package/dist/src/functions/setDefaultValues.function.js.map +1 -0
- package/dist/src/functions/setFavouriteForFilter.function.d.ts +17 -0
- package/dist/src/functions/setFavouriteForFilter.function.d.ts.map +1 -0
- package/dist/src/functions/setFavouriteForFilter.function.js +19 -0
- package/dist/src/functions/setFavouriteForFilter.function.js.map +1 -0
- package/dist/src/functions/setFieldConfigurationSchemeMapping.function.d.ts +29 -0
- package/dist/src/functions/setFieldConfigurationSchemeMapping.function.d.ts.map +1 -0
- package/dist/src/functions/setFieldConfigurationSchemeMapping.function.js +22 -0
- package/dist/src/functions/setFieldConfigurationSchemeMapping.function.js.map +1 -0
- package/dist/src/functions/setIssueNavigatorDefaultColumns.function.d.ts +13 -0
- package/dist/src/functions/setIssueNavigatorDefaultColumns.function.d.ts.map +1 -0
- package/dist/src/functions/setIssueNavigatorDefaultColumns.function.js +18 -0
- package/dist/src/functions/setIssueNavigatorDefaultColumns.function.js.map +1 -0
- package/dist/src/functions/setIssueProperty.function.d.ts +21 -0
- package/dist/src/functions/setIssueProperty.function.d.ts.map +1 -0
- package/dist/src/functions/setIssueProperty.function.js +20 -0
- package/dist/src/functions/setIssueProperty.function.js.map +1 -0
- package/dist/src/functions/setIssueTypeProperty.function.d.ts +21 -0
- package/dist/src/functions/setIssueTypeProperty.function.d.ts.map +1 -0
- package/dist/src/functions/setIssueTypeProperty.function.js +20 -0
- package/dist/src/functions/setIssueTypeProperty.function.js.map +1 -0
- package/dist/src/functions/setPreference.function.d.ts +17 -0
- package/dist/src/functions/setPreference.function.d.ts.map +1 -0
- package/dist/src/functions/setPreference.function.js +19 -0
- package/dist/src/functions/setPreference.function.js.map +1 -0
- package/dist/src/functions/setProjectProperty.function.d.ts +21 -0
- package/dist/src/functions/setProjectProperty.function.d.ts.map +1 -0
- package/dist/src/functions/setProjectProperty.function.js +20 -0
- package/dist/src/functions/setProjectProperty.function.js.map +1 -0
- package/dist/src/functions/setSharedTimeTrackingConfiguration.function.d.ts +63 -0
- package/dist/src/functions/setSharedTimeTrackingConfiguration.function.d.ts.map +1 -0
- package/dist/src/functions/setSharedTimeTrackingConfiguration.function.js +26 -0
- package/dist/src/functions/setSharedTimeTrackingConfiguration.function.js.map +1 -0
- package/dist/src/functions/setUserColumns.function.d.ts +17 -0
- package/dist/src/functions/setUserColumns.function.d.ts.map +1 -0
- package/dist/src/functions/setUserColumns.function.js +19 -0
- package/dist/src/functions/setUserColumns.function.js.map +1 -0
- package/dist/src/functions/setUserProperty.function.d.ts +29 -0
- package/dist/src/functions/setUserProperty.function.d.ts.map +1 -0
- package/dist/src/functions/setUserProperty.function.js +22 -0
- package/dist/src/functions/setUserProperty.function.js.map +1 -0
- package/dist/src/functions/setWorkflowSchemeDraftIssueType.function.d.ts +461 -0
- package/dist/src/functions/setWorkflowSchemeDraftIssueType.function.d.ts.map +1 -0
- package/dist/src/functions/setWorkflowSchemeDraftIssueType.function.js +127 -0
- package/dist/src/functions/setWorkflowSchemeDraftIssueType.function.js.map +1 -0
- package/dist/src/functions/setWorkflowSchemeIssueType.function.d.ts +461 -0
- package/dist/src/functions/setWorkflowSchemeIssueType.function.d.ts.map +1 -0
- package/dist/src/functions/setWorkflowSchemeIssueType.function.js +127 -0
- package/dist/src/functions/setWorkflowSchemeIssueType.function.js.map +1 -0
- package/dist/src/functions/setWorklogProperty.function.d.ts +25 -0
- package/dist/src/functions/setWorklogProperty.function.d.ts.map +1 -0
- package/dist/src/functions/setWorklogProperty.function.js +21 -0
- package/dist/src/functions/setWorklogProperty.function.js.map +1 -0
- package/dist/src/functions/storeAvatar.function.d.ts +68 -0
- package/dist/src/functions/storeAvatar.function.d.ts.map +1 -0
- package/dist/src/functions/storeAvatar.function.js +31 -0
- package/dist/src/functions/storeAvatar.function.js.map +1 -0
- package/dist/src/functions/toggleFeatureForProject.function.d.ts +73 -0
- package/dist/src/functions/toggleFeatureForProject.function.d.ts.map +1 -0
- package/dist/src/functions/toggleFeatureForProject.function.js +31 -0
- package/dist/src/functions/toggleFeatureForProject.function.js.map +1 -0
- package/dist/src/functions/trashCustomField.function.d.ts +13 -0
- package/dist/src/functions/trashCustomField.function.d.ts.map +1 -0
- package/dist/src/functions/trashCustomField.function.js +18 -0
- package/dist/src/functions/trashCustomField.function.js.map +1 -0
- package/dist/src/functions/updateComment.function.d.ts +283 -0
- package/dist/src/functions/updateComment.function.d.ts.map +1 -0
- package/dist/src/functions/updateComment.function.js +84 -0
- package/dist/src/functions/updateComment.function.js.map +1 -0
- package/dist/src/functions/updateComponent.function.d.ts +831 -0
- package/dist/src/functions/updateComponent.function.d.ts.map +1 -0
- package/dist/src/functions/updateComponent.function.js +215 -0
- package/dist/src/functions/updateComponent.function.js.map +1 -0
- package/dist/src/functions/updateCustomField.function.d.ts +39 -0
- package/dist/src/functions/updateCustomField.function.d.ts.map +1 -0
- package/dist/src/functions/updateCustomField.function.js +21 -0
- package/dist/src/functions/updateCustomField.function.js.map +1 -0
- package/dist/src/functions/updateCustomFieldConfiguration.function.d.ts +37 -0
- package/dist/src/functions/updateCustomFieldConfiguration.function.d.ts.map +1 -0
- package/dist/src/functions/updateCustomFieldConfiguration.function.js +24 -0
- package/dist/src/functions/updateCustomFieldConfiguration.function.js.map +1 -0
- package/dist/src/functions/updateCustomFieldContext.function.d.ts +25 -0
- package/dist/src/functions/updateCustomFieldContext.function.d.ts.map +1 -0
- package/dist/src/functions/updateCustomFieldContext.function.js +21 -0
- package/dist/src/functions/updateCustomFieldContext.function.js.map +1 -0
- package/dist/src/functions/updateCustomFieldOption.function.d.ts +61 -0
- package/dist/src/functions/updateCustomFieldOption.function.d.ts.map +1 -0
- package/dist/src/functions/updateCustomFieldOption.function.js +30 -0
- package/dist/src/functions/updateCustomFieldOption.function.js.map +1 -0
- package/dist/src/functions/updateCustomFieldValue.function.d.ts +33 -0
- package/dist/src/functions/updateCustomFieldValue.function.d.ts.map +1 -0
- package/dist/src/functions/updateCustomFieldValue.function.js +23 -0
- package/dist/src/functions/updateCustomFieldValue.function.js.map +1 -0
- package/dist/src/functions/updateDashboard.function.d.ts +5 -0
- package/dist/src/functions/updateDashboard.function.d.ts.map +1 -0
- package/dist/src/functions/updateDashboard.function.js +16 -0
- package/dist/src/functions/updateDashboard.function.js.map +1 -0
- package/dist/src/functions/updateDefaultScreenScheme.function.d.ts +17 -0
- package/dist/src/functions/updateDefaultScreenScheme.function.d.ts.map +1 -0
- package/dist/src/functions/updateDefaultScreenScheme.function.js +19 -0
- package/dist/src/functions/updateDefaultScreenScheme.function.js.map +1 -0
- package/dist/src/functions/updateDefaultWorkflow.function.d.ts +457 -0
- package/dist/src/functions/updateDefaultWorkflow.function.d.ts.map +1 -0
- package/dist/src/functions/updateDefaultWorkflow.function.js +126 -0
- package/dist/src/functions/updateDefaultWorkflow.function.js.map +1 -0
- package/dist/src/functions/updateDraftDefaultWorkflow.function.d.ts +457 -0
- package/dist/src/functions/updateDraftDefaultWorkflow.function.d.ts.map +1 -0
- package/dist/src/functions/updateDraftDefaultWorkflow.function.js +126 -0
- package/dist/src/functions/updateDraftDefaultWorkflow.function.js.map +1 -0
- package/dist/src/functions/updateDraftWorkflowMapping.function.d.ts +469 -0
- package/dist/src/functions/updateDraftWorkflowMapping.function.d.ts.map +1 -0
- package/dist/src/functions/updateDraftWorkflowMapping.function.js +129 -0
- package/dist/src/functions/updateDraftWorkflowMapping.function.js.map +1 -0
- package/dist/src/functions/updateFieldConfiguration.function.d.ts +21 -0
- package/dist/src/functions/updateFieldConfiguration.function.d.ts.map +1 -0
- package/dist/src/functions/updateFieldConfiguration.function.js +20 -0
- package/dist/src/functions/updateFieldConfiguration.function.js.map +1 -0
- package/dist/src/functions/updateFieldConfigurationItems.function.d.ts +41 -0
- package/dist/src/functions/updateFieldConfigurationItems.function.d.ts.map +1 -0
- package/dist/src/functions/updateFieldConfigurationItems.function.js +25 -0
- package/dist/src/functions/updateFieldConfigurationItems.function.js.map +1 -0
- package/dist/src/functions/updateFieldConfigurationScheme.function.d.ts +21 -0
- package/dist/src/functions/updateFieldConfigurationScheme.function.d.ts.map +1 -0
- package/dist/src/functions/updateFieldConfigurationScheme.function.js +20 -0
- package/dist/src/functions/updateFieldConfigurationScheme.function.js.map +1 -0
- package/dist/src/functions/updateFilter.function.d.ts +5 -0
- package/dist/src/functions/updateFilter.function.d.ts.map +1 -0
- package/dist/src/functions/updateFilter.function.js +16 -0
- package/dist/src/functions/updateFilter.function.js.map +1 -0
- package/dist/src/functions/updateGadget.function.d.ts +41 -0
- package/dist/src/functions/updateGadget.function.d.ts.map +1 -0
- package/dist/src/functions/updateGadget.function.js +25 -0
- package/dist/src/functions/updateGadget.function.js.map +1 -0
- package/dist/src/functions/updateIssueFieldOption.function.d.ts +167 -0
- package/dist/src/functions/updateIssueFieldOption.function.d.ts.map +1 -0
- package/dist/src/functions/updateIssueFieldOption.function.js +52 -0
- package/dist/src/functions/updateIssueFieldOption.function.js.map +1 -0
- package/dist/src/functions/updateIssueLinkType.function.d.ts +53 -0
- package/dist/src/functions/updateIssueLinkType.function.d.ts.map +1 -0
- package/dist/src/functions/updateIssueLinkType.function.js +28 -0
- package/dist/src/functions/updateIssueLinkType.function.js.map +1 -0
- package/dist/src/functions/updateIssueType.function.d.ts +164 -0
- package/dist/src/functions/updateIssueType.function.d.ts.map +1 -0
- package/dist/src/functions/updateIssueType.function.js +54 -0
- package/dist/src/functions/updateIssueType.function.js.map +1 -0
- package/dist/src/functions/updateIssueTypeScheme.function.d.ts +25 -0
- package/dist/src/functions/updateIssueTypeScheme.function.d.ts.map +1 -0
- package/dist/src/functions/updateIssueTypeScheme.function.js +21 -0
- package/dist/src/functions/updateIssueTypeScheme.function.js.map +1 -0
- package/dist/src/functions/updateIssueTypeScreenScheme.function.d.ts +21 -0
- package/dist/src/functions/updateIssueTypeScreenScheme.function.d.ts.map +1 -0
- package/dist/src/functions/updateIssueTypeScreenScheme.function.js +20 -0
- package/dist/src/functions/updateIssueTypeScreenScheme.function.js.map +1 -0
- package/dist/src/functions/updateMultipleCustomFieldValues.function.d.ts +33 -0
- package/dist/src/functions/updateMultipleCustomFieldValues.function.d.ts.map +1 -0
- package/dist/src/functions/updateMultipleCustomFieldValues.function.js +23 -0
- package/dist/src/functions/updateMultipleCustomFieldValues.function.js.map +1 -0
- package/dist/src/functions/updateNotificationScheme.function.d.ts +21 -0
- package/dist/src/functions/updateNotificationScheme.function.d.ts.map +1 -0
- package/dist/src/functions/updateNotificationScheme.function.js +20 -0
- package/dist/src/functions/updateNotificationScheme.function.js.map +1 -0
- package/dist/src/functions/updatePermissionScheme.function.d.ts +335 -0
- package/dist/src/functions/updatePermissionScheme.function.d.ts.map +1 -0
- package/dist/src/functions/updatePermissionScheme.function.js +95 -0
- package/dist/src/functions/updatePermissionScheme.function.js.map +1 -0
- package/dist/src/functions/updatePrecomputations.function.d.ts +25 -0
- package/dist/src/functions/updatePrecomputations.function.d.ts.map +1 -0
- package/dist/src/functions/updatePrecomputations.function.js +17 -0
- package/dist/src/functions/updatePrecomputations.function.js.map +1 -0
- package/dist/src/functions/updatePriority.function.d.ts +40 -0
- package/dist/src/functions/updatePriority.function.d.ts.map +1 -0
- package/dist/src/functions/updatePriority.function.js +22 -0
- package/dist/src/functions/updatePriority.function.js.map +1 -0
- package/dist/src/functions/updateProject.function.d.ts +68 -0
- package/dist/src/functions/updateProject.function.d.ts.map +1 -0
- package/dist/src/functions/updateProject.function.js +31 -0
- package/dist/src/functions/updateProject.function.js.map +1 -0
- package/dist/src/functions/updateProjectAvatar.function.d.ts +17 -0
- package/dist/src/functions/updateProjectAvatar.function.d.ts.map +1 -0
- package/dist/src/functions/updateProjectAvatar.function.js +19 -0
- package/dist/src/functions/updateProjectAvatar.function.js.map +1 -0
- package/dist/src/functions/updateProjectCategory.function.d.ts +41 -0
- package/dist/src/functions/updateProjectCategory.function.d.ts.map +1 -0
- package/dist/src/functions/updateProjectCategory.function.js +25 -0
- package/dist/src/functions/updateProjectCategory.function.js.map +1 -0
- package/dist/src/functions/updateProjectEmail.function.d.ts +21 -0
- package/dist/src/functions/updateProjectEmail.function.d.ts.map +1 -0
- package/dist/src/functions/updateProjectEmail.function.js +20 -0
- package/dist/src/functions/updateProjectEmail.function.js.map +1 -0
- package/dist/src/functions/updateRemoteIssueLink.function.d.ts +113 -0
- package/dist/src/functions/updateRemoteIssueLink.function.d.ts.map +1 -0
- package/dist/src/functions/updateRemoteIssueLink.function.js +43 -0
- package/dist/src/functions/updateRemoteIssueLink.function.js.map +1 -0
- package/dist/src/functions/updateResolution.function.d.ts +21 -0
- package/dist/src/functions/updateResolution.function.d.ts.map +1 -0
- package/dist/src/functions/updateResolution.function.js +20 -0
- package/dist/src/functions/updateResolution.function.js.map +1 -0
- package/dist/src/functions/updateScreen.function.d.ts +136 -0
- package/dist/src/functions/updateScreen.function.d.ts.map +1 -0
- package/dist/src/functions/updateScreen.function.js +47 -0
- package/dist/src/functions/updateScreen.function.js.map +1 -0
- package/dist/src/functions/updateScreenScheme.function.d.ts +45 -0
- package/dist/src/functions/updateScreenScheme.function.d.ts.map +1 -0
- package/dist/src/functions/updateScreenScheme.function.js +26 -0
- package/dist/src/functions/updateScreenScheme.function.js.map +1 -0
- package/dist/src/functions/updateStatuses.function.d.ts +37 -0
- package/dist/src/functions/updateStatuses.function.d.ts.map +1 -0
- package/dist/src/functions/updateStatuses.function.js +23 -0
- package/dist/src/functions/updateStatuses.function.js.map +1 -0
- package/dist/src/functions/updateUiModification.function.d.ts +53 -0
- package/dist/src/functions/updateUiModification.function.d.ts.map +1 -0
- package/dist/src/functions/updateUiModification.function.js +28 -0
- package/dist/src/functions/updateUiModification.function.js.map +1 -0
- package/dist/src/functions/updateVersion.function.d.ts +177 -0
- package/dist/src/functions/updateVersion.function.d.ts.map +1 -0
- package/dist/src/functions/updateVersion.function.js +59 -0
- package/dist/src/functions/updateVersion.function.js.map +1 -0
- package/dist/src/functions/updateWorkflowMapping.function.d.ts +469 -0
- package/dist/src/functions/updateWorkflowMapping.function.d.ts.map +1 -0
- package/dist/src/functions/updateWorkflowMapping.function.js +129 -0
- package/dist/src/functions/updateWorkflowMapping.function.js.map +1 -0
- package/dist/src/functions/updateWorkflowScheme.function.d.ts +469 -0
- package/dist/src/functions/updateWorkflowScheme.function.d.ts.map +1 -0
- package/dist/src/functions/updateWorkflowScheme.function.js +129 -0
- package/dist/src/functions/updateWorkflowScheme.function.js.map +1 -0
- package/dist/src/functions/updateWorkflowSchemeDraft.function.d.ts +469 -0
- package/dist/src/functions/updateWorkflowSchemeDraft.function.d.ts.map +1 -0
- package/dist/src/functions/updateWorkflowSchemeDraft.function.js +129 -0
- package/dist/src/functions/updateWorkflowSchemeDraft.function.js.map +1 -0
- package/dist/src/functions/updateWorkflowTransitionProperty.function.d.ts +48 -0
- package/dist/src/functions/updateWorkflowTransitionProperty.function.d.ts.map +1 -0
- package/dist/src/functions/updateWorkflowTransitionProperty.function.js +26 -0
- package/dist/src/functions/updateWorkflowTransitionProperty.function.js.map +1 -0
- package/dist/src/functions/updateWorkflowTransitionRuleConfigurations.function.d.ts +225 -0
- package/dist/src/functions/updateWorkflowTransitionRuleConfigurations.function.d.ts.map +1 -0
- package/dist/src/functions/updateWorkflowTransitionRuleConfigurations.function.js +71 -0
- package/dist/src/functions/updateWorkflowTransitionRuleConfigurations.function.js.map +1 -0
- package/dist/src/functions/updateWorklog.function.d.ts +312 -0
- package/dist/src/functions/updateWorklog.function.d.ts.map +1 -0
- package/dist/src/functions/updateWorklog.function.js +90 -0
- package/dist/src/functions/updateWorklog.function.js.map +1 -0
- package/dist/src/functions/validateProjectKey.function.d.ts +29 -0
- package/dist/src/functions/validateProjectKey.function.d.ts.map +1 -0
- package/dist/src/functions/validateProjectKey.function.js +22 -0
- package/dist/src/functions/validateProjectKey.function.js.map +1 -0
- package/dist/src/index.d.ts +475 -0
- package/dist/src/index.d.ts.map +1 -0
- package/dist/src/index.js +475 -0
- package/dist/src/index.js.map +1 -0
- package/dist/src/jira-api.service.d.ts +10 -0
- package/dist/src/jira-api.service.d.ts.map +1 -0
- package/dist/src/jira-api.service.js +6191 -0
- package/dist/src/jira-api.service.js.map +1 -0
- package/dist/src/jira.credential.d.ts +5 -0
- package/dist/src/jira.credential.d.ts.map +1 -0
- package/dist/src/jira.credential.js +13 -0
- package/dist/src/jira.credential.js.map +1 -0
- package/dist/src/jira.types.d.ts +7 -0
- package/dist/src/jira.types.d.ts.map +1 -0
- package/dist/src/jira.types.js +8 -0
- package/dist/src/jira.types.js.map +1 -0
- package/dist/src/jira.variable.d.ts +5 -0
- package/dist/src/jira.variable.d.ts.map +1 -0
- package/dist/src/jira.variable.js +11 -0
- package/dist/src/jira.variable.js.map +1 -0
- package/dist/src/services.d.ts +2 -0
- package/dist/src/services.d.ts.map +1 -0
- package/dist/src/services.js +14 -0
- package/dist/src/services.js.map +1 -0
- package/package.json +39 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"description":{"description":"The description of the issue resolution.","type":"string"},"id":{"description":"The ID of the issue resolution.","type":"string"},"name":{"description":"The name of the issue resolution.","type":"string"},"self":{"description":"The URL of the issue resolution.","type":"string","format":"uri"}},"additionalProperties":false,"description":"Details of an issue resolution."}
|
|
@@ -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":25,"description":"The maximum number of items to return per page.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"id":{"description":"The list of screen scheme IDs. To include multiple IDs, provide an ampersand-separated list. For example, `id=10000&id=10001`.","type":"array","items":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"expand":{"default":"","description":"Use [expand](#expansion) include additional information in the response. This parameter accepts `issueTypeScreenSchemes` that, for each screen schemes, returns information about the issue type screen scheme the screen scheme is assigned to.","type":"string"},"queryString":{"default":"","description":"String used to perform a case-insensitive partial match with screen scheme name.","type":"string"},"orderBy":{"description":"[Order](#ordering) the results by a field:\n\n * `id` Sorts by screen scheme ID.\n * `name` Sorts by screen scheme name.","type":"string","enum":["name","-name","+name","id","-id","+id"]}},"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 screen scheme.","type":"string"},"id":{"description":"The ID of the screen scheme.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"issueTypeScreenSchemes":{"description":"Details of the issue type screen schemes associated with the screen scheme.","type":"object","properties":{"isLast":{"description":"Whether this is the last page.","type":"boolean"},"maxResults":{"description":"The maximum number of items that could be returned.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"nextPage":{"description":"If there is another page of results, the URL of the next page.","type":"string","format":"uri"},"self":{"description":"The URL of the page.","type":"string","format":"uri"},"startAt":{"description":"The index of the first item returned.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"total":{"description":"The number of items returned.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"values":{"description":"The list of items.","type":"array","items":{"type":"object","properties":{"description":{"description":"The description of the issue type screen scheme.","type":"string"},"id":{"type":"string","description":"The ID of the issue type screen scheme."},"name":{"type":"string","description":"The name of the issue type screen scheme."}},"required":["id","name"],"additionalProperties":false}}},"additionalProperties":false},"name":{"description":"The name of the screen scheme.","type":"string"},"screens":{"description":"The IDs of the screens for the screen types of the screen scheme.","type":"object","properties":{"create":{"description":"The ID of the create screen.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"default":{"description":"The ID of the default screen. Required when creating a screen scheme.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"edit":{"description":"The ID of the edit screen.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"view":{"description":"The ID of the view screen.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"additionalProperties":false}},"additionalProperties":false}}},"additionalProperties":false,"description":"A page of items."}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"fieldId":{"type":"string","description":"The ID of the field to return screens for."},"startAt":{"default":0,"description":"The index of the first item to return in a page of results (page offset).","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"maxResults":{"default":100,"description":"The maximum number of items to return per page.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"expand":{"description":"Use [expand](#expansion) to include additional information about screens in the response. This parameter accepts `tab` which returns details about the screen tabs the field is used in.","type":"string"}},"required":["fieldId"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"isLast":{"description":"Whether this is the last page.","type":"boolean"},"maxResults":{"description":"The maximum number of items that could be returned.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"nextPage":{"description":"If there is another page of results, the URL of the next page.","type":"string","format":"uri"},"self":{"description":"The URL of the page.","type":"string","format":"uri"},"startAt":{"description":"The index of the first item returned.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"total":{"description":"The number of items returned.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"values":{"description":"The list of items.","type":"array","items":{"type":"object","properties":{"description":{"description":"The description of the screen.","type":"string"},"id":{"description":"The ID of the screen.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"name":{"description":"The name of the screen.","type":"string"},"scope":{"description":"The scope of the screen.","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},"tab":{"description":"The tab for the screen.","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}},"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":100,"description":"The maximum number of items to return per page.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"id":{"description":"The list of screen IDs. To include multiple IDs, provide an ampersand-separated list. For example, `id=10000&id=10001`.","type":"array","items":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"queryString":{"default":"","description":"String used to perform a case-insensitive partial match with screen name.","type":"string"},"scope":{"description":"The scope filter string. To filter by multiple scope, provide an ampersand-separated list. For example, `scope=GLOBAL&scope=PROJECT`.","type":"array","items":{"type":"string","enum":["GLOBAL","TEMPLATE","PROJECT"]}},"orderBy":{"description":"[Order](#ordering) the results by a field:\n\n * `id` Sorts by screen ID.\n * `name` Sorts by screen name.","type":"string","enum":["name","-name","+name","id","-id","+id"]}},"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 screen.","type":"string"},"id":{"description":"The ID of the screen.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"name":{"description":"The name of the screen.","type":"string"},"scope":{"description":"The scope of the screen.","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}},"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":{"projectKeyOrId":{"type":"string","description":"The project ID or project key (case sensitive)."}},"required":["projectKeyOrId"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"levels":{"type":"array","items":{"type":"object","properties":{"description":{"description":"The description of the issue level security item.","type":"string"},"id":{"description":"The ID of the issue level security item.","type":"string"},"isDefault":{"description":"Whether the issue level security item is the default.","type":"boolean"},"issueSecuritySchemeId":{"description":"The ID of the issue level security scheme.","type":"string"},"name":{"description":"The name of the issue level security item.","type":"string"},"self":{"description":"The URL of the issue level security item.","type":"string"}},"additionalProperties":false},"description":"Issue level security items list."}},"required":["levels"],"additionalProperties":false,"description":"List of issue level security items in a project."}
|
|
@@ -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},"projectId":{"description":"Filters the results to options that are only available in the specified project.","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":{"key":{"type":"string","description":"The key for the time tracking provider. For example, *JIRA*."},"name":{"description":"The name of the time tracking provider. For example, *JIRA provided time tracking*.","type":"string"},"url":{"description":"The URL of the configuration page for the time tracking provider app. For example, * /example/config/url*. This property is only returned if the `adminPageKey` property is set in the module descriptor of the time tracking provider app.","type":"string"}},"required":["key"],"additionalProperties":false,"description":"Details about the time tracking provider."}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"baseUrl":{"description":"The base URL of the Jira instance.","type":"string"},"buildDate":{"description":"The timestamp when the Jira version was built.","type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},"buildNumber":{"description":"The build number of the Jira version.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"deploymentType":{"description":"The type of server deployment. This is always returned as *Cloud*.","type":"string"},"healthChecks":{"description":"Jira instance health check results. Deprecated and no longer returned.","type":"array","items":{"type":"object","properties":{"description":{"description":"The description of the Jira health check item.","type":"string"},"name":{"description":"The name of the Jira health check item.","type":"string"},"passed":{"description":"Whether the Jira health check item passed or failed.","type":"boolean"}},"additionalProperties":false}},"scmInfo":{"description":"The unique identifier of the Jira version.","type":"string"},"serverTime":{"description":"The time in Jira when this request was responded to.","type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},"serverTitle":{"description":"The name of the Jira instance.","type":"string"},"version":{"description":"The version of Jira.","type":"string"},"versionNumbers":{"description":"The major, minor, and revision version numbers of the Jira version.","type":"array","items":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}}},"additionalProperties":false,"description":"Details about the Jira instance."}
|
|
@@ -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 filter."},"permissionId":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"description":"The ID of the share permission."}},"required":["id","permissionId"],"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":{"id":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"description":"The ID of the filter."}},"required":["id"],"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":{"defaultUnit":{"type":"string","enum":["minute","hour","day","week"],"description":"The default unit of time applied to logged time."},"timeFormat":{"type":"string","enum":["pretty","days","hours"],"description":"The format that will appear on an issue's *Time Spent* field."},"workingDaysPerWeek":{"type":"number","description":"The number of days in a working week."},"workingHoursPerDay":{"type":"number","description":"The number of hours in a working day."}},"required":["defaultUnit","timeFormat","workingDaysPerWeek","workingHoursPerDay"],"additionalProperties":false,"description":"Details of the time tracking configuration."}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"array","items":{"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}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"idOrKey":{"type":"string","description":"The ID or key of the status category."}},"required":["idOrKey"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","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,"description":"A status category."}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"idOrName":{"type":"string","description":"The ID or name of the status."}},"required":["idOrName"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","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":"A status."}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"expand":{"description":"Use [expand](#expansion) to include additional information in the response. This parameter accepts a comma-separated list. Expand options include:\n\n * `usages` Returns the project and issue types that use the status in their workflow.","type":"string"},"id":{"description":"The list of status IDs. To include multiple IDs, provide an ampersand-separated list. For example, id=10000&id=10001.\n\nMin items `1`, Max items `50`","type":"array","items":{"type":"string"}}},"additionalProperties":false}
|
|
@@ -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 status.","type":"string"},"id":{"description":"The ID of the status.","type":"string"},"name":{"description":"The name of the status.","type":"string"},"scope":{"description":"The scope of the status.","type":"object","properties":{"project":{"description":"Project ID details.","type":"object","properties":{"id":{"type":"string","description":"The ID of the project."}},"required":["id"],"additionalProperties":false},"type":{"type":"string","enum":["PROJECT","GLOBAL"],"description":"The scope of the status. `GLOBAL` for company-managed projects and `PROJECT` for team-managed projects."}},"required":["type"],"additionalProperties":false},"statusCategory":{"description":"The category of the status.","type":"string","enum":["TODO","IN_PROGRESS","DONE"]},"usages":{"description":"Projects and issue types where the status is used. Only available if the `usages` expand is requested.","type":"array","items":{"type":"object","properties":{"issueTypes":{"description":"IDs of the issue types","type":"array","items":{"type":"string"}},"project":{"description":"Project ID details.","type":"object","properties":{"id":{"type":"string","description":"The ID of the project."}},"required":["id"],"additionalProperties":false}},"additionalProperties":false}}},"additionalProperties":false}}
|
|
@@ -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 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}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"taskId":{"type":"string","description":"The ID of the task."}},"required":["taskId"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"description":{"description":"The description of the task.","type":"string"},"elapsedRuntime":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"description":"The execution time of the task, in milliseconds."},"finished":{"description":"A timestamp recording when the task was finished.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"id":{"type":"string","description":"The ID of the task."},"lastUpdate":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"description":"A timestamp recording when the task progress was last updated."},"message":{"description":"Information about the progress of the task.","type":"string"},"progress":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"description":"The progress of the task, as a percentage complete."},"result":{"description":"The result of the task execution."},"self":{"type":"string","format":"uri","description":"The URL of the task."},"started":{"description":"A timestamp recording when the task was started.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"status":{"type":"string","enum":["ENQUEUED","RUNNING","COMPLETE","FAILED","CANCEL_REQUESTED","CANCELLED","DEAD"],"description":"The status of the task."},"submitted":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"description":"A timestamp recording when the task was submitted."},"submittedBy":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"description":"The ID of the user who submitted the task."}},"required":["elapsedRuntime","id","lastUpdate","progress","self","status","submitted","submittedBy"],"additionalProperties":false,"description":"Details about a task."}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"issueIdOrKey":{"type":"string","description":"The ID or key of the issue."},"expand":{"description":"Use [expand](#expansion) to include additional information about transitions in the response. This parameter accepts `transitions.fields`, which returns information about the fields in the transition screen for each transition. Fields hidden from the screen are not returned. Use this information to populate the `fields` and `update` fields in [Transition issue](#api-rest-api-3-issue-issueIdOrKey-transitions-post).","type":"string"},"transitionId":{"description":"The ID of the transition.","type":"string"},"skipRemoteOnlyCondition":{"default":false,"description":"Whether transitions with the condition *Hide From User Condition* are included in the response.","type":"boolean"},"includeUnavailableTransitions":{"default":false,"description":"Whether details of transitions that fail a condition are included in the response","type":"boolean"},"sortByOpsBarAndStatus":{"default":false,"description":"Whether the transitions are sorted by ops-bar sequence value first then category order (Todo, In Progress, Done) or only by ops-bar sequence value.","type":"boolean"}},"required":["issueIdOrKey"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"expand":{"description":"Expand options that include additional transitions details in the response.","type":"string"},"transitions":{"description":"List of issue transitions.","type":"array","items":{"type":"object","properties":{"expand":{"description":"Expand options that include additional transition details in the response.","type":"string"},"fields":{"description":"Details of the fields associated with the issue transition screen. Use this information to populate `fields` and `update` in a transition request.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"object","properties":{"allowedValues":{"description":"The list of values allowed in the field.","type":"array","items":{}},"autoCompleteUrl":{"description":"The URL that can be used to automatically complete the field.","type":"string"},"configuration":{"description":"The configuration properties.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"defaultValue":{"description":"The default value of the field."},"hasDefaultValue":{"description":"Whether the field has a default value.","type":"boolean"},"key":{"type":"string","description":"The key of the field."},"name":{"type":"string","description":"The name of the field."},"operations":{"type":"array","items":{"type":"string"},"description":"The list of operations that can be performed on the field."},"required":{"type":"boolean","description":"Whether the field is required."},"schema":{"type":"object","properties":{"configuration":{"description":"If the field is a custom field, the configuration of the field.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"custom":{"description":"If the field is a custom field, the URI of the field.","type":"string"},"customId":{"description":"If the field is a custom field, the custom ID of the field.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"items":{"description":"When the data type is an array, the name of the field items within the array.","type":"string"},"system":{"description":"If the field is a system field, the name of the field.","type":"string"},"type":{"type":"string","description":"The data type of the field."}},"required":["type"],"additionalProperties":false,"description":"The data type of the field."}},"required":["key","name","operations","required","schema"],"additionalProperties":false,"description":"The metadata describing an issue field."}},"hasScreen":{"description":"Whether there is a screen associated with the issue transition.","type":"boolean"},"id":{"description":"The ID of the issue transition. Required when specifying a transition to undertake.","type":"string"},"isAvailable":{"description":"Whether the transition is available to be performed.","type":"boolean"},"isConditional":{"description":"Whether the issue has to meet criteria before the issue transition is applied.","type":"boolean"},"isGlobal":{"description":"Whether the issue transition is global, that is, the transition is applied to issues regardless of their status.","type":"boolean"},"isInitial":{"description":"Whether this is the initial issue transition for the workflow.","type":"boolean"},"looped":{"type":"boolean"},"name":{"description":"The name of the issue transition.","type":"string"},"to":{"description":"Details of the issue status after the transition.","type":"object","properties":{"description":{"description":"The description of the status.","type":"string"},"iconUrl":{"description":"The URL of the icon used to represent the status.","type":"string"},"id":{"description":"The ID of the status.","type":"string"},"name":{"description":"The name of the status.","type":"string"},"self":{"description":"The URL of the status.","type":"string"},"statusCategory":{"description":"The category assigned to the status.","type":"object","properties":{"colorName":{"description":"The name of the color used to represent the status category.","type":"string"},"id":{"description":"The ID of the status category.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"key":{"description":"The key of the status category.","type":"string"},"name":{"description":"The name of the status category.","type":"string"},"self":{"description":"The URL of the status category.","type":"string"}},"additionalProperties":false}},"additionalProperties":false}},"additionalProperties":false}}},"additionalProperties":false,"description":"List of issue transitions."}
|
|
@@ -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":{"type":"array","items":{"type":"string"}},"query":{"description":"String used to perform a case-insensitive partial match with field names or descriptions.","type":"string"},"expand":{"type":"string","enum":["name","-name","+name","trashDate","-trashDate","+trashDate","plannedDeletionDate","-plannedDeletionDate","+plannedDeletionDate","projectsCount","-projectsCount","+projectsCount"]},"orderBy":{"description":"[Order](#ordering) the results by a field:\n\n * `name` sorts by the field name\n * `trashDate` sorts by the date the field was moved to the trash\n * `plannedDeletionDate` sorts by the planned deletion date","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":{"contextsCount":{"description":"Number of contexts where the field is used.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"description":{"description":"The description of the field.","type":"string"},"id":{"type":"string","description":"The ID of the field."},"isLocked":{"description":"Whether the field is locked.","type":"boolean"},"isUnscreenable":{"description":"Whether the field is shown on screen or not.","type":"boolean"},"key":{"description":"The key of the field.","type":"string"},"lastUsed":{"description":"Information about the most recent use of a field.","type":"object","properties":{"type":{"description":"Last used value type:\n\n * *TRACKED*: field is tracked and a last used date is available.\n * *NOT\\_TRACKED*: field is not tracked, last used date is not available.\n * *NO\\_INFORMATION*: field is tracked, but no last used date is available.","type":"string","enum":["TRACKED","NOT_TRACKED","NO_INFORMATION"]},"value":{"description":"The date when the value of the field last changed.","type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"}},"additionalProperties":false},"name":{"type":"string","description":"The name of the field."},"projectsCount":{"description":"Number of projects where the field is used.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"schema":{"type":"object","properties":{"configuration":{"description":"If the field is a custom field, the configuration of the field.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"custom":{"description":"If the field is a custom field, the URI of the field.","type":"string"},"customId":{"description":"If the field is a custom field, the custom ID of the field.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"items":{"description":"When the data type is an array, the name of the field items within the array.","type":"string"},"system":{"description":"If the field is a system field, the name of the field.","type":"string"},"type":{"type":"string","description":"The data type of the field."}},"required":["type"],"additionalProperties":false,"description":"The schema of a field."},"screensCount":{"description":"Number of screens where the field is used.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"searcherKey":{"description":"The searcher key of the field. Returned for custom fields.","type":"string"}},"required":["id","name","schema"],"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},"expand":{"description":"Use expand to include additional information in the response. This parameter accepts a comma-separated list. Expand options include:\n\n * `data` Returns UI modification data.\n * `contexts` Returns UI modification contexts.","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":{"contexts":{"description":"List of contexts of the UI modification. The maximum number of contexts is 1000.","type":"array","items":{"type":"object","properties":{"id":{"description":"The ID of the UI modification context.","type":"string"},"isAvailable":{"description":"Whether a context is available. For example, when a project is deleted the context becomes unavailable.","type":"boolean"},"issueTypeId":{"type":"string","description":"The issue type ID of the context."},"projectId":{"type":"string","description":"The project ID of the context."},"viewType":{"type":"string","description":"The view type of the context. Only `GIC` (Global Issue Create) is supported."}},"required":["issueTypeId","projectId","viewType"],"additionalProperties":false}},"data":{"description":"The data of the UI modification. The maximum size of the data is 50000 characters.","type":"string"},"description":{"description":"The description of the UI modification. The maximum length is 255 characters.","type":"string"},"id":{"type":"string","description":"The ID of the UI modification."},"name":{"type":"string","description":"The name of the UI modification. The maximum length is 255 characters."},"self":{"type":"string","description":"The URL of the UI modification."}},"required":["id","name","self"],"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":{"accountId":{"description":"The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*.","type":"string","maxLength":128},"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"}},"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"array","items":{"type":"object","properties":{"label":{"description":"The issue navigator column label.","type":"string"},"value":{"description":"The issue navigator column value.","type":"string"}},"additionalProperties":false}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"accountId":{"type":"array","items":{"type":"string"},"description":"The account IDs of the users for which emails are required. An `accountId` is an identifier that uniquely identifies the user across all Atlassian products. For example, `5b10ac8d82e05b22cc7d4ef5`. Note, this should be treated as an opaque identifier (that is, do not assume any structure in the value)."}},"required":["accountId"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"accountId":{"description":"The accountId of the user","type":"string"},"email":{"description":"The email of the user","type":"string"}},"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"accountId":{"type":"string","maxLength":128,"description":"The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, `5b10ac8d82e05b22cc7d4ef5`."}},"required":["accountId"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"accountId":{"description":"The accountId of the user","type":"string"},"email":{"description":"The email of the user","type":"string"}},"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"accountId":{"type":"string","maxLength":128,"description":"The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*."},"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"},"key":{"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"}},"required":["accountId"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","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}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"accountId":{"description":"The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*. Required.","type":"string","maxLength":128},"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"},"key":{"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"},"expand":{"description":"Use [expand](#expansion) to include additional information about users in the response. This parameter accepts a comma-separated list. Expand options include:\n\n * `groups` includes all groups and nested groups to which the user belongs.\n * `applicationRoles` includes details of all the applications to which the user has access.","type":"string"}},"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","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,"description":"A user with details as permitted by the user's Atlassian Account privacy settings. However, be aware of these exceptions:\n\n * User record deleted from Atlassian: This occurs as the result of a right to be forgotten request. In this case, `displayName` provides an indication and other parameters have default values or are blank (for example, email is blank).\n * User record corrupted: This occurs as a results of events such as a server import and can only happen to deleted users. In this case, `accountId` returns *unknown* and all other parameters have fallback values.\n * User record unavailable: This usually occurs due to an internal service outage. In this case, all parameters have fallback values."}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"propertyKey":{"type":"string","description":"The key of the user's property."},"accountId":{"description":"The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*.","type":"string","maxLength":128},"userKey":{"description":"This parameter 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"},"username":{"description":"This parameter 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"}},"required":["propertyKey"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"accountId":{"description":"The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*.","type":"string","maxLength":128},"userKey":{"description":"This parameter 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"},"username":{"description":"This parameter 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"}},"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"keys":{"description":"Property key details.","type":"array","items":{"type":"object","properties":{"key":{"description":"The key of the property.","type":"string"},"self":{"description":"The URL of the property.","type":"string"}},"additionalProperties":false}}},"additionalProperties":false,"description":"List of property keys."}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"key":{"description":"The key of the property. Required on create and update.","type":"string"},"value":{"description":"The value of the property. Required on create and update."}},"additionalProperties":false,"description":"An entity property, for more information see [Entity properties](https://developer.atlassian.com/cloud/jira/platform/jira-entity-properties/)."}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"groupname":{"description":"As a group's name can change, use of `groupId` is recommended to identify a group. \nThe name of the group. This parameter cannot be used with the `groupId` parameter.","type":"string"},"groupId":{"description":"The ID of the group. This parameter cannot be used with the `groupName` parameter.","type":"string"},"includeInactiveUsers":{"default":false,"description":"Include inactive users.","type":"boolean"},"startAt":{"default":0,"description":"The index of the first item to return in a page of results (page offset).","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"maxResults":{"default":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":{"accountId":{"description":"The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*.","type":"string","maxLength":128},"accountType":{"description":"The type of account represented by this user. This will be one of 'atlassian' (normal users), 'app' (application user) or 'customer' (Jira Service Desk customer user)","type":"string"},"active":{"description":"Whether the user is active.","type":"boolean"},"avatarUrls":{"description":"The avatars of the user.","type":"object","properties":{"16x16":{"description":"The URL of the item's 16x16 pixel avatar.","type":"string","format":"uri"},"24x24":{"description":"The URL of the item's 24x24 pixel avatar.","type":"string","format":"uri"},"32x32":{"description":"The URL of the item's 32x32 pixel avatar.","type":"string","format":"uri"},"48x48":{"description":"The URL of the item's 48x48 pixel avatar.","type":"string","format":"uri"}},"additionalProperties":false},"displayName":{"description":"The display name of the user. Depending on the user’s privacy settings, this may return an alternative value.","type":"string"},"emailAddress":{"description":"The email address of the user. Depending on the user’s privacy settings, this may be returned as null.","type":"string"},"key":{"description":"This property is no longer available and will be removed from the documentation soon. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.","type":"string"},"name":{"description":"This property is no longer available and will be removed from the documentation soon. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.","type":"string"},"self":{"description":"The URL of the user.","type":"string"},"timeZone":{"description":"The time zone specified in the user's profile. Depending on the user’s privacy settings, this may be returned as null.","type":"string"}},"additionalProperties":false}}},"additionalProperties":false,"description":"A page of items."}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"key":{"description":"The project key.","type":"string"}},"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"string"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"name":{"type":"string","description":"The project name."}},"required":["name"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"string"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"string","description":"The ID of the version."},"expand":{"description":"Use [expand](#expansion) to include additional information about version in the response. This parameter accepts a comma-separated list. Expand options include:\n\n * `operations` Returns the list of operations available for this version.\n * `issuesstatus` Returns the count of issues in this version for each of the status categories *to do*, *in progress*, *done*, and *unmapped*. The *unmapped* property represents the number of issues with a status other than *to do*, *in progress*, and *done*.","type":"string"}},"required":["id"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"archived":{"description":"Indicates that the version is archived. Optional when creating or updating a version.","type":"boolean"},"description":{"description":"The description of the version. Optional when creating or updating a version.","type":"string"},"expand":{"description":"Use [expand](em>#expansion) to include additional information about version in the response. This parameter accepts a comma-separated list. Expand options include:\n\n * `operations` Returns the list of operations available for this version.\n * `issuesstatus` Returns the count of issues in this version for each of the status categories *to do*, *in progress*, *done*, and *unmapped*. The *unmapped* property contains a count of issues with a status other than *to do*, *in progress*, and *done*.\n\nOptional for create and update.","type":"string"},"id":{"description":"The ID of the version.","type":"string"},"issuesStatusForFixVersion":{"description":"If the expand option `issuesstatus` is used, returns the count of issues in this version for each of the status categories *to do*, *in progress*, *done*, and *unmapped*. The *unmapped* property contains a count of issues with a status other than *to do*, *in progress*, and *done*.","type":"object","properties":{"done":{"description":"Count of issues with status *done*.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"inProgress":{"description":"Count of issues with status *in progress*.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"toDo":{"description":"Count of issues with status *to do*.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"unmapped":{"description":"Count of issues with a status other than *to do*, *in progress*, and *done*.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"additionalProperties":false},"moveUnfixedIssuesTo":{"description":"The URL of the self link to the version to which all unfixed issues are moved when a version is released. Not applicable when creating a version. Optional when updating a version.","type":"string","format":"uri"},"name":{"description":"The unique name of the version. Required when creating a version. Optional when updating a version. The maximum length is 255 characters.","type":"string"},"operations":{"description":"If the expand option `operations` is used, returns the list of operations available for this version.","type":"array","items":{"type":"object","properties":{"href":{"type":"string"},"iconClass":{"type":"string"},"id":{"type":"string"},"label":{"type":"string"},"styleClass":{"type":"string"},"title":{"type":"string"},"weight":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"additionalProperties":false}},"overdue":{"description":"Indicates that the version is overdue.","type":"boolean"},"project":{"description":"Deprecated. Use `projectId`.","type":"string"},"projectId":{"description":"The ID of the project to which this version is attached. Required when creating a version. Not applicable when updating a version.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"releaseDate":{"description":"The release date of the version. Expressed in ISO 8601 format (yyyy-mm-dd). Optional when creating or updating a version.","type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},"released":{"description":"Indicates that the version is released. If the version is released a request to release again is ignored. Not applicable when creating a version. Optional when updating a version.","type":"boolean"},"self":{"description":"The URL of the version.","type":"string","format":"uri"},"startDate":{"description":"The start date of the version. Expressed in ISO 8601 format (yyyy-mm-dd). Optional when creating or updating a version.","type":"string","format":"date","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$"},"userReleaseDate":{"description":"The date on which work on this version is expected to finish, expressed in the instance's *Day/Month/Year Format* date format.","type":"string"},"userStartDate":{"description":"The date on which work on this version is expected to start, expressed in the instance's *Day/Month/Year Format* date format.","type":"string"}},"additionalProperties":false,"description":"Details about a project version."}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"string","description":"The ID of the version."}},"required":["id"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"customFieldUsage":{"description":"List of custom fields using the version.","type":"array","items":{"type":"object","properties":{"customFieldId":{"description":"The ID of the custom field.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"fieldName":{"description":"The name of the custom field.","type":"string"},"issueCountWithVersionInCustomField":{"description":"Count of the issues where the custom field contains the version.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"additionalProperties":false}},"issueCountWithCustomFieldsShowingVersion":{"description":"Count of issues where a version custom field is set to the version.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"issuesAffectedCount":{"description":"Count of issues where the `affectedVersion` is set to the version.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"issuesFixedCount":{"description":"Count of issues where the `fixVersion` is set to the version.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"self":{"description":"The URL of these count details.","type":"string","format":"uri"}},"additionalProperties":false,"description":"Various counts of issues within a version."}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"string","description":"The ID of the version."}},"required":["id"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"issuesCount":{"description":"Count of issues.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"issuesUnresolvedCount":{"description":"Count of unresolved issues.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"self":{"description":"The URL of these count details.","type":"string","format":"uri"}},"additionalProperties":false,"description":"Count of a version's unresolved issues."}
|
|
@@ -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":{"description":"The maximum number of items to return per page.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"projectId":{"description":"Filters the results to options that are only available in the specified project.","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":{"issueIdOrKey":{"type":"string","description":"The ID or key of the issue."}},"required":["issueIdOrKey"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"hasVoted":{"description":"Whether the user making this request has voted on the issue.","type":"boolean"},"self":{"description":"The URL of these issue vote details.","type":"string","format":"uri"},"voters":{"description":"List of the users who have voted on this issue. An empty list is returned when the calling user doesn't have the *View voters and watchers* project permission.","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}},"votes":{"description":"The number of votes on the issue.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"additionalProperties":false,"description":"The details of votes on an issue."}
|
|
@@ -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 workflow scheme."},"workflowName":{"description":"The name of a workflow in the scheme. Limits the results to the workflow-issue type mapping for the specified workflow.","type":"string"},"returnDraftIfExists":{"default":false,"description":"Returns the mapping from the workflow scheme's draft rather than the workflow scheme, if set to true. If no draft exists, the mapping from the workflow scheme is returned.","type":"boolean"}},"required":["id"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"defaultMapping":{"description":"Whether the workflow is the default workflow for the workflow scheme.","type":"boolean"},"issueTypes":{"description":"The list of issue type IDs.","type":"array","items":{"type":"string"}},"updateDraftIfNeeded":{"description":"Whether a draft workflow scheme is created or updated when updating an active workflow scheme. The draft is updated with the new workflow-issue types mapping. Defaults to `false`.","type":"boolean"},"workflow":{"description":"The name of the workflow. Optional if updating the workflow-issue types mapping.","type":"string"}},"additionalProperties":false,"description":"Details about the mapping between issue types and a workflow."}
|
|
@@ -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 active workflow scheme that the draft was created from."}},"required":["id"],"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 workflow scheme that the draft belongs to."},"issueType":{"type":"string","description":"The ID of the issue type."}},"required":["id","issueType"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"issueType":{"description":"The ID of the issue type. Not required if updating the issue type-workflow mapping.","type":"string"},"updateDraftIfNeeded":{"description":"Set to true to create or update the draft of a workflow scheme and update the mapping in the draft, when the workflow scheme cannot be edited. Defaults to `false`. Only applicable when updating the workflow-issue types mapping.","type":"boolean"},"workflow":{"description":"The name of the workflow.","type":"string"}},"additionalProperties":false,"description":"Details about the mapping between an issue type and a workflow."}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","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,"description":"Details about a workflow scheme."}
|
|
@@ -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 workflow scheme. Find this ID by editing the desired workflow scheme in Jira. The ID is shown in the URL as `schemeId`. For example, *schemeId=10301*."},"returnDraftIfExists":{"default":false,"description":"Returns the workflow scheme's draft rather than scheme itself, if set to true. If the workflow scheme does not have a draft, then the workflow scheme is returned.","type":"boolean"}},"required":["id"],"additionalProperties":false}
|