Skip to content

Commit 3ebad9e

Browse files
New endpoints (#171)
* updates upload * Version3 updates * telemetry metadata removed * crlf -> lf
1 parent 5d2c460 commit 3ebad9e

File tree

260 files changed

+9537
-3565
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

260 files changed

+9537
-3565
lines changed

.eslintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"import/no-cycle": "off",
2525
"no-underscore-dangle": "off",
2626
"lines-between-class-members": "off",
27+
"linebreak-style": ["error", "unix"],
2728
"padding-line-between-statements": [
2829
"error",
2930
{

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Jira.js changelog
22

3+
### 2.9.0
4+
5+
- Telemetry removed (deprecated).
6+
- JSDoc improvements.
7+
- Version 2 and Version 3:
8+
- `jsdAuthorCanSeeRequest` property added to `IssueComments.addComment` method.
9+
- `id` and `fieldContextId` properties added to `IssueCustomFieldConfigurationApps.getCustomFieldConfiguration` method.
10+
- `updateFieldConfigurationItems`, `createFieldConfigurationScheme`, `updateFieldConfigurationScheme`, `deleteFieldConfigurationScheme` methods added to `IssueFieldConfigurations`.
11+
- `bulkSetIssuePropertiesByIssue` method added to `IssueProperties`.
12+
- `startedBefore` property added to `IssueProperties.getIssueWorklog` method.
13+
- `renderer` property added to `FieldConfigurationItem` model.
14+
- `editPermissions` and `expand` properties added to `FilterDetails` model.
15+
- `tabs` property added to `IssueTransition` model.
16+
- `emailAddressStatus` property added to `ProjectEmail.updateProjectEmail` method.
17+
318
### 2.8.0
419

520
- JSDoc improvements.

0 commit comments

Comments
 (0)