@esm-js/jira.js
Version:
A comprehensive JavaScript/TypeScript library designed for both Node.JS and browsers, facilitating seamless interaction with the Atlassian Jira API.
71 lines (70 loc) • 2.62 kB
text/typescript
export * from './addCustomers';
export * from './addOrganization';
export * from './addRequestParticipants';
export * from './addUsersToOrganization';
export * from './answerApproval';
export * from './attachTemporaryFile';
export * from './createAttachment';
export * from './createCustomer';
export * from './createCustomerRequest';
export * from './createOrganization';
export * from './createRequestComment';
export * from './createRequestType';
export * from './deleteFeedback';
export * from './deleteOrganization';
export * from './deleteOrganizationProperty';
export * from './deleteProperty';
export * from './deleteProperty';
export * from './deleteRequestType';
export * from './getAllRequestTypes';
export * from './getApprovalById';
export * from './getApprovals';
export * from './getArticles';
export * from './getArticles';
export * from './getAttachmentContent';
export * from './getAttachmentsForRequest';
export * from './getAttachmentThumbnail';
export * from './getCommentAttachments';
export * from './getCustomerRequestByIdOrKey';
export * from './getCustomerRequests';
export * from './getCustomerRequestStatus';
export * from './getCustomers';
export * from './getCustomerTransitions';
export * from './getFeedback';
export * from './getInsightWorkspaces';
export * from './getIssuesInQueue';
export * from './getOrganization';
export * from './getOrganizationProperty';
export * from './getOrganizationPropertyKeys';
export * from './getOrganizations';
export * from './getOrganizations';
export * from './getPropertiesKeys';
export * from './getPropertiesKeys';
export * from './getProperty';
export * from './getProperty';
export * from './getQueue';
export * from './getQueues';
export * from './getRequestCommentById';
export * from './getRequestComments';
export * from './getRequestParticipants';
export * from './getRequestTypeById';
export * from './getRequestTypeFields';
export * from './getRequestTypeGroups';
export * from './getRequestTypes';
export * from './getServiceDeskById';
export * from './getServiceDesks';
export * from './getSlaInformation';
export * from './getSlaInformationById';
export * from './getSubscriptionStatus';
export * from './getUsersInOrganization';
export * from './performCustomerTransition';
export * from './postFeedback';
export * from './removeCustomers';
export * from './removeOrganization';
export * from './removeRequestParticipants';
export * from './removeUsersFromOrganization';
export * from './setOrganizationProperty';
export * from './setProperty';
export * from './setProperty';
export * from './subscribe';
export * from './unsubscribe';