v2.5.0 #147
Replies: 1 comment 2 replies
-
Hi Vladislav @MrRefactoring thank you for the work on the project. On the other hand is part of the example response in the official docs interface RealIssueFields extends Fields {
issuelinks: Array<DetailIssueLinks>
}
interface Issue extends IssueBean {
fields: RealIssueFields
}
... but solving this upstream would be better. Thanks. |
Beta Was this translation helpful? Give feedback.
-
Agile:
BoardFeatureBean
are deprecated. UseFeature
instead.BoardFeatureResponseBean
are deprecated. UseFeatureResponse
instead.BoardFeatureToggleRequestBean
are deprecated. UseFeatureToggleRequest
instead.Version 3:
AppMigration
API support added.generateChangelog
property added toIssueCustomFieldValuesApps.updateCustomFieldValue
request parameters.hierarchyLevel
property added toIssueTypes.createIssueType
.getChangeLogsByIds
method added toIssues
.ConnectCustomFieldValue
ConnectCustomFieldValues
EntityPropertyDetails
IssueChangelogIds
GetChangeLogsByIds
CrateWorkflowStatusDetails
fixed. Current name is correct:CreateWorkflowStatusDetails
.fieldIdsFilter
,issuePropertyKeysFilter
properties added toWebhook
andWebhookDetails
models.Version 2:
AppMigration
API support added.generateChangelog
property added toIssueCustomFieldValuesApps.updateCustomFieldValue
request parameters.hierarchyLevel
property added toIssueTypes.createIssueType
.getChangeLogsByIds
method added toIssues
.ConnectCustomFieldValue
ConnectCustomFieldValues
EntityPropertyDetails
IssueChangelogIds
PageBeanContextualConfiguration
GetChangeLogsByIds
CrateWorkflowStatusDetails
fixed. Current name is correct:CreateWorkflowStatusDetails
.fieldIdsFilter
,issuePropertyKeysFilter
properties added toWebhook
andWebhookDetails
models.This discussion was created from the release v2.5.0.
Beta Was this translation helpful? Give feedback.
All reactions