Skip to content

Conversation

@srivastavarahull
Copy link
Contributor

No description provided.

@srivastavarahull srivastavarahull changed the title [DAS 362]-Added new endpoints to Acc Issues SDK [DAS 362] - Added new endpoints to Acc Issues SDK Oct 15, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds new attachment-related endpoints to the Autodesk Construction Issues SDK. It introduces functionality for managing issue attachments including adding, retrieving, and deleting attachments.

  • Added four new model interfaces for handling attachment data structures
  • Implemented three new API endpoints for attachment management operations
  • Extended the model exports to include the new attachment interfaces

Reviewed Changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 7 comments.

Show a summary per file
File Description
construction/issues/source/model/index.ts Exports new attachment-related model interfaces
construction/issues/source/model/attachmentsPayload.ts Defines payload structure for adding attachments to issues
construction/issues/source/model/attachments.ts Defines structure for attachment collections
construction/issues/source/model/attachmentObject.ts Defines attachment object structure for creating attachments
construction/issues/source/model/attachment.ts Defines full attachment structure with metadata
construction/issues/source/api/issue-attachments-api.ts Implements API endpoints for attachment operations

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@srivastavarahull srivastavarahull force-pushed the DAS-362-added-new-endpoints-to-acc-issues-sdk branch from 1a84d59 to e8f4d6d Compare October 21, 2025 12:03
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Copilot reviewed 6 out of 6 changed files in this pull request and generated 13 comments.


Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.


/**
* Deletes a specific attachment from an issue in a project.
* @summary Your DELETE endpoint
Copy link

Copilot AI Oct 21, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The summary 'Your DELETE endpoint' is a placeholder and should be replaced with a meaningful description like 'Delete issue attachment'.

Suggested change
* @summary Your DELETE endpoint
* @summary Delete issue attachment

Copilot uses AI. Check for mistakes.
* For details about retrieving metadata for a specific attachment, see the Retrieve Issue Attachment tutorial.
*
* For details about downloading an attachment, see the Download Issue Attachment tutorial.
* @summary Your GET endpoint
Copy link

Copilot AI Oct 21, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The summary 'Your GET endpoint' is a placeholder and should be replaced with a meaningful description like 'Retrieve issue attachments'.

Suggested change
* @summary Your GET endpoint
* @summary Retrieve issue attachments

Copilot uses AI. Check for mistakes.
@srivastavarahull srivastavarahull changed the base branch from main to development October 22, 2025 05:19
@srivastavarahull srivastavarahull force-pushed the DAS-362-added-new-endpoints-to-acc-issues-sdk branch from d9862cd to 73b90a9 Compare October 22, 2025 17:15
@sajith-subramanian sajith-subramanian merged commit 73b90a9 into development Oct 28, 2025
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants