Created Jul 13, 2022, Last active today
I'm developing 4 scripted fields. 2 of them are in the default screen of the task issue type, and 2 of them in the default screen of the sub-task issue type. At CREATE ISSUE as well as CREATE SUB-TA...
...ubtask.getCustomFieldValue(customField) == 'Yes') { val = true } if(subtask.getCustomFieldValue(c...
Description Hi, I would like to change the date format in the 'email content' of the SLA notifier. I currently have the below code but it appears as '2018-09-22 13:55:00.0'. Can it be set to norma...
Currently Script runner Cloud has a search console that doesn't integrate with Jira JQL Issue Individual search queries cannot be linked to, have boards created from them, bulk edited, and a n...
Hi! I am using the Adaptavist Project Configurator and there is one thing I haven't been able to do, and it is to export a Service Desk application. All other jira projects have worked without a...
...MNote.setHidden(true) //Get the project role and group data def projectManager = ComponentAccessor.getProjectManager() def projectId = issue.getProjectId() def project = projectManager.getProjectObj(p...
Hello All. I'm Parthi. Part of the i0in team here in Milton Keynes, United Kingdom. We have been hard at work to create and launch an app that we hope allows users who love and use Jira every day t...
Hi Community. I'm new to groovy and I just want to seek help here. How can I set approver/s based on the requestor's group upon creation using post function scriptrunner For example , Requestor 1 be...
Please explain the use of timehseet
Is it possible to broadcast a question to a Slack channel when it is asked? Thanks in advance, Jay
I have a Task that has a series of subtasks that I am using as a template to setup recurring tasks through the ScriptRunner Escalation Services. The script does the following things: Clone the tem...
In IE10 version, it is confirmed that the Add Event button does not work when using team calendar. Note that Chrome works normally. Is this a IE bug or can it be controlled by some configuratio...
...onfiguration is so much easier than scripting, and that's absolutely true. The issue with UI based configuration is that it limits you in your options to configure the synchronisation behaviour y...
I am using the Scriptrunner listener capability of Jira cloud version to update a field called 'Urgency' based on the value of the field 'Severity'. This is for a servicedesk project. I checked the ...
This week at the Atlassian Summit, Atlassian announced its recent acquisition of OpsGenie, the self described "modern incident management platform", a software that helps alert engineers and develope...
We are looking to implement the following using Adaptavist ScriptRunner and wondering if anyone has done the same, with the Cloud version of JIRA. There are 2 parts to this. 1. From a mas...
We are looking to implement the following using Adaptavist ScriptRunner and wondering if anyone has done the same, with the Cloud version of JIRA. There are 2 parts to this. 1. From a master projec...
So I am customizing fields under request types. But the Group field does not provide the Show action. Is there a way of me customizing that to Show with scriptrunner? My ideal s...
We created Simple script validator for Affected Version(s) field in Jira. Validator show error if user pick "Backlog" value for Affected Version on create issue screen. Steps to reproduce: On work...
...bsp; The following code makes the Project and Issue Type appear to be readonly: getFieldById("project-field").setReadOnly(true) getFieldById("issuetype-field").setReadOnly(true) However, the v...
Hi, I want to store the value of "Target start" in another custom field. Each time the value of Target start changes, it is stored as an array. How to achieve this using script runner? Tha...
I have a custom field, Credits used, at the issue level. I want to sum this at the project level, and using ScriptRunner's aggregateExpression function I think I can do something like this: &n...
Here is what I am trying to do. I have created a space page in confluence and using Livesearch to find relative words within the pages within the space. I have also created a Global Page Templa...
Hi , I am looking if there is any plugin or solution to below problem 1) Create a custom field with expandable text search and drop down . 2) Populate the above custom fi...
How to create a issue (sub task)when Epic is create (Scriptrunner)? We've Scriptrunner installed and we don't want to have changes to Workflow.
App Central is your space to connect, share, and learn about Marketplace, third-party, and custom apps. Whether you build or use them, this is where the discussion happens. Marketplace Partners: be sure to check our Atlassian Partners - Rules of Engagement and Partner Processes and Best Practices before posting.
Copied to clipboard