0.5.0 • Published 4 years ago
@avst-api/jira7-server v0.5.0
0.5.0
Added support for the following Issue Link Type methods:
- Create issue link type that can be used as
Issue.Link.Type.createTypeorAll.createIssueLinkType. - Delete issue link type that can be used as
Issue.Link.Type.deleteTypeorAll.deleteIssueLinkType. - Update issue link type that can be used as
Issue.Link.Type.updateTypeorAll.updateIssueLinkType.
- Create issue link type that can be used as
Added support for the following Issue Type methods:
- Create issue type that can be used as
Issue.Type.createTypeorAll.createIssueType. - Delete issue type that can be used as
Issue.Type.deleteTypeorAll.deleteIssueType. - Update issue type that can be used as
Issue.Type.updateTypeorAll.updateIssueType. - Get alternative issue types that can be used as
Issue.Type.getAlternativeTypesorAll.getAlternativeIssueTypes.
- Create issue type that can be used as
0.4.0
Added support for the following Filter methods:
- Create filter that can be used as
Filter.createFilterorAll.createFilter. - Edit filter that can be used as
Filter.editFilterorAll.editFilter. - Delete filter that can be used as
Filter.deleteFilterorAll.deleteFilter.
- Create filter that can be used as
Added support for the following Filter Column methods:
- Default columns that can be used as
Filter.Column.getDefaultColumnsorAll.getFilterDefaultColumns. - Set columns that can be used as
Filter.Column.setDefaultColumnsorAll.setFilterDefaultColumns. - Reset columns that can be used as
Filter.Column.resetColumnsorAll.resetFilterColumns.
- Default columns that can be used as
Added support for the following Filter Share methods:
- Get default share scope that can be used as
Filter.Share.getShareScopeorAll.getDefaultShareScope. - Set default share scope that can be used as
Filter.Share.setShareScopeorAll.setDefaultShareScope.
- Get default share scope that can be used as
Added support for the following Filter Share Permission methods:
- Get share permissions that can be used as
Filter.Share.Permission.getSharePermissionsorAll.getFilterSharePermissions. - Add share permission that can be used as
Filter.Share.Permission.addSharePermissionorAll.addFilterSharePermission. - Get share permission that can be used as
Filter.Share.Permission.getSharePermissionorAll.getFilterSharePermission. - Delete share permission that can be used as
Filter.Share.Permission.deleteSharePermissionorAll.deleteFilterSharePermission.
- Get share permissions that can be used as
0.3.0
Added support for the following Permission methods:
- Get permissions that can be used as
Permission.getMyPermissionsorAll.getMyPermissions. - Get all permissions that can be used as
Permission.getPermissionsorAll.getPermissions.
- Get permissions that can be used as
Added support for the following Dashboard methods:
- Dashboard List that can be used as
Dashboard.getDashboardsorAll.getAllDashboards. - Get dashboard that can be used as
Dashboard.getDashboardorAll.getDashboardById.
- Dashboard List that can be used as
Added support for the following Filter methods:
- Get favourite filters that can be used as
Filter.getMyFavouriteFiltersorAll.getMyFavouriteFilters.
- Get favourite filters that can be used as
Added support for the following Scheme methods:
- Get notification schemes that can be used as
Scheme.Notification.getSchemesorAll.getNotificationSchemes.
- Get notification schemes that can be used as
Added support for the following Workflow methods:
- Get all workflows that can be used as
Workflow.getWorkflowsorAll.getWorkflows.
- Get all workflows that can be used as
0.2.0
- Added
IssueBuilderabstraction for creating issue body object forcreateIssueandeditIssuemethods. - Added
CustomFieldReaderabstraction for reading custom fields and its values.
0.1.12
- Added
X-Atlassian-Token: no-checkheader for adding attachments to issues request.
0.1.11
- Added
reporterproperty for creating or editing issue requests.
0.1.10
- Removed
io-tsandfp-tspackages.
0.1.9
- Removed ADF from creating issue request.
0.1.8
- Fixed
setGlobalErrorStrategymethod.
0.1.7
- Added
setGlobalErrorStrategymethod to allow another way to set the global error strategy. - Renamed
connectionproperty toconnectionIdinraw-apiandhandled-apilayers. - Removed
AnyErrorandValidationErrorfromTypedPromisereturn signature.
0.1.6
- Renamed abstraction layers:
- From http-api to raw-api
- From managed-api to handled-api