- Jira Enhancement 5.1.1 #225 (@poornima-metron @RonaldEAM)
- poornima-metron (@poornima-metron)
- Ronald Arias (@RonaldEAM)
- Update aws-sdk v2 to v3 #223 (@Nick-NCSU)
- Nick Thompson (@Nick-NCSU)
- INT-10948 Add better logging around custom fields #221 (@JakeFerrero)
- Jake Ferrero (@JakeFerrero)
- Update Dockerfile #219 (@zemberdotnet)
- Matthew Zember (@zemberdotnet)
- INT-10388: update max issues ingestion limit #218 (@gastonyelmini)
- Fix collector release workflow #216 (@maxheckel)
- @maxheckel
- Gaston Yelmini (@gastonyelmini)
- Removed temp logs from integration #215 ([email protected])
- Gonzalo Avalos Ribas (@Gonzalo-Avalos-Ribas)
- Add logs for the specific ticket #214 ([email protected])
- Gonzalo Avalos Ribas (@Gonzalo-Avalos-Ribas)
- Add log information #213 ([email protected])
- Gonzalo Avalos Ribas (@Gonzalo-Avalos-Ribas)
- Fixed package.json version #212 ([email protected])
- Added logs to understand behaviour #211 ([email protected])
- Gonzalo Avalos Ribas (@Gonzalo-Avalos-Ribas)
- INT-9642 Bump sdk versions #201 (@JakeFerrero)
- Jake Ferrero (@JakeFerrero)
- [APP-13581] log issue creation error #200 (@ryan-willis)
- Update integration-deployment.yml to run in Node18 #199 (@Nick-NCSU)
- Nick Thompson (@Nick-NCSU)
- Ryan Willis (@ryan-willis)
- [NO-TICKET] - upgrade to node 18 #198 (@dobregon-truepill @dobregons)
- @dobregon-truepill
- David Obregón Sánchez (@dobregons)
- Update integration-deployment.yml #195 (@Nick-NCSU)
- Nick Thompson (@Nick-NCSU)
- Samuel Poulton (@VDubber)
- Updated config validation for proper error codes.
- Added
auto
package to help with builds, versioning and npm packaging
- Multi-value custom fields to be array values instead of a comma-seperated string.
- Properly parse issue description for versions 2 and 3.
- Added description in finding entity for API version 2
- Functionality to upload descriptions as an issue attachment when they exceed the Jira character limit
- Fixed ADF formatting issues
- Fixed the
UNKNOWN_JIRA_API_VERSION
validation issue when hostname contains nesting.
- Added retry requests on response 500.
- Updated documentation to reflect that basic authentication is now deprecated and the API token is always needed.
- new config option
redactIssueDescriptions
- No longer write jira issues to disk. It isn't necessary
- docs
- updated sdk to fix rawData trimming issues
- remove gitleaks
- exported function createUserCreatedIssueRelationships now requires an apiVersion string in args
- exported function createUserReportedIssueRelationships now requires an apiVersion string in args
- fix user ingestion for jira software on-prem
- add docs
- expand test coverage for jira software on-prem
- doc updates
- run/enforce prettier
- pr template
- CODEOWNERS
- Updated to SDK verison 8.10.1 with a smaller max upload size.
- Updated to SDK verison 8.8.0 with new logic for actively shrinking rawData when needed due to upload size constraints.
- Added back in
_rawData
tojira_issue
entity.
- removed
_rawData
fromjira_issue
entity.
- peer dependency for sdk
- publish logging event when all issues for a project are not ingested
- publish logging event when in bulk ingest mode
- upgrade to newest version of sdk
- Fixed ability to create Jira issues from the managed runtime environment.
- Added support for Jira API Version 2 (Jira Data Center 8.20.3)
- Added support for specifying the port in the
jiraHost
configuration value (i.e.example.com:8080
) - Added optional bulk ingestion feature to allow for collecting every single
Issue in a Jira project. This is activated by setting
config.bulkIngestIssues: true
. - Added
Issue
class tojira_issue
entities - Added error handling for Issue ingestion to avoid one bad Issue causing the step to fail
- Added retry functionality that respects Jira
Retry-After
header
- Process issues and users per page instead of fetching all before processing
- Fix bug limiting per-project issue ingestion to 500 issues
- Fix bug limiting issues page size to 50
- Removed default
jira_user.email
property of[email protected]
- an
IntegrationProviderAuthorizationError
will be thrown on 403 responses to thegetUsers
endpoint.
- Do not throw an error when a issue creator or reporter user is no longer in this Jira instance.
- Only ingest
issues
from projects specified in the integration config.
- Rewrite on new SDK.
- Loosened the hostname validating regex to allow example.atlassian.net/jira
- Loosened the hostname validating regex to allow example.atlassian.net/jira
- Add the functionality to create an issue with a specific class.
- Ingestion for all Jira custom field types.
- Validate
projects
config variable ininvocationValidation
and expose better errors.
1.9.8 - 2020-09-18
- Validate
projects
config variable ininvocationValidation
and expose better errors.