I am creating a plugin to send HTTP requests to the server whenever I open or edit the transfer request in atlassian stash. I got a plugin for working with hard-coded values ββ(e.g. url, various url parameters, etc.), but now I need to present a configuration screen so that these values ββcan be set after installing the plugin. All I need to tweak is a couple of text strings and matching strings to strings. Nothing complicated!
Unfortunately, stash and atlassian api are a bit fuzzy: there is information for linking to a servlet or something else and a description of how you have a configuration object to connect to it, but all I can find. They also point to a couple of examples, such as google maps and webdav plugins, but without comment it can be Latin.
Can someone point me to an example or tutorial that shows how to present a configuration panel for a plugin (or atlassian)?
source share