-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Add ability to resolve an incident #2078
Comments
I'd like to give this one a shot as a first time contributor. |
Sounds great! |
I'm running into an issue trying to set incident properties. I receive an error that an incident's properties are read only. I've modeled my code largely off of ReportIncident related code, but is initially called from within ViewIncident. I know this isn't much to go on just yet, but before I seek more detailed assistance, and provide more in depth info, does anything come to mind off the top of your head that I might be overlooking when it comes to read/write access to object properties? @jackcmeyer |
The reason that you are getting that error is you are likely directly modifying a redux object, which are immutable. Feel free to open a draft PR an I can review the code and better help debug. |
Oh wow. I didn't know draft PRs were a thing! Thanks for offering to review. I'll submit a draft PR soon. |
Is this still being worked on, otherwise I don't mind taking a shot at it? |
Hi @jackcmeyer |
Scenario
AS
A user who has the ability to resolve an incident
I WANT
A button that I can click that sets the incident's status to resolved
SO THAT
I can determine when an incident is no longer needed to be opened.
Acceptance Criteria
Technical Notes
resolution
should be displayed when viewing an incidentResolveIncident
should be addedresolveIncident
The text was updated successfully, but these errors were encountered: