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.
late answer but you will be requiring Scriptrunner to write these scripts.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.