Hi everybody,
I wanted to know if it possible to add on the display of every issue in a particular JIRA project a button which, when pressed, would call an external API endpoint (in this particular case: QRadar). The URI called on would have to be modified depending on the value of a field which is unique in each issue of the project.
If it has to be coded (presumably Java), I will be able to do. I'm just looking for resources to start in this direction if it is at all possible.
(Also, if this is possible, how I could pop a window to signify to the one who pressed the button if the API call has been successful or not depending on the response given by the API call).
Thank you for your suggestions.
Hi @Djinny
If you are trying develop an add-on you can start here: https://developer.atlassian.com/
There are examples there for Jira server to get you started.
Ravi
One place to start would be
power actions for jira
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.