Attachment Checker for Jira
Breadcrumbs

Release Notes for 5.15.0

Summary


Improvements

Support for Xray REST API

Attachments uploaded through the following Xray REST endpoints are now checked and filtered:

Only File Type Check and File Size Check are performed.

REST endpoints

Create test step

/rest/raven/1.0/api/test/{testKey}/step
/rest/raven/2.0/api/test/{testKey}/steps

Update test step

/rest/raven/1.0/api/test/{testKey}/step/{stepId}
/rest/raven/2.0/api/test/{testKey}/steps/{stepId}

Update test run

/rest/raven/1.0/api/testrun/{testRunid}
/rest/raven/2.0/api/testrun/{testRunid}

Add attachment to test run

/rest/raven/1.0/api/testrun/{testRunid}/attachment
/rest/raven/2.0/api/testrun/{testRunid}/attachment

Update test run step

/rest/raven/1.0/api/testrun/{testRunId}/step/{stepResultId}
/rest/raven/2.0/api/testrun/{testRunId}/step/{stepResultId}

Add attachment to test run step result

/rest/raven/1.0/api/testrun/{testRunId}/step/{stepResultId}/attachment
/rest/raven/2.0/api/testrun/{testRunId}/step/{stepResultId}/attachment

Update test run iteration

/rest/raven/2.0/api/testrun/{testRunId}/iteration/{iterationId}

Update test run iteration's test step result

/rest/raven/2.0/api/testrun/{testRunId}/iteration/{iterationId}/step/{stepResultId}

Add attachment to test run iteration's test step result

/rest/raven/2.0/api/testrun/{testRunId}/iteration/{iterationId}/step/{stepResultId}/attachment

Import test execution

/rest/raven/1.0/import/execution
/rest/raven/2.0/api/import/execution

Import test execution (multipart)

/rest/raven/1.0/import/execution/multipart
/rest/raven/2.0/api/import/execution/multipart

If there are any invalid attachments found, the error returned will be a list of filename and error message.

For example:

[
    {
        "filename":"ac.jpg",
        "errorMessage":" This file type is not allowed!"
    }
]


To check Xray Test Execution steps actual result text area

Attachments uploaded at Test Execution steps actual result text area are now checked:

acj xray test execution steps actual result text area.png

Bug fix

Unable to upload Office files encrypted with AIP

The file is blocked even though checkbox for 'Always allow Microsoft Office files encrypted with sensitivity labels (e.g. docx, xlsx)' is checked.

The affected mime type is application/x-tika-ole-drm-encrypted


Issues

Key

Summary

T

P

Status

Resolution

Affected Versions

Data cannot be retrieved due to an unexpected error.

View these issues in Jira