Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Populating Custom Field with data coming from SOAP API

Ishan Nanda
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 22, 2019

Hi,

I want to have a custom field (list type) which will show values coming from an external SOAP API. 

Can you please help how to achieve it. Specially with Script runner 

 

1 answer

0 votes
PD Sheehan
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.
September 3, 2019

You won't be able to do that with an existing Single Select field since those values have to exist as Options in the field configuration.

But with script runner behavior single select conversion, you can transform a text custom field into a single select and the list of values can be populated from a remote api call.

See https://scriptrunner.adaptavist.com/latest/jira/behaviours-conversions.html

Now, if you need to use SOAP instead of REST as shown in the article, you will have to do some research outside of the Atlassian Community. For example https://stackoverflow.com/questions/19941770/send-soap-with-groovy-or-java

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events