Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

use jira rest api to call external web service to populate custom field without using scriptrunner

We want to create an issue with various custom fields, that would all be list fields (single or multi select), with the data coming from an external database.  Is there a way to use the JIRA Rest api to call a web service that will return the data from the database and populate the custom fields.  We are using .NET. Can this be done just by hooking into the Jira api?  Has anyone done this?  I do not want to use Scriptrunner.

1 comment

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Dec 28, 2017

You can't do it.  The data held in list fields is options, held in the Jira database. 

Two approaches

  • Copy the data from the external database into the list of options
  • Use one of the database field add-ons to pull from the external database

Either way, the REST calls then become standard "change data in custom field" calls.

Thanks for your response.

Copying the data from the external database into the list of options is not a viable option as the data in the external database is constantly changing.

in regards to the database field add-on are you referring to something like nFeed?  Can you please elaborate on this option?  Thanks!

Thanks for your response.

Copying the data from the external database into the list of options is not a viable option as the data in the external database is constantly changing.


in regards to the database field add-on are you referring to something like nFeed?  Can you please elaborate on this option?  Thanks

Comment

Log in or Sign up to comment
TAGS
AUG Leaders

Atlassian Community Events