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 postfunction

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
PostFunctions UncategorizedFebruary 17, 2016

How to connect to LDAP with Groovy in JIRA

The best way is using @Grab to download in Runtime the LDAP library from Apache.org servers. More info about the class

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