Solutions

Open New Release

Neha Mishra Aug-21st, 2015 15:59 0 0
This API is used to Open New Release
Please check example usage of Vision Helpdesk API

Operation : open_new_release
Module : releases

$postfields["vis_module"] = "releases";

$postfields["vis_operation"] = "open_new_release";
// This is the domain id under which you wish to open release

$postfields["vis_domain"] = 1;
// This is the department id under which you wish to open release

$postfields["vis_department"] = 1;
// This is the department id

$postfields["vis_from"] = "support@visiononlinedemo.com";
// This is the from email address that will be displayed in from column

$postfields["vis_subject"] = "Test Subject";
// Release subject

$postfields["vis_description"] = "Test";
// Release description

$postfields["vis_status_id"] = 1;
// This is the status id

$postfields["vis_priority_id"] = 1;
// This is the priority id

$postfields["vis_release_type_id"] = 1;
// This is the release type id

$postfields["vis_startdate"] = Jul-4,+2015+17:27;
// This is the start date

$postfields["vis_enddate"] = Jul-5,+2015+17:27;
// This is the end date

$postfields["vis_attachments"] = 1,2,3;
// This is release attachments

$postfields["vis_owner_list"] = 1,2,3;
// This is owner list

$postfields["vis_ci_attach"] = 1,2,3;
// This is ci attachments

Below is API URL example for Open New Release

http://visiononlinedemo.com/support/api/index.php? &vis_txtusername=admin &vis_txtuserpass=21232f297a57a5a743894a0e4a801fc3 &vis_module=releases &vis_operation=open_new_release &vis_domain=1 &vis_department=1 &vis_from=tejasjadhav13@yahoo.com &vis_subject=Service+request+for+test &vis_description=test+test &vis_status_id=1 &vis_priority_id=1 &vis_release_type_id=1 &vis_startdate=Jul-4,+2015+17:27 &vis_enddate=Jul-5,+2015+17:27 &vis_attachments=1,2,3, &vis_owner_list=1,2,3 &vis_ci_attach=1,2,3 

Or use "access token" to Open New Release

http://visiononlinedemo.com/support/api/index.php? &vis_txttoken=T0RSbU56TmpZemxoTlRabU1XWTJOV1ZtT0RWa1ltUm1NR1F6WldJell6VT0= &vis_module=releases &vis_operation=open_new_release &vis_domain=1 &vis_department=1 &vis_from=tejasjadhav13@yahoo.com &vis_subject=Service+request+for+test &vis_description=test+test &vis_status_id=1 &vis_priority_id=1 &vis_release_type_id=1 &vis_startdate=Jul-4,+2015+17:27 &vis_enddate=Jul-5,+2015+17:27 &vis_attachments=1,2,3, &vis_owner_list=1,2,3 &vis_ci_attach=1,2,3 

Vote

Was this article helpful?
0 out of 0 found this helpful