Dear all,
We have a use case customer request which is as below :
Question :
What is the way to create that custom button on the issue screen and when pressed runs a script runner script ?
Note that this button need to be all time active, meaning that If I click 2 times on it, it will call 2 times the script
Thanks for solution to create that button
regards
Most Atlassian server stuff implements most of the UI using "web fragments" which can be panels, menus, items or even css/js resources (and other stuff). Scriptrunner can make use of those and inject its own.
In this case you'll want https://docs.adaptavist.com/sr4js/latest/features/script-fragments/custom-fragments/web-item but you'll want to read the page above it too for finding out how to set up your web-item to appear where you want!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.