I need to be able to trigger an API from Jira that uses Jira custom field data to as a key value in the API to SAP.
This should be idealy done when transitioning an issue in a workflow or simply (if possible) just by checking a checkbox custom field in an issue.
What is the best way to do this?
Some options:
- trigger a C# program on my application server
- write a record into an SQL DB, used by a service running on my Application server
- ...
Doing this on a transition is the best option - you can set up post-functions, scripts, automations or webhooks based on those. (Just an edit to an issue requires that you do it as a listener, which means a bit more work, but the same basic idea).
A webhook is the only one that won't require coding - as you go through the transition, Jira can poke a remote system with a url you build from data on the issue. The other methods are going to need you to write code that do whatever SAP needs it to do to get the update.
Hi Nic,
thank you for your answer. Setting these post functions, scripts, automations and webhooks, does this require additional add-ons?
Do you have some specific how to articles you can share on the subject?
Thanks again for your feedback!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Join the largest European gathering of the Atlassian Community and reimagine what’s possible when great teams and transformative technology come together. Plus, grab your Super Fan ticket now and save over €1,000 on your pass before prices rise on 3 June.
Register nowOnline forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.