@avst-api/jira7-server
v0.5.0
Published
Adaptavist Managed API for Jira Server 7.13.9
Downloads
32
Keywords
Readme
0.5.0
Added support for the following Issue Link Type methods:
- Create issue link type that can be used as
Issue.Link.Type.createType
orAll.createIssueLinkType
. - Delete issue link type that can be used as
Issue.Link.Type.deleteType
orAll.deleteIssueLinkType
. - Update issue link type that can be used as
Issue.Link.Type.updateType
orAll.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.createType
orAll.createIssueType
. - Delete issue type that can be used as
Issue.Type.deleteType
orAll.deleteIssueType
. - Update issue type that can be used as
Issue.Type.updateType
orAll.updateIssueType
. - Get alternative issue types that can be used as
Issue.Type.getAlternativeTypes
orAll.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.createFilter
orAll.createFilter
. - Edit filter that can be used as
Filter.editFilter
orAll.editFilter
. - Delete filter that can be used as
Filter.deleteFilter
orAll.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.getDefaultColumns
orAll.getFilterDefaultColumns
. - Set columns that can be used as
Filter.Column.setDefaultColumns
orAll.setFilterDefaultColumns
. - Reset columns that can be used as
Filter.Column.resetColumns
orAll.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.getShareScope
orAll.getDefaultShareScope
. - Set default share scope that can be used as
Filter.Share.setShareScope
orAll.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.getSharePermissions
orAll.getFilterSharePermissions
. - Add share permission that can be used as
Filter.Share.Permission.addSharePermission
orAll.addFilterSharePermission
. - Get share permission that can be used as
Filter.Share.Permission.getSharePermission
orAll.getFilterSharePermission
. - Delete share permission that can be used as
Filter.Share.Permission.deleteSharePermission
orAll.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.getMyPermissions
orAll.getMyPermissions
. - Get all permissions that can be used as
Permission.getPermissions
orAll.getPermissions
.
- Get permissions that can be used as
Added support for the following Dashboard methods:
- Dashboard List that can be used as
Dashboard.getDashboards
orAll.getAllDashboards
. - Get dashboard that can be used as
Dashboard.getDashboard
orAll.getDashboardById
.
- Dashboard List that can be used as
Added support for the following Filter methods:
- Get favourite filters that can be used as
Filter.getMyFavouriteFilters
orAll.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.getSchemes
orAll.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.getWorkflows
orAll.getWorkflows
.
- Get all workflows that can be used as
0.2.0
- Added
IssueBuilder
abstraction for creating issue body object forcreateIssue
andeditIssue
methods. - Added
CustomFieldReader
abstraction for reading custom fields and its values.
0.1.12
- Added
X-Atlassian-Token: no-check
header for adding attachments to issues request.
0.1.11
- Added
reporter
property for creating or editing issue requests.
0.1.10
- Removed
io-ts
andfp-ts
packages.
0.1.9
- Removed ADF from creating issue request.
0.1.8
- Fixed
setGlobalErrorStrategy
method.
0.1.7
- Added
setGlobalErrorStrategy
method to allow another way to set the global error strategy. - Renamed
connection
property toconnectionId
inraw-api
andhandled-api
layers. - Removed
AnyError
andValidationError
fromTypedPromise
return signature.
0.1.6
- Renamed abstraction layers:
- From http-api to raw-api
- From managed-api to handled-api