Compatible with Jira 7.x and Jira 8.x Download from Github (Source code and installable JAR) By MrAddon
Read More
Compatible with Jira 7.x and Jira 8.x Download from Github (Source code and installable JAR) By MrAddon
Read MoreThis exercise is the continuation of: How to create a Jira custom field with options from an external REST API In this case, instead of use an external REST API to obtain the values of the dropdown, we want to use a static list of values. We will use the same approach than the other…
Read MoreFor this exercise we need a Jira and a Confluence installed, up and running. Now in Jira we need to install a free addon called “Easy Integrations for Jira” Once installed we need to configure it, we need to inform the URL of Confluence and a username and password to do the connection. Now open…
Read MoreIn this example, we will try to install in 5 minutes a PHP Jira Client script in a MacOS system. The prerequisites are: (Homebrew) brew for MacOS CURL for MacOS PHP 7 for MacOS Composer for MacOS php-jira-rest-client library Install instructions with example: Download and Install PHP Composer. curl -sS https://getcomposer.org/installer | php Next, run…
Read MoreIn this post we want to show how to change some parts of the web panels of the Jira Issue View context. We can start changing the default global settings of Jira (in the Advanced section). We can change the jira.table.cols.subtasks variable to add more fields to the web panel, also with the variable jira.view.issue.links.sort.order we…
Read MoreAs many of you know Jira version 7.6 has schemes for the Priority field. Jira 7 features enabled by major version But what about the Jira Server that are not updated? We can do something? …. Yes, if we have Scriptrunner. We can use Behaviours! (here the documentation) Use this code: We can use it as initialiser and…
Read MoreFirst you must read this trick: Example of script field in Jira to know the Closing date After this, try to: Just export a CSV of the issues you need to update. Add a “resolved date” column, populate dates, then import into JIRA as Admin via External System Import. Note1: If you CSV contain more…
Read MoreNew version, new features and new experience. Let’s explore Jira 7.12. New Features We can examine not configured custom fields. Just scanning custom fields and obtain the not configured and …. manage it So we can optimize custom fileds easily. But there is another feature: custom fields page is changed and now is more clear.…
Read MoreMeet Google Play’s target API level (new) requirement Google Play will require that new apps target at least Android 8.0 (API level 26) from August 1, 2018, and that app updates target Android 8.0 from November 1, 2018. Every new Android version introduces changes that bring significant security and performance improvements – and enhance the…
Read MoreIf you have deleted a project in Jira Server, and your log are exploiting with lines with this “error“: You can fix it using Adaptavist Scriptrunner. Launching (and modifying) this Groovy code: By MrAddon
Read MoreIMPORTANT NOTICE 17-8-2018: In few days will be a paid add-on with a simple symbolic price. Try the new features of “Support Admin Tools” for Jira Server and Jira Cloud. Very useful for large Jira instances! With new incredible features for Admins (in few days in the Atlassian Marketplace): Search in the Admin panels like…
Read MoreDiscover the new color-set for the Atlassian JIRA plugins: New Status Colors PRO for Jira Server New Status Colors FREE for Jira Server New Status Colors for Jira Cloud New Status Colors PRO for Confluence Server New alternative colors and jira core colors, now easily identificables. (white), (black),… and the usual standard HTML5 color-name list……
Read More