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
    • 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 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
JIRA Plugins / Add-on JIRA tricks News Scripted Custom FieldsFebruary 14, 2020February 14, 2020

How to get a list of Statuses of Jira with Groovy

A simple script to obtain a list of the names of the statuses of your Jira By MrAddon

Read More
Behaviours Integrations Integrity solutions JIRA Plugins / Add-on News Script Fragments & RESTFebruary 5, 2020February 5, 2020

Predictable dropdown fields in Jira with Scriptrunner

This 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 More

Page navigation

  • 1
  • 2
  • 3
  • …
  • 16
  • Next

CoinMarketRank.io

CoinMarketRank.io

Patreon

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


Kanban Gantt for JIRA (jGantt)

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

Social Links

Support


Request MrAddon Support!

ElConsejoSimpatico

Top Posts

TOP POSTS & PAGES

Categories

  • Behaviours 7
  • Books 8
  • Bugs 6
  • Cluster 4
  • Confluence tricks 40
  • Crowd 2
  • Database Custom Fields 6
  • Do Real Lean Kanban with JIRA 8
  • eazyBI 23
  • Ethereum Dev 41
  • freshdesk 3
  • Google Sheets 2
  • Index solutions 3
  • Install 10
  • Integrations 25
  • Integrity solutions 12
  • IOTA & Raiblocks Dev 7
  • JIRA Plugins / Add-on 141
  • Jira Service Desk 4
  • JIRA tricks 135
  • JOBS 3
  • JQL 15
  • JQL Custom Functions 13
  • jQuery 2
  • JVM 3
  • LDAP 3
  • Listeners 18
  • Loggin 1
  • Monitoring 3
  • Neo & Qtum Dev 2
  • News 335
  • Other 21
  • Other Blockchains 26
  • Performance Tricks 16
  • phonegap 6
  • PHP & JIRA REST API 12
  • PHP – JIRA REST API 11
  • PostFunctions 19
  • Script Fragments & REST 27
  • Scripted Custom Fields 25
  • 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

  • JQL Trick: How to search for labels with a wildcard expression in Jira Server
  • JQL Reference manual (How to Perform an Advanced Search)
  • Example of script field to see the Keys of the linked issues
  • Example of Dialogs with Jira and Scriptrunner
  • How to get the Token balance, amount of Ether and transactions info of an Ethereum account using Web3
  • JIRA JQL trick: Filter issues based on transition state execution date in JIRA
  • BigPicture and NewStatusColorsPRO for Project Management in JIRA
  • How to hide options of a customfield depending on the IssueType
  • How to create a Jira custom field with options from an external REST API
  • Database custom fields in Jira with Scriptrunner

  • 505,839 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 tip to trend trick tutorial

Tags

5 6 6.3 7 7.2 8 11 101 2016 2017 2018 2019 2020 a adaptavist add add-on addon addons admin administration administrator advanced agile all amazing and android ankonan apache API app apps artigiano atlassian AUG awesome barcelona best better between bitcoin block blockchain board book bug business button by calculate calculated call card cards chain change chrome class classic clone cloud code coin color colors columns combined comment como company compatible configuration configure confluence connect contract contracts cool copy course create crowd crypto css csv curso custom customfield dapp dashboard data database datacenter date days de deiser del description desk dev development do documentation download easy eazybi error ether ethereum Ethereum Dev event example examples excel export fast faster feature features field fields file filter first fix for free from function gadget gantt get github google groovy group guide hello hide hours how html import in info install integration ipfs is issue issues it java javascript jira jql js JVM kanban knowtech last limit link linked links linux list listener litecoin log macro mail management manual marketplace mastering merge metamask method more mraddon mysql new News next no not of old on one open option options page panel pelaez performance permission phonegap php 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 send server service Services set show simple smart smart-contract software solidity solution source spain sql start status statuses store subtask support system task team teams template templates tempo test the ticket tickets time timesheets tip to token tomcat tool tools track training transition trend trending trick tricks tutorial type upgrade use useful user using value values version video view way web web3 where wip with without work workflow world WS 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

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
  • SEVIDEV (IT Development services)
  • 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

SEVIDEV
Calle Leonardo da Vinci, 18
Sevilla - 41092 (Spain)
contact@sevidev.com

www.SeviDev.com

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) - Sevilla (Spain) - Bologna (Italy)


Artigiano del Software



SeviDev

Blog at WordPress.com.
Cancel

 
Loading Comments...
Comment
    ×