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
    • SERVICES
    • PARTNERS
  • DOCS
    • LEGAL
      • MRADDON® PLUGINS EULA
      • MRADDON® PRIVACY POLICY
      • MRADDON® SLA STATEMENT
      • MRADDON® CODE OF ETHICS
    • TRAININGS
      • eazyBI
      • Jira Admin
      • Mastering Jira
      • Groovy for Jira
      • Blockchain
      • PhoneGap
    • PLUGINS
      • Jira Server
        • Kanban Combined WIP
        • Issue Card Printer
        • New Status Colors
        • New Status Colors PRO
        • Support Admin Tools
        • BlockChain Viewer
        • Description Templates
        • Enlarge Your Excel Export
        • Standalone Project Template
      • Jira Cloud
        • Kanban Combined WIP
        • New Status Colors PRO
        • Support Admin Tools
        • Issue Card Printer
        • Description Templates
      • Confluence Server
        • New Status Colors
  • FORUM
    • Jira Server
      • Kanban Combined WIP
      • Issue Card Printer
      • New Status Colors
      • New Status Colors PRO
      • Support Admin Tools
      • BlockChain Viewer
      • Enlarge Your Excel Export
      • Description Templates
      • Standalone Project Template
    • Jira Cloud
      • Kanban Combined WIP
      • Issue Card Printer
      • New Status Colors PRO
      • Support Admin Tools
      • Description Templates
  • EXAMPLES
    • GITHUB
    • Ethereum
      • Smart-Contracts
    • eazyBI
      • Reports
    • Jira Groovy
      • PostFunctions
      • Listeners
      • Fragments & REST
      • Scripted Fields
      • Services
      • JQL Custom
    • Jira JQL Standard
    • Jira tricks
    • Confluence tricks
    • Atlassian Crowd and SSO
  • TRAININGS
    • Content
      • Jira
      • eazyBI
    • List of Courses
      • Jira
      • eazyBI
      • Blockchain
  • SUPPORT
Press Enter / Return to begin your search.

All articles filed in to

JIRA Plugins / Add-on Jira Service Desk JIRA tricksApril 26, 2021

New calendar Jira dashboard gadget with color by status

We are very happy to publicly announce the new version of the New Status Colors PRO for Jira Server & Datacenter v.4.1.1 plugin that includes a wonderful improvement: A calendar-type dashboard gadget like Atlassian’s, but its colors depend on the statuses of the issues. left picture: New Status Colors Calendar gadget , right picture: Atlassian…

Read More
JIRA Plugins / Add-on ListenersApril 25, 2021

How to sync Components between Jira projects

This is an example os Script Listener using the plugin Adaptavist Scriptrunner. In this example we will try to sync components between Jira projects. This example of sync is only one direction, in other words, there is a “master” Project where we add new Components, and those Components are added at same time to the…

Read More
JIRA tricks Script Fragments & RESTMarch 29, 2021March 29, 2021

“Review” issues from “filter results” Jira Dashboard gadget

Sometimes we need to transition issues (or “review” issues) from our usual Dashboard Jira gadget “filter results” with only one click. For this “trick” we need the plugin Scriptrunner for Jira. First create a custom REST Endpoint with Scriptrunner to Transition the issues (and do more actions if they needed). Example code: Note: the name…

Read More
JIRA tricksFebruary 21, 2021

Is it possible to delete History records of a Jira issue like the deletion of comments?

Yes, it’s possible if you have Scriptrunner, just copy this code in the script console and replace “ABC-1234” inside the code by the Issue Key. IMPORTANT NOTE: This script will delete all the history of the Jira ticket permanently (very useful if some users reach the security limits of your Jira using dangeorous data inside…

Read More
PHP - JIRA REST API Script Fragments & RESTOctober 6, 2020October 6, 2020

Example of Jira REST Endpoint with Groovy and using the user session

A simple example code: function getCurrentUser(issueId) Example query: /rest/scriptrunner/latest/custom/getCurrentUser?issueId=KEY-111 Example result: {“currentUser”:”rpelaez”,”issueId”:”KEY-111″} By MrAddon .

Read More
JIRA Plugins / Add-on JIRA tricks News Script Fragments & REST ServicesAugust 31, 2020

How to create scheduled alerts from Jira to Slack channels

In this exercise, we will use a sample code of Adaptavist library in order to create a new “Escalation Service” in Jira (using the plugin Scriptrunner for Jira) to create scheduled alerts from a Jira JQL query to a Slack channel (using a Webhook). (click here to see the sample code) As first step, go…

Read More
News SlackJune 12, 2020June 12, 2020

How to create a Slack Bot in 5 minutes

In this post we will create in an easy way a new Slack Bot to obtain results of the rankings from Crypto-coin markets. In this case from https://coinmarketrank.io/ Just go to https://api.slack.com/apps?new_app=1 Set an App name and a Workplace to add the robot development like in the picture Click on “Slack Commands” (we will create…

Read More
News Script Fragments & RESTApril 2, 2020April 2, 2020

JIRA Scriptrunner REST Endpoint to Clone project

First of all, please remember How to create and invoke a new REST Endpoint in Jira: JIRA Scriptrunner REST Endpoint & Web Fragment example In this exercise we will create a REST Endpoint in our Jira using Scriptrunner plugin to clone an existing project. The REST endpoint in this case accept two params: project_key and…

Read More
JIRA Plugins / Add-on NewsApril 1, 2020May 10, 2020

Atlassian Cloud Apps with Forge UI

Below the documentation to do developments with Forge UI for Atlassian Cloud Jira or Confluence: https://developer.atlassian.com/platform/forge/ Here some screenshots of the Atlassian Summit 2020 presentation of Forge UI, in the presentation the Atlassian Engineers create a “New Macro” for Confluence in Forge UI. Seems easy because is Javascript and HTML/XML! With few lines of code we…

Read More
eazyBI NewsMarch 29, 2020March 29, 2020

New eazyBI 5.3 feature: Drill into a single measure by another dimension level

This new amazing feature is available for eazyBI for Jira Server and Jira Cloud. Here the official documentation Drill into measure (column) by another dimension level (example: Time) To cross join only one particular measure with a particular dimension level, you may use option Drill into: click on the measure, select Drill into and the dimension…

Read More
Integrity solutions News Performance TricksMarch 29, 2020March 29, 2020

Let’s Encrypt ACMEv2 protocol upgrade

You should upgrade to an ACMEv2 compatible client before June 1, 2020, or certificate issuance will fail. sudo apt update sudo apt install –only-upgrade certbot Check the version: certbot –version If issues/problems, try this: sudo add-apt-repository ppa:certbot/certbot Test it running this: sudo certbot renew –dry-run By MrAddon

Read More
JIRA Plugins / Add-on NewsFebruary 16, 2020

New modified Jira Calendar Gadget plugin to show color by Status Category

Compatible with Jira 7.x and Jira 8.x Download from Github (Source code and installable JAR) By MrAddon

Read More

Page navigation

  • Prev
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 18
  • Next

Social Links

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

Plugins

TRY OUR JIRA ADDONS FOR FREE 

 


Kanban Combined WIP
for JIRA & Cloud


QR Issue Card Printer
for JIRA & Cloud


New Status Colors PRO
for JIRA & Cloud


Support Admin Tools
for JIRA & Cloud


Standalone Project Templates for JIRA


Description & Comment Templates
for JIRA & Cloud


Kanban Gantt for JIRA (jGantt)

Support


Request MrAddon Support!

ElConsejoSimpatico

CoinMarketRank.io

CoinMarketRank.io

Top Posts

TOP POSTS & PAGES

Categories

  • AI 1
  • Behaviours 7
  • Books 9
  • Bugs 6
  • Cluster 4
  • Confluence tricks 44
  • Crowd 2
  • Database Custom Fields 6
  • Do Real Lean Kanban with JIRA 13
  • eazyBI 25
  • Ethereum Dev 43
  • freshdesk 3
  • Games 10
  • Google Sheets 2
  • Index solutions 3
  • Install 10
  • Integrations 25
  • Integrity solutions 12
  • IOTA & Raiblocks Dev 7
  • JIRA Plugins / Add-on 170
  • Jira Service Desk 5
  • JIRA tricks 149
  • JOBS 4
  • JQL 15
  • JQL Custom Functions 13
  • jQuery 2
  • JVM 3
  • LDAP 3
  • Listeners 19
  • Loggin 1
  • Monitoring 3
  • Neo & Qtum Dev 2
  • News 357
  • Other 22
  • Other Blockchains 26
  • Performance Tricks 16
  • phonegap 6
  • PHP & JIRA REST API 13
  • PHP – JIRA REST API 12
  • PostFunctions 19
  • Script Fragments & REST 29
  • Scripted Custom Fields 26
  • Services 18
  • Slack 1
  • SSO 1
  • Switch identity 1
  • Test Environments 3
  • Tomcat Tricks 5
  • Trainings 13
  • Uncategorized 150
  • WebHooks 1
  • wordpress 2

Jira Categories

JIRA & CONFLUENCE ARTIFACTS

  • No more information leaks in Confluence!
  • How to Install CONFLUENCE in CLUSTER
  • JIRA JQL trick: Filter issues based on transition state execution date in JIRA
  • MrAddon® PRIVACY POLICY
  • How to create a Custom URL field with title in JIRA
  • JQL Trick: How to search for labels with a wildcard expression in Jira Server
  • Some JIRA Groovy Date & Calendar script tricks
  • How to change the UI styling of JIRA
  • How to create a Slack Bot in 5 minutes
  • Un libro esencial para introducirse de lleno en el mundo Jira incluso para certificarse "Jira 8 Essentials"

  • 703,091 Visits

Tags

6 7 add-on addon atlassian barcelona best cloud confluence custom ethereum example field free groovy how in issue javascript jira kanban mraddon new plugin script scriptrunner server software status to trend trick tutorial

Tags

5 6 6.3 6.4 7 7.2 8 11 101 2016 2017 2018 2019 2020 2022 a adaptavist add add-on addon addons admin administration administrator advanced agile all amazing and android apache API app apps artigiano atlassian AUG awesome barcelona best better between bitcoin block blockchain board book bug business button buy by calculate calculated call card cards chain change chrome class classic clone cloud code coin color colors columns combined comment comments como company compatible configure confluence connect contract contracts cool copy course create crowd crypto css csv curso custom customfield dapp dashboard database datacenter date days de deiser del description desk dev development do download due easy eazybi endpoint error ether ethereum Ethereum Dev event evento example examples excel export fast faster feature features field fields file filter first fix for free from function gadget game get github google groovy group guide hello hide hours how html image import in info install integration is issue issues issuetype it java javascript jira jql js kanban know knowtech last limit link linked links linux list listener litecoin log macro management manual marketplace merge metamask more mraddon my mysql new News no not of old on one online open option options page panel pelaez performance permission phonegap play plugin plugins portfolio post postfunction print printer pro problem project projects publish query raul read real release remove report rest runner sample script scriptrunner scripts scrum search see server service Services set show simple smart smart-contract software solidity solution source spain sql start status statuses store subtask support system task tasks team teams template templates tempo test the ticket tickets time timesheets tip to token tomcat tool tools top track training transition trend trending trick tricks tutorial type upgrade use useful user users using value values version video view way web web3 wip with work workflow world xml

Our recommended Jira books & video-trainings:

Our recommended books:

Music

MrAddon music by unTIL BEN

MrAddon music by unTIL BEN

https://jirasupport.files.wordpress.com/2020/10/mraddon-until-ben.mp3

Kanban Combined WIP for Jira

Kanban Combined WIP for Jira Cloud

Kanban Combined WIP for JIRA

https://youtu.be/1IqjVZONVQo

Great links and Webs

GREAT LINKS & WEBS

  • ADAPTAVIST (Creators of SCRIPTRUNNER plugin)
  • ARTIGIANO DEL SOFTWARE (Bests plugin reviews!)
  • ATLASSIAN USER GROUP BARCELONA
  • EAZYBI (Best reporting tool for JIRA)
  • MRADDON.COM
  • SEVIDEV (IT Development services)

Video

New Status Colors PRO for Jira Cloud

Video

https://youtu.be/LZhEMMo3u4M

Contact details

Contact

TecnoFor

Plaza de la Independencia, 8
28001 - Madrid (Spain)

Carrer Barcelona, 30
08397 - Pineda de Mar
Barcelona (Spain)

solutions@tecnofor.es

TecnoFor.es

Video

Description Templates for Jira Cloud

Video

https://youtu.be/jTAjV9OyPL8

Contact details




MrAddon®
IT Services - Atlassian Experts
Blockchain & Ethereum Smart-Contracts
Blog at WordPress.com.
  • Follow Following
    • www.MrAddon.com ®: Jira & Confluence Administration Support Blog & Ethereum Dev Blog - [www.MrAddon.blog] ®
    • Join 184 other followers
    • Already have a WordPress.com account? Log in now.
    • www.MrAddon.com ®: Jira & Confluence Administration Support Blog & Ethereum Dev Blog - [www.MrAddon.blog] ®
    • Customize
    • Follow Following
    • Sign up
    • Log in
    • Report this content
    • View site in Reader
    • Manage subscriptions
    • Collapse this bar
 

Loading Comments...