Description Templates by Project and IssueType with no Jira Cloud Admin intervention!

Since October 2022 you can configure Description Templates by Project and IssueType with no Jira Admin intervention! Download from Atlassian Marketplace —> https://marketplace.atlassian.com/apps/1218223/description-templates-for-jira-cloud?hosting=cloud&tab=overview Usage: Description Templates by Project and IssueType Since October 2022, we have released a new powerful feature! Templates by Project with no Jira Admin intervention!! Just create a ticket in your project…

Read More

Set Due Date (or Date-Time customfield) in Jira Cloud using Postfunction of Scriptrunner (Part II: Working days)

This post is the continuation of: Set Due Date in Jira Cloud using Postfunction of Scriptrunner To evolve the script, to put for example Working days instead of natural days, when setting a due date can be somewhat difficult using Scriptrunner for Jira Cloud, the reason is that we cannot use “while” loops, we must optimize…

Read More

How to create a Jira custom field with options from an external REST API

To do this exercise, we will use the famous plugin for Jira called Adaptavist Scriptrunner. First step, we need to create a REST Endpoint in our Jira Server. This REST Endpoint will query the external REST API to obtain the values and options (In this example we will query GitHub to obtain a list of…

Read More

How to create a Jira Server script field to show in all parent ticket the SUM of some customfield of all subtasks

In this exercise we want to create a new custom field of type Scriptfield of Scriptrunner Jira plugin. This script field will sum all the values of some customfield of its subtasks. Just go to Add-ons –> Scriptrunner –> Script Fields and create a new Script field like this (Total…): Now place a script like…

Read More