Webservice to JIRA - how to?

Rumceisz November 11, 2013

Hi All,

there is a need in our JIRA to having a custom field which get its value from a different application via webservice. Hence we have never done it before could you please help how to do it?

For first it needs a custom field - I guess a scripted field??

And where could we implement the code which invite the webservice?

Thanks for your hints!

Rumi

1 answer

1 accepted

0 votes
Answer accepted
Jobin Kuruvilla [Adaptavist]
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.
November 11, 2013

I wouldn't do this in a calculated field because you might actually want to store the value in database itself. That will reduce the number of webservice calls everytime you view the issue, index it etc.

It is better to create a new custom field type which invokes the webservice in the code and fetches you the values.

Rumceisz November 20, 2013

Hi Jobin,

thanks for the hint! Actually we stucked at this point: we don't know which type of custom field to use. Yes, I was not right: it's not a calculated field but a field which gets its value from a different system.

Thanks in advance,

Rumi

Sachin September 8, 2016

Hello Rumceisz 

Could you please let us know how to call WebService from JIRA.

Thanks in advance!

@Sachin

Suggest an answer

Log in or Sign up to answer