Skip to content
www.MrAddon.com ®: Jira & Confluence Administration Support Blog & Ethereum Dev Blog – [www.MrAddon.blog] ®

www.MrAddon.com ®: Jira & Confluence Administration Support Blog & Ethereum Dev Blog – [www.MrAddon.blog] ®

jira confluence admin administration support script scriptrunner groovy mraddon barcelona plugin custom development it technology barcelonatech ethereum development

  • NEWS
  • COMPANY
    • WE ARE ANKONAN
    • SERVICES
    • PARTNERS
  • DOCS
    • LEGAL
      • MRADDON® PLUGINS EULA
      • MRADDON® PRIVACY POLICY
      • MRADDON® SLA STATEMENT
    • TRAININGS
      • eazyBI Training Documentation
      • Jira Admin Training Documentation
      • Mastering Jira Training Documentation
      • Blockchain Training Documentation
      • PhoneGap Training Documentation
    • PLUGINS
      • Jira Server
        • Kanban Combined WIP for Jira Server
        • Issue Card Printer for JIRA Server
        • New Status Colors for JIRA Server
        • New Status Colors PRO for JIRA Server and Cloud
        • Support Admin Tools for JIRA Server
        • BlockChain Viewer for JIRA Server
        • Description Templates for JIRA
        • Enlarge Your Excel Export for JIRA Server
        • Standalone Project Template for JIRA Server
      • Jira Cloud
        • Kanban Combined WIP for JIRA Cloud
        • New Status Colors PRO for JIRA Server and Cloud
        • Support Admin Tools for JIRA Cloud
        • Issue Card Printer for JIRA Cloud
        • Description Templates for JIRA
      • Confluence Server
        • New Status Colors for CONFLUENCE Server
  • FORUM
    • Jira Server
      • FORUM Kanban Combined WIP for JIRA
      • FORUM Issue Card Printer for JIRA
      • FORUM New Status Colors for JIRA & Confluence
      • FORUM New Status Colors PRO for JIRA
      • FORUM Support Admin Tools for JIRA
      • FORUM BlockChain Viewer for JIRA
      • FORUM Enlarge Your Excel Export
      • FORUM Description Templates for JIRA
      • FORUM Standalone Project Template for JIRA
    • Jira Cloud
      • FORUM Kanban Combined WIP for JIRA Cloud
      • FORUM Issue Card Printer for JIRA Cloud
      • FORUM New Status Colors PRO for JIRA
      • FORUM Support Admin Tools for JIRA Cloud
      • FORUM Description Templates for JIRA
  • EXAMPLES
    • GITHUB
    • Ethereum
      • Ethereum Smart-Contracts Dev
    • eazyBI
      • Jira eazyBI Reports Dev
    • Jira Groovy
      • Jira Scriptrunner PostFunctions
      • Jira Scriptrunner Listeners
      • Jira Scriptrunner Fragments & REST
      • Jira Scriptrunner Scripted Fields
      • Jira Scriptrunner Services
      • Jira Scriptrunner JQL Custom
    • Jira JQL Standard
    • Jira tricks
    • Confluence tricks
    • Atlassian Crowd and SSO
  • TRAININGS
    • eazyBI Trainings
    • eazyBI list of courses
    • Jira Trainings Content
    • Jira Trainings list of courses
    • Blockchain Trainings list of courses
  • SUPPORT
Press Enter / Return to begin your search.

All articles filed in Integrations

Install Integrations JIRA tricks NewsDecember 10, 2018December 10, 2018

Jira 7 features enabled by major version

The most important features for Jira Server for us (MrAddon) are marked in bold (in blue only for Datacenter Jiras) (info extracted from Atlassian) 7.13 Support for OpenJDK 8 (Important note of MrAddon for Administrators, there are changes in the Tomcat conf. See more) 7.12 Custom fields optimizer (Data Center) Sharing edit rights for filters…

Read More
Integrations JIRA Plugins / Add-on Monitoring NewsSeptember 7, 2018September 7, 2018

Atlassian Summit – A summary of all

In those days Barcelona was the center of the world. Atlassian Summit, the most important event of Atlassianers was hosted 🙂 . Here a small summary of the news :D. MrAddon and Artigiano was there and we will try explain the main topics 🙂 OpsGenie First of all, as described in Atlassian Blog by Scott Farquhar,…

Read More
Install Integrations Integrity solutions JIRA tricks NewsJuly 21, 2018July 21, 2018

Enable https and Apache Proxy in your Jira Server

This post can be the continuation of this: Useful links to install Jira Server on Google Cloud In this case, we want to install a Proxy Server (can be Apache or Nginx for example). To install Apache in a Linux Debian installation: apt-get update apt-get install apache2 To start the service: sudo service apache2 start Enable mod_proxy modules…

Read More
Confluence tricks Integrations JIRA tricks NewsJuly 17, 2018July 17, 2018

How to print custom WORD templates of Jira tickets using Confluence

This post is the continuation if the previous post: How to print custom PDF templates of Jira tickets using Confluence After do the previous post instructions, we can improve the new “printing” system, adding a new button to Print in Word *.doc format instead of PDF. We can add this javascript to the code: Then you…

Read More
Install Integrations Integrity solutions JIRA tricks NewsJuly 7, 2018February 11, 2019

Useful links to install Jira Server on Google Cloud

Here some useful links if you want to install Jira Server on the Google Cloud infrastructure. Installation mode: Jira 7.10.2 + Databases: MySQL (for eazyBI) + PostGreSQL (for Jira) By Default in the Google Cloud Instances, we install a Debian Linux image. Use wget to obtain the latest version of Jira Server installation file/binary (POST…

Read More
Integrations JIRA tricks NewsMay 19, 2018January 20, 2019

How to set up Atlassian JIRA on Amazon EC2 Linux

To set up Atlassian Jira on Amazon EC2 we can follow this fantastic post: See here. (It’s a little bit outdated the previous link, but you can complement with the below list) MySQL useful links: How to find out the MySQL root password Download latest Jira Software binary file Installing Jira on Linux How to Check…

Read More
Confluence tricks IntegrationsMay 2, 2018May 2, 2018

See Trello Board in Confluence

Talking about integration between Confluence & Trello, exist a way to see a trello board inside a Confluence Cloud Page. How? In Confluence Cloud we have a specific macro to embed a trello Board, as shown in following image Using Trello Board Macro we can embed a Trello Board inside a Confluence Page. Just put…

Read More
Install Integrations JIRA tricks NewsMarch 9, 2018March 13, 2018

How to merge some Jira Cloud projects into an existent Jira Server instance

Imagine this situation Currently we have JIRA Cloud and JIRA Server instance running. Both instance were up and running, having data in both instances. We want to merge both JIRA Cloud and JIRA Server instance into the JIRA Server instance. Explanation We can not import JIRA Cloud as a project into JIRA Server directly. We need to…

Read More
Cluster Integrations JVM UncategorizedOctober 25, 2016October 25, 2016

The best new videos from Atlassian

For me, the best videos from the last Atlassian Summit, very interesting ones. Tunning the JAVA Garbage Collection… (Reduce the downtime of your JIRA)   Datacenter in AmazonWS (AWS) What’s NEW in Datacenter  

Read More
Integrations PHP & JIRA REST API PostFunctions UncategorizedMay 23, 2016May 23, 2016

Groovy REST WS call example to TEMPO JIRA plugin

Read More
Integrations Other Performance Tricks UncategorizedApril 12, 2016

Configure NGINX to HTTP/2

Experimental support for HTTP/2 became available in Nginx version 1.9.5 (mainline). It is really easy to enable, and I’ll show you how. If you’re already running SPDY, please note that the SPDY module have been replaced with the HTTP/2 module in Nginx. Fortunately, to run HTTP/2 you just need to upgrade to Nginx 1.9.5 or…

Read More
Integrations UncategorizedFebruary 1, 2016February 2, 2016

How to put additional info in the JIRA login page

It’s very easy! 1.- Go to System –> System Dashboard 2.- Add the gadget “Introduction to JIRA“ 3.- Configure the gadget in System –> General Configuration It works in JIRA 6 & 7 (Optional action) 1.- Go to set the Announcement Banner –> Set to Public 2.- Paste a code like this: See more in:…

Read More

Page navigation

  • 1
  • 2
  • Next

Ankonan

Follow www.MrAddon.com ®: Jira & Confluence Administration Support Blog & Ethereum Dev Blog – [www.MrAddon.blog] ® on WordPress.com

Social Links

Support


Request MrAddon Support!

Plugins

TRY OUR JIRA ADDONS FOR FREE 

 


BlockChain Viewer
for JIRA


Kanban Combined WIP
for JIRA & Cloud


Issue Card Printer
for JIRA & Cloud


New Status Colors PRO
for JIRA & Cloud


Support Admin Tools
for JIRA & Cloud


Standalone Project Template for JIRA


Description Templates
for JIRA & Cloud


Enlarge Your Excel Export
for JIRA

CoinMarketRank.io

CoinMarketRank.io

Top Posts

TOP POSTS & PAGES

Categories

  • Behaviours 3
  • Books 8
  • Bugs 5
  • Cluster 4
  • Confluence tricks 31
  • Crowd 2
  • Database Custom Fields 3
  • Do Real Lean Kanban with JIRA 2
  • eazyBI 18
  • Ethereum Dev 34
  • Google Sheets 2
  • Index solutions 3
  • Install 8
  • Integrations 14
  • Integrity solutions 5
  • IOTA & Raiblocks Dev 5
  • JIRA Plugins / Add-on 94
  • JIRA tricks 93
  • JOBS 3
  • JQL 13
  • JQL Custom Functions 11
  • jQuery 2
  • JVM 3
  • LDAP 2
  • Listeners 18
  • Loggin 1
  • Monitoring 2
  • Neo & Qtum Dev 2
  • News 210
  • Other 18
  • Other Blockchains 17
  • Performance Tricks 14
  • phonegap 6
  • PHP & JIRA REST API 10
  • PHP – JIRA REST API 8
  • PostFunctions 18
  • Script Fragments & REST 14
  • Scripted Custom Fields 14
  • Services 15
  • SSO 1
  • Switch identity 1
  • Test Environments 1
  • Tomcat Tricks 4
  • Trainings 7
  • Uncategorized 150
  • WebHooks 1
  • wordpress 1

Jira Categories

JIRA & CONFLUENCE ARTIFACTS

  • JQL Reference manual (How to Perform an Advanced Search)
  • How to set a default description template in your Jira tickets.
  • PLUGINS DOCUMENTATION
  • Configure Groovy ScriptRunner Logs
  • Calling Jira REST API using Javascript to get user permissions and groups
  • JIRA JQL trick: Filter issues based on transition state execution date in JIRA
  • Catalina.out Big Size - How to manage
  • How to call methods of Ethereum Smart-Contracts from WordPress with MetaMask, Web3 and Javascript (PART II)
  • How to publish a Google Sheets Chart in a Confluence page
  • How to get the Token balance, amount of Ether and transactions info of an Ethereum account using Web3

  • 233,629 Visits

Tags

6 7 add-on addon atlassian barcelona best cloud confluence custom ether ethereum example field groovy how in issue java javascript jira mraddon new of plugin script scriptrunner server software tip to trend trick

Tags

2 5 6 6.3 6.4 7 7.2 7.3 8 11 101 777 888 2015 2016 2017 2018 a adaptavist add add-on addon addons admin administration administrator advanced agile all and android apache API app assignee atlassian AUG awesome barcelona best better between bitcoin block blockchain board book bug business button by calculate calculated call card cards chain change chrome classic clone cloud code coin color colorize colors com.onserolve.jira.groovy combined comment compatible configuration configure confluence contract contracts cool copy core course create crowd crypto css curso custom customfield customfields dapp dashboard database datacenter date days description dev developer development do download easy eazybi error ether ethereum Ethereum Dev event example excel export faster feature field fields file filter first fix for free from function gadget get github google groovy group guide hello help hide hours how html ICO ID import in info install intelligence is issue issues it java javascript jira jira7 jira datacenter JIRASUPPORT jql jQuery js JVM kanban know knowtech last limit link linked links linux list listener litecoin log look macro mail manual market marketplace mastering metamask more mr mraddon my mysql navigator new News next nice no not of old on one open option page panel pelaez performance permission phonegap play plugin plugins post postfunction print printer problem product project projects publish query raul real release remove report required rest runner script scripted scriptrunner scripts scrum search see send server service Services set show simple smart smart-contract software solidity solution source spain speed start status statuses store support system task team teams template templates tempo test the ticket tickets time timesheets tip to token tomcat tool tools top track training transaction transition trend trending trick tricks tutorial two type updates upgrade url useful user using value values version video view viewer way web web3 where wip with without workflow world WS xml

Our recommended Jira books & video-trainings:

Our recommended books:

Music

Discover the new MrAddon Brand Music

MrAddon Brand Music

https://jirasupport.files.wordpress.com/2018/03/mraddon.mp3

Kanban Combined WIP for Jira

Kanban Combined WIP for JIRA

Kanban Combined WIP for JIRA

https://www.youtube.com/watch?v=fD92xlrPFwE

Great links and Webs

GREAT LINKS & WEBS

  • ADAPTAVIST (Creators of SCRIPTRUNNER plugin)
  • ANKONAN (Our Blockchain-world brand)
  • ARTIGIANO DEL SOFTWARE (Best plugin reviews!)
  • ATLASSIAN USER GROUP BARCELONA
  • COMALATECH (Best Workflows)
  • DEISER (creators of PROFIELDS plugin)
  • EAZYBI (Best reporting tool for JIRA)
  • KNOWTECH (Training Center Barcelona)
  • MEDITERRANEAN CONSULTING
  • META-INF Jira Experts
  • MORESIMP (creators of JEXCEL plugin)
  • MRADDON Jira Experts
  • STRATEGY FOR JIRA

Video

New Status Colors PRO for JIRA

Video

https://www.youtube.com/watch?v=dpSEWMKGq9U

Contact details

Contact

Raul Pelaez Mendoza
Near UPC Campus Besós BarcelonaTech - Forum Diagonal Mar.
Barcelona - 08019 (Spain)
raulpelaez@mraddon.com

www.MrAddon.com

Fabio Genovese
Via Carlo Luigi Farini, 4
San Giovanni in P.
Bologna - 40017 (Italy)
artigianodelsoftware@gmail.com

www.ArtigianodelSoftware.it

Video

Issue Card Printer for JIRA

Video

https://www.youtube.com/watch?v=JVy6bM4Ru8E

Contact details



MrAddon®
IT Services - Atlassian Experts
Blockchain & Ethereum Smart-Contracts
Barcelona (Spain) - Bologna (Italy)


Artigiano del Software

Blog at WordPress.com.
scroll to top
Cancel