JJUPIN: getting values from SLA fields

Paweł Peryga October 6, 2015

Hi,

 

is there any way to get values from ServiceDesk SLA fields using JJUPIN?

 

I try to use something like:

string newIssue = "SUPPORT-1377";

string sla = %newIssue%.customfield_12201;

 

but it seems that the returned value is some kind of JSON, not string, number, interval or whatever.

 

Best regards,

Pawel

1 answer

0 votes
Silviu Burcea
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 6, 2015

Hi Pawel,

 

The SIL support for JSD fields, like SLA, is not available yet. If you get a JSON, you may want to write some JSON processing routines. The simplest way to go, if the JSON is not big/complicated, is to capture the information using a Regular Expression. Eventually, Kepler team may add some JSON processing routines too, you should ask them about it.

 

Regards,

Silviu

Paweł Peryga October 8, 2015

Thank You for quick answer!

 

Best regards,

Pawel

Suggest an answer

Log in or Sign up to answer