...essage="No results" data-template="{name}"> for space it is working but not for page the I also read there is AJS.bind('init.rte',funtion(){ // logic for both space and pages })
Dear community, sorry for maybe a trivial question but I have been fighting with this for quite a time. I am unable to implement AJS.RestfulTable on Jira issue inside ScriptRunner's Web P...
Is there any way to get page content using AJS params beacause I require getBodyAsString Method directly called in JS
Hi Community, how can I set an Insight object to a customfield in CREATE ISSUE dialog? I´m able to set normal values with AJS.$(‘#customfield_99999’).val(‘myValue’) but this doesn´t r...
We have a situation where one of the custom field needs to be formatted in terms data into a table structure. We have the AJS script ready for the same which we have deployed in multiple client l...
...Query AJS or what ever. In this complete site it's only the HTML table, nothing else. And there must be nothing else than using own HTML / Javascript. Is there any solution to "call" (or whatever) t...
...cript> AJS.toInit(function ($) { jQuery(".label_to_add").click(function(){ jQuery.post(contextPath+"/json/addlabelactivity.action", {"entityIdString": "$content.id", "labelString": jQuery(this).val...
I want to save that data in salesforce, and I only need the status and description, I already got the id through ajs. $
...reate row: { id: "date", header: "Event date", createView: AJS.RestfulTable.CustomCreateView.extend({ render: function (self) { var $field = AJS.$('<INPUT type="date" class="text aui-date-p...
...tlascamp-2011 but it uses AUI dialog(which is being deprecated) in AJS.MacroBrowser.setMacroJsOverride handler function to create a dialog. 3 things: -Can I use the same approach to open dialog, s...
I'm opening a dialog via the Javascript AJS This is code from my velocity template. Link below https://pastebin.com/WFV1EiqB The problem is that this code works only for the f...
...orked, and I've followed all of Confluence tutorials on their Developers' guide. AJS.toInit(function(){ AJS.$("#d").keypress(function (e) { var charTyped = String.fromCharCode(e.which); i...
I have a code snippet like this $(document).ready(function() { $('.hideMessage').on('click', function () { $('.message').hide(); }); $('.message').on('hide', function() ...
I found that it is possible to change a lot in confluence macros using and overring methods in AJS. But where I can find docs what AJS can do?
I want to fetch selected project's project-key in my plugin's javascript. I am using Jira 7.2.x In earlier versions of Jira (like 5), I was able to fetch the project key as jQuery("#project-...
I can't find the simpliest Javascript insert. How do I add javascript and using javascript write HelloWorld to screen and still have all the confluence buttons. Simplying putting&nb...
I've added all.js in a script tag locally and its throwing this error all-debug.js:2615 Uncaught TypeError: Object.defineProperty called on non-object at Function.defineProperty ...
...amespace (eg: AJS). Problem is when i open the dialog and select the specific values from the select field the handler for the change event of the select field runs properly and the other multiselect field i...
Js code exampleArray = [project1,project2]; var templateproject = JIRA.Templates.LP.project(exampleArray); AJS.$('#page-container').append(templateproject); soy template {n...
I've got a script set up to run on every page using Custom HTML in Confluence: <script type="text/javascript"> <!-- AJS.toInit(function() { console.log('This displays on p...
...d" }); $('#myduedate').datePicker({'overrideBrowserDefault': true}); AJS.Confluence.Binder.autocompleteUserOrGroup(); AJS.Confluence.Binder.autocompletePage(); AJS.Confluence.Binder...
....testmanagement:dialog") <script> function showDialog(){ alert('hello'); AJS.dialog2("#demo-dialog").show(); } // Hides the dialog AJS.$("#dialog-close-button").click(f...
Hi. I'm following the same code I've found in other sites to check the groups for the current user (namely on http://www.j-tricks.com/1/post/2012/02/some-ajs-tricks.html) in Confluence and the f...
Hi all. I'm new doing some kind of development in the Atlassian world and I have a newbie simple question: I managed to show a dialog window using the Dialog AUI component (as described in https:...
...ork. I always get exceptions. (i am extending abstractMultiCFType - i heard that it maybe works with abstractsinglefieldtype?) 2.) AUI / AJS: It seems that if you open the create issue dialog and _...
Copied to clipboard