Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ticket update/feed entry creation endpoint functionality #34

Merged
merged 2 commits into from
Jan 25, 2024

Conversation

JacobSPalmer
Copy link
Contributor

@JacobSPalmer JacobSPalmer commented Jan 25, 2024

Overview

As part of competitive applications project, a requirement for a new feature was to have the SOAP platform be able to close tickets automatically if the issue resolves itself before the ticket is manually closed or investigated further. As such, this PR covers the addition of the Updates a ticket endpoint.

The post request sent to TDX posts a comment and optionally updates the status of the ticket. If no status is included in the update post request, then the ticket's status will not be changed. The current list of statuses is below:

Status ID Status Description
77 New
78 Open
79 In Progress
80 Resolved/Completed
81 Closed
82 Cancelled
83 Pending

@JacobSPalmer JacobSPalmer requested a review from a team as a code owner January 25, 2024 20:51
Copy link

PHP 8.2 Test Results

8 tests  ±0   8 ✅ ±0   0s ⏱️ ±0s
2 suites ±0   0 💤 ±0 
1 files   ±0   0 ❌ ±0 

Results for commit 480d609. ± Comparison against base commit 93a9b40.

Copy link

PHP 8.1 Test Results

8 tests  ±0   8 ✅ ±0   0s ⏱️ ±0s
2 suites ±0   0 💤 ±0 
1 files   ±0   0 ❌ ±0 

Results for commit 480d609. ± Comparison against base commit 93a9b40.

Copy link

PHP 8.3 Test Results

8 tests  ±0   8 ✅ ±0   0s ⏱️ ±0s
2 suites ±0   0 💤 ±0 
1 files   ±0   0 ❌ ±0 

Results for commit 480d609. ± Comparison against base commit 93a9b40.

@nie7321 nie7321 merged commit 1d96fdd into main Jan 25, 2024
6 checks passed
@nie7321 nie7321 deleted the add-ticket-update-endpoint-functionality branch January 25, 2024 21:49
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.

2 participants