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 postfunction

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
Bugs NewsDecember 20, 2018December 20, 2018

Atlassian… is time to fix this well-known issue/bug of Jira

This issue/bug of Jira is very old and very well-known but for some strange reason Atlassian never solve it. Very ugly for all Jira administrators… How to reproduce it Create or edit a Workflow Create a recursive transition After this, try to click on “Postfunctions” of the recursive transition… Skull & bones… Please, it’s time…

Read More
JIRA Plugins / Add-on JIRA tricks News PostFunctionsNovember 12, 2018

How to parse dates and links from the Jira description field using Groovy

Imagine, you have a Jira project where your users create tickets with a “fixed” structured text in the description field. And we want to parse the fields and place it the values in real custom fields (for example, we want to do or execute this in a Workflow transition). Example of description field with structured…

Read More
News PostFunctionsJuly 2, 2018

Recurring Tasks in Jira using a Groovy PostFunction

This “Groovy” trick for Jira allows us to create Jira issues automatically and repeatedly on demand! For the example, we will edit a Workflow and we will add a new Transition of type Recursive ( from All to Itself). And we name the Transition as “Clone issue and Linked Issues“. (NOTE: Remember after this to…

Read More
News PostFunctionsFebruary 11, 2018February 11, 2018

Jira Groovy PostFunction to send a mail with the description content of the issue in HTML

Very useful Jira Groovy Postfunction to send a fixed mail with the description content of the issue using HTML. Very nice and pretty mails =) See attached code: By MrAddon

Read More
News PHP & JIRA REST API PHP - JIRA REST API Script Fragments & REST Scripted Custom FieldsFebruary 4, 2018February 4, 2018

Jira Groovy example script to get Tempo Teams Worklogs using REST API

This post is the continuation of: Jira Groovy Postfunction example to set Tempo Team and Tempo Account fields. Here another groovy script example to get the Worklogs of the Tempo Teams using the Tempo Timesheets REST API and Adaptavist Scriptrunner.

Read More
News PHP & JIRA REST API PHP - JIRA REST API PostFunctions Script Fragments & RESTFebruary 4, 2018February 4, 2018

Jira Groovy Postfunction example to set Tempo Team and Tempo Account fields.

It’s difficult to work with Groovy and Tempo fields, because we need to use always the REST interface to work with them (Tempo Team customfield and Tempo Account customfield). Here we can see an example of how to set these customfields using scripting in a PostFunction created in groovy (with the plugin Adaptavist Scriptrunner). In the…

Read More
News PostFunctionsFebruary 2, 2018February 2, 2018

JIRA Groovy Script to Transition issues from a JQL query using the Transition name and not the Transition ID

Sometimes we need to transition issues from one status to other, but these issues can be from different projects and can be from different Workflows. In this case, probably the Transition IDs will be different. For this reason we need to develop a “discover transition” function. See below an example of how we can start…

Read More
JIRA Plugins / Add-on PostFunctionsSeptember 30, 2017

How to transition linked issues in JIRA with Groovy (Scriptrunner)

Fantastic post of Fabio Genovese with a magic demonstration of the power of Jira with Scriptrunner. —> SEE THE FANTASTIC POST <— 

Read More
PostFunctions UncategorizedMay 20, 2017May 20, 2017

New Groovy PostFunction Transition Linked Issue in STATUS X

This is the example code for a PostFunction to transition a linked Issue in status X to another status of the workflow. Very easy with Adaptavist Scriptrunner. See this code.

Read More
PostFunctions UncategorizedMay 13, 2017May 13, 2017

New Groovy PostFunction: Add fixed watcher on create issue transition

Here the sample code to add a fixed watcher on the create issue transition of a Workflow. Very easy and useful script! This is a script PostFunction of the Adaptavist Groovy ScriptRunner Atlassian JIRA Plugin. You can add, for example, a user linked to an email of a distribution list.

Read More
JIRA tricks Listeners PostFunctions Scripted Custom Fields Services UncategorizedDecember 27, 2016December 27, 2016

Migrating Groovy scripts from JIRA 6 to JIRA 7

Some examples of the “resyntax” conversion in Groovy with explicit option. See the entire API changes list here JIRA 6 JIRA 7 JIRA 6 JIRA 7 JIRA 6 JIRA 7 JIRA 6 JIRA 7 JIRA 6 JIRA 7 JIRA 6 JIRA 7 JIRA 6 JIRA 7 JIRA 6 JIRA 7 JIRA 6 JIRA 7 JIRA…

Read More

Page navigation

  • 1
  • 2
  • 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)
  • Some JIRA Groovy Date & Calendar script tricks
  • How to get the Token balance, amount of Ether and transactions info of an Ethereum account using Web3
  • Catalina.out Big Size - How to manage
  • BigPicture and NewStatusColorsPRO for Project Management in JIRA
  • How to Export/Import Space in Confluence
  • How to hide options of a customfield depending on the IssueType
  • Example of Dialogs with Jira and Scriptrunner
  • How to set the Market price and logo of your Ethereum token in Etherscan Explorer

  • 506,585 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
    ×