Implement endpoint to update indicator code definitions
Description
Environment
None
Potential Workaround
None
Attachments
4
has to be done after
relates to
Checklist
hideActivity
Show:

Valery_PilkoJuly 16, 2024 at 12:43 PM
Tested on Snapshot environment - works as expected.
1) Delete of local indicator code:
2) User cannot delete System/Standard indicator code:
Update of Local/Standard/System indicator/Indicator code:
Ready for PO review

Viacheslav KolesnykJuly 12, 2024 at 12:19 PMEdited
Implemented:
PUT /specification-storage/indicators/{id} with restrictions by field’s scope
PUT/DELETE /specification-storage/indicator-codes/{id} with restrictions by indicator code’s scope
Done
Details
Assignee
Viacheslav KolesnykViacheslav KolesnykReporter
Pavlo SmahinPavlo SmahinPriority
P3Story Points
3Sprint
NoneDevelopment Team
SpitfireFix versions
Release
Ramsons (R2 2024)TestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee

Reporter
Priority
Story Points
3
Sprint
None
Development Team
Spitfire
Fix versions
Release
Ramsons (R2 2024)
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created June 26, 2024 at 9:34 AM
Updated July 21, 2024 at 3:07 PM
Resolved July 21, 2024 at 3:07 PM
TestRail: Cases
TestRail: Runs
Overview
The library must be able to edit indicator and indicator code definitions.
Requirements
Create an endpoint for update indicator definitions: PUT /specification-storage/indicator/id
Create an endpoint for update indicator code definitions: PUT /specification-storage/indicator-codes/id
Add restrictions for system/standard scope indicator code: MRSPECS-18