Sometimes we need to create scripts that checks if the current date is the first monday of the month, or something like this. See here some code tricks to operate with Date/Calendar classes quickly
Read More
www.MrAddon.com ®: Jira & Confluence Administration Support Blog
jira confluence admin administration support script scriptrunner groovy mraddon barcelona plugin custom development it technology barcelonatech development
Sometimes we need to create scripts that checks if the current date is the first monday of the month, or something like this. See here some code tricks to operate with Date/Calendar classes quickly
Read More
Nice Mist web-wallet that uses Web3 JS with MetaMask (see here)
Read MoreVery easy, see this code:
Read MoreAs many of you know, to get the “required” & “reported” hours of a Tempo Timesheet Team (in JIRA), don’t exists a REST Web Service interface to get these values… But, exist and “old” “hack”-trick to do this using the mystical “CURL” (in this example case calling cull in the bash shell, running the process inside…
Read More
Download PDF: jQuery-1.7-Visual-Cheat-Sheet See ONLINE jQuery Visual Cheat Sheet: http://jqapi.ru/ Indispensable for Javascript JIRA Add-ons
Read More1.- First see the instructions of this old post 2.- Change the file /src/main/resources/atlassian-plugin.xml like this. Bassically you need to add <projectTypeKey>business</projectTypeKey> 3.- In the file /src/main/java/com/example/plugins/tutorial/MyAddProjectHook.java change the file to like this:
Read MoreSearching for issues We can use the search API available at http://example.com/rest/api/2/search with the JQL “created > -1d”. <?php //pull in login credentials and CURL access function require_once(“utils.php”); //create a payload that we can then pass to JIRA with JSON $jql = array( ‘jql’ => ‘created > -1d’ ); /*define a function that calls the…
Read More