Hi Atlassian Jira Community Developers,
Do you guys know if there is a Jira API that can allow me to pull all the Solutions, Functional components and Components in Jira. For instance, when I create an issue in Jira under a Project and I choose the issue type, further down the form there are mandatory fields like Solution, Functional components and Components I need to populate. All these fields have a drop down list of choices (as shown in the attached screenshots) that I would like to export out of Jira and import into ServiceNow so that when the ServiceNow to Jira integration runs it does not fail because of ServiceNow sending an solution to Jira that does not exist in Jira. Basically what I am trying to do here is to sync the data in these choice fields so that they exist in both platforms and I think the only way to do so is to use an API if there is one.
Kindly advise please.
Thanks,
Johannes
you need to use a plugin that let you write logic ... look at ScriptRunner (or nay groovy based pluing) or Powerscripts.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.