View Issue Details

IDProjectCategoryView StatusLast Update
0035659mantisbtapi restpublic2025-04-13 16:02
Reporterthenetspider Assigned Toatrol  
PriorityhighSeveritymajorReproducibilityalways
Status closedResolutionduplicate 
Product Version2.27.1 
Summary0035659: There is No Option to Edit Issue Note - Method Not Allowed in rest API
Description

Hi Team,
Currently, there is no API option available for editing issue notes.

{{url}}/api/rest/issues/:issue_id/notes/:issue_note_id
API lacks support for PATCH/PUT requests.

This is a crucial feature
When we can expect it to be implemented?

Thank you!

Steps To Reproduce

{{url}}/api/rest/issues/:issue_id/notes/:issue_note_id

  1. Send a Patch or Put Request.
  2. It Will Fail saying 405 Method Not Allowed,

Only Allowed methods: DELETE

TagsNo tags attached.
Attached Files
image.png (13,025 bytes)   
image.png (13,025 bytes)   

Relationships

duplicate of 0022786 assignedvboctor Support CRUD operations for issue notes 

Activities

atrol

atrol

2025-03-25 13:03

developer   ~0070033

See 0022786:0058648 how to update notes.

thenetspider

thenetspider

2025-03-25 14:38

reporter   ~0070034

Thanks for the update!
It would have been great to have the feature directly in the Notes API,
but this quick workaround is working for now

dregad

dregad

2025-03-26 04:24

developer   ~0070035

@ thenetspider we always welcome contributions, if you would like to submit a pull request to implement this.

thenetspider

thenetspider

2025-04-02 13:11

reporter   ~0070055

Last edited: 2025-04-02 13:11

@thenetspider we always welcome contributions, if you would like to submit a pull request to implement this.

@dregad It would be great to submit and contribute to it, will surely do in future.
For Now I am busy creating a MANTISBT Mobile App client for Phones, Soon It Will be Launched on Android Playstore ..!