Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Beside Upload, Option to attach and detach existing AWS S3 Files on Jira.

  • Helps Jira Attachment Files Versioning in AWS S3 bucket

  • Option to link project files on issues

  • Option to JQL search project documents

    • issue in s3FileLinkSearch("")

    • issue in s3FileLinkSearchById("")

    • project in s3FileSearch("")

  • S3 and Code Utilities REST API

Status
colourBlue
titleQuick Start Steps

Note.

Info

If your upgrading from older than version 1.2, please

refer Migrate Project S3 Documents with Bucket Configuration

re-update the s3 bucket configuration.

Status
colourBlue
titleQuick Start Steps

Status
colourBlue
titleStep-1

...

Code Block
% curl -u admin -XPOST "http://localhost:8080/rest/amazonawssvcint/1.0/utility/upload/document" \
  -H "X-Atlassian-Token: no-check" -F bucketId=4 -F projectKey=DT -F file=@/tmp/pom.xml
{"status":0,"message":"SpaceProject S3 File Upload Successful. (documents/DT/pom.xml)"}
%

...