I'm creating a custom Merge Check for Bitbucket. I started by following this tutorial:https://developer.atlassian.com/server/bitbucket/how-tos/hooks-merge-checks-guide/ I want the view to be dynamic...
Hello, I am creating a new Blueprint and already have a few experience on that. I am trying now to have a Blueprint with multiple wizard pages, and I want to be able to navigate bet...
I uploaded new files using back and restore and could see now bottom page shows Error rendering WebPanel (com.atlassian.confluence.plugins.confluence-create-content-plugin:all-resources/Conflu...
Hello, I'm trying to create a merge check that would give exclusive rights to one branch to merge to another one. For example, to only allow merges from development to master an from no othe...
Hi, I am looking for help on this issue, I am getting these two errors in the logs - System plugins failed to start: We haven't been able to start all the required system plugins We couldn't start...
I want to find out how to add options that I see in the space blueprints that are inbuilt to my own blueprints: - the add labels control (tagging) - the add team members control &nbs...
I get the following Exception when I attempt to view the status list com.google.template.soy.tofu.SoyTofuException: In template JIRA.Templates.Statuses.success: In 'foreach' command {foreach...
I am writing a plugin that needs to call a rest api I started with a soy template example. The script executes, but fails when I switch the toggle with $ undefined. Can someone help? my atlassian-...
As you know Confluence add-on may be built using "Velocity" (https://developer.atlassian.com/confdev/development-resources/confluence-architecture/confluence-internals/velocity-template-overview) or ...
Is it possible to execute some javascript in a soy file? I added some javascript in the <head> section, but bitbucket said it could not compile the form. I am trying to show some text ...
Hi everyone, I´ve developed a Spaceblueprint and everything works great in the SDK. But when importing the .jar or the .obr into our production Confluence I get the following error inside of the fir...
I tried to customize my confluence notifications following the instructions here https://confluence.atlassian.com/doc/customising-the-email-templates-168001822.html I want to modify notification (pa...
Js code exampleArray = [project1,project2]; var templateproject = JIRA.Templates.LP.project(exampleArray); AJS.$('#page-container').append(templateproject); soy template {namespace ...
Some of my plugins use the soy text form and the labelHtml parameter is showing up as undefined in my plugins. The rest of the parameters show up correctly. I'm developing plugins for stash 3.3.0 an...
In the Blueprint I created there should be an implementation of a wizard. I changed my namespace for the wizard so it won't override my previous soy wizard for other templates and it worked at the be...
Hello there I am creating a Blueprint in French and need some french characters for the whole thing. For example I have set in the pom File <name>Directive de travail&...
I created a soy File with a datepicker in it and it works in Chrome but It won't work in any other browsers. I think I am not even able to use the aui-datepicker, Chrome just uses the browser default...
Hi, I'm trying to develop a Blueprint that will include in the rendered page a macro choosen by the user in a list or by auto-completion I know how to do it in Java (using com.atlassian.confluenc...
how I can use autocomplete with soy < input class = "autocomplete-page" data-max = "10" data-none-message = "No results" data-template = "{title}" > I have a bug wit...
Copied to clipboard