Create following endpoints for Issue :
1) Get a particular issue ( GET - /api/v1/issue/issue_info/<int:project_id>/<int:issue_id>)
2) Update an issue ( PUT - /api/v1/issue/issue_info/<int:project_id>/<int:issue_id>)
3) Delete an issue ( DELETE - /api/v1/issue/issue_info/<int:project_id>/<int:issue_id>)
4) Assign an issue ( PUT - /api/v1/issue/assign/<int:project_id>/<int:issue_id>)
Type of change
[ ] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
Description
Create following endpoints for Issue : 1) Get a particular issue ( GET -
/api/v1/issue/issue_info/<int:project_id>/<int:issue_id>
) 2) Update an issue ( PUT -/api/v1/issue/issue_info/<int:project_id>/<int:issue_id>
) 3) Delete an issue ( DELETE -/api/v1/issue/issue_info/<int:project_id>/<int:issue_id>
) 4) Assign an issue ( PUT -/api/v1/issue/assign/<int:project_id>/<int:issue_id>
)Type of change
How Has This Been Tested?
Test Configuration:
https://user-images.githubusercontent.com/76858666/172876762-f717698d-3b9b-4edf-81b3-1c45bbbff88f.mp4
Checklist: