For starters, I'm super new to plugin development, so sorry if some of this is well documented and I just can't find it.
I'm trying to add a note to the create pull request page that tells users about suggested formats for naming pull requests. I want to add the note right under the title field, above the description field, like this:
I can't find any information anywhere on how to actually do this. I'm assuming I need to add a module of type "web-panel" or "web-resource" or something. But I can't find answers to several questions:
I've fooled around with just loading javascript and just having the js search for the element and adding my note that way, but I couldn't get that to work at all. acom.atlassian.jira:jira-core` provides a variable `AJS` that includes jquery, but that doesn't seem to be the case for any of the bitbucket artifacts (at least that I've found).
Again, forgive me if any of these questions are stupid or well documented. I've tried searching and had trouble finding anything useful.
Hi Ethan! For this kind of questions you might receive faster responses if you submit them to our Developer Community.
Hope that helps!
Ana
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.