View Issue Details

IDProjectCategoryView StatusLast Update
0023948mantisbtapi restpublic2018-02-22 17:09
Reporterjohgoe Assigned Tovboctor  
PrioritynormalSeverityfeatureReproducibilityN/A
Status closedResolutionno change required 
Summary0023948: Rest API to read notes for issue
Description

Currently there is no rest api to read notes from an issue.

I added a method myself see https://github.com/johgoe/mantisbt/commit/eb113701c151f86d6d30b90f784d9b80717d366f

The usage is like GET 'https://mantisbt.mobilexag.de/api/rest/issues/12345/notes/'

TagsNo tags attached.

Relationships

related to 0022786 assignedvboctor Support CRUD operations for issue notes 

Activities

vboctor

vboctor

2018-02-10 16:39

manager   ~0058816

Is there a reason why you can't use the GET issue API which also returns the notes?

johgoe

johgoe

2018-02-11 13:48

reporter   ~0058829

@vboctor I don't know, why we didn't see it within the issue API. This API is fine. You can close this issue with "no change required". Thx for you support.