auto-fill/update a custom field by fetching data from external system

mirzawaqasahmed November 8, 2019

Hi I have the following scenario and looking to get some help/suggestions from experts.

Lets say I am creating an issue that is using 2 custom fields.

1st field will take input from a user. Text String.

I would like to update the 2nd field by querying an external system for that value and automatically update the field with the required data automatically.

Is this possible? If so appreciate any help.

2 answers

2 accepted

1 vote
Answer accepted
Leonard Chew
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 10, 2019

With Scriptrunner you can do that by using Script Fields.

External Data can be fetched by webservice calls or since recently by sql, querying a remote database (resource feature).

https://scriptrunner.adaptavist.com/latest/jira/resources.html?utm_source=product-help

mirzawaqasahmed November 11, 2019

Thank you. I will give this a shot and see if it solve the problem...

0 votes
Answer accepted
Peter DeWitt
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
November 8, 2019

@mirzawaqasahmed , Yes it is possible but not natively within Jira. Take a look at some of the Apps in the marketplace. Scriptrunner, Power Scripts, Elements Connect could all probably help.

 

-pjd

mirzawaqasahmed November 8, 2019

Thanks Peter for quick response. I will have a look at it.

Is there any working examples around :)

Suggest an answer

Log in or Sign up to answer