Updating a bug status using Ajax call

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
kamalraj
Posts: 1
Joined: 18 Apr 2015, 06:39

Updating a bug status using Ajax call

Post by kamalraj »

Hi,

I am new to Mantis BT, I am trying to achieve a drag drop functionality on scrum board(plugin) PFA.

My Plan
# I have implemented a drag and drop functionality on scrum board.
# Now I am able to drag and drop the scrumblock across the status column.
# When a user drag drop a scrum block from one status column to the other, I need the bug status needs to be updated to the dropped column using a ajax call.

Functionality
# I have a javascript function triggered while a scrum block is dropped on any column.
# I can get bug_id and status value(not the status id)

Requirement
# Is there a way to trigger a ajax call to change the bug status
# How to get the status enum value (for eg. 50 for fixed) with the status string (for eg. Fixed)

Please give your inputs to solve this situation.

Regards,
Kamal
Attachments
ScrumBoard.png
ScrumBoard.png (42.26 KiB) Viewed 5734 times
Post Reply