CA Service Management

 View Only

Site_Link_v1.zip Update tickets using e-mail link 

May 29, 2017 01:46 PM

Site_Link_v0.zip

 

It's a little application to update a status ticket, how works:

 

  • IIS
  • .NET Framework
  • CA SDM

 

web.config

<add key="user" value="CASDM_username" />
<add key="password" value="CASDM_password" />

...

<endpoint address="http://<ServerAddress>:8080/axis/services/USD_R11_WebService" binding="basicHttpBinding" bindingConfiguration="USD_WebServiceSoapSoapBinding" contract="ServiceReference1.USD_WebServiceSoap" name="USD_WebServiceSoap" />

 

The link:

 

http://<ServerAddress>/link/unresolved.aspx?id=@{call_req_id} 

 

This link will update the ticket to status code WIP = In Progress

 

 

You can update to anyone using

 

http://<ServerAddress>/crstat.aspx?id=@{call_req_id} &status=crs:<StatusID>

 

Improving it, you can set user, 

sendind the contact uuid

 

http://<ServerAddress>/crstat.aspx?id=@{call_req_id} &status=crs:<StatusID>&cnt=<uuid>

Statistics
0 Favorited
9 Views
1 Files
0 Shares
8 Downloads
Attachment(s)
zip file
LinkApp_v1.zip   8.35 MB   1 version
Uploaded - May 29, 2019

Tags and Keywords

Comments

Oct 24, 2018 03:03 PM

Caro wteixeira,

 

     Este programa que eu criei pode ser utilizado para atualizar um status de um ticket  e/ou de uma tarefa, para isso basta instalar no servidor e configurar o web.config para o seu serviço.

 

Atenciosamente

Tiago Macul

May 02, 2018 10:28 AM

Hi Bassoalto ,

 

  I updated, now you can update it.

 

Regards

Jul 06, 2017 12:13 PM

Hi Fabian 

 

Unfortunately i don't did it to be flexible, how ever I'd published the sorce codelink_C#.zip, you can update it.

 

Do you know how to do? Let me know, we can do it.

 

Regards

Tiago Macul

Jul 05, 2017 05:44 PM

Hi Tiago, can you give me more information about this application.

For ex.

where i can change "WIP" status to another one?

where i can find the validation rutine for task change? (task.aspx, taskrej.asp)

 

Best regards,

 

Fabian

Related Entries and Links

No Related Resource entered.