Created Jul 13, 2022, Last active Dec 19, 2025
HI i have 2 fields. one is filled in the creation from. but the other, need to filled by a condition. the due date need to have a working/business day. (not saturday and no...
I have code that sets the default value for resolution and works fine in the the first option becomes the default. Is there a way to have the default option = "Please Select" then the defined ...
Hi, We have written a Script Plugin based on this guide by Adaptivist Script Runner. The plugin is basically to enforce some pull request checks e.g. branch name with valid jira ticket id, ...
We have a requirement when offboarding staff to create a number of linked issues via a transition post function. We are having issues with a boolean conditional execution which needs to prevent...
Hi - I want to use the scriptrunner plugin to return a match when a custom field (Related JIRA Issues) CONTAINS - so matches, the issueKey. We have this field synced so that it returns on pa...
Hi.] I want to create a condition script to validate if a cascading field are filled. Following my simple code. if is true a linked issue will be created using scriptrunner &n...
Hi, I would like to change get the last transition date, how do I change this script runner script to do this? Many Thanks Kevin package com.onresolve.jira.groovy.test.scriptfields.script...
I have a scripted field to return the last comment from issue: import com.atlassian.jira.component.ComponentAccessor def commentManager = ComponentAccessor.getCommentManager() def comments...
Hi, I created a Behaviours script to show/hide one of seven custom fields (B1-B7) depending on the selected value of another custom field (A). The behavior is defined on field A, with no initialize...
Hi, I'm new to Jira Plugin Development and wondered if there is any widely adopted way of how to develop js-based frontend pages including customized diagram drawing for plugins. Can we just go ahea...
Hi Innovalog, Our JMWE version in Jira "Server" is 4.0.7 and we're planning to upgrade this to the latest version, "5.2.1" If we upgrade our JMWE to the latest version, are we going ...
Hi. I'm writing a Scriptrunner script to manage Bamboo build plans upon Jira issue status change. For that I need to get an assigned to the issue branch. I do it that way: import com.atlassian.jira...
How to change the format of my Date Picker Custom field in my Email post-function please ? I am using this in the Email template : <% out << issue.getCustomFieldValue(com.a...
Hello I'd like to restrict Script Fragment and REST Endpoint for users in specific project role. I detected strange behavior with ApplicationUser returned by "ComponentAccessor.getJiraAuthenticat...
I would like to pull a list of all project roles where the "staff" group is located and add the "Employees" group into the role as well. Where do I even start? I'm hoping for a groovy solution to ru...
Does anyone know how to retrieve the value of a custom field (String) in a custom script post function before the issue is actually created? I am trying to add request participants based on the valu...
Hi, I have a script with which i hide some options from select list, and i wont to do same with cascading select list. I try to do it with this script but it does not works import com.atl...
I'm using this script to set due date for post function (in JIRA workflow) after a ticket is created:- issue.setDueDate(new Timestamp((issue.dueDate + 14).time)) // set due date But now, in...
Hi Folks, This post function seems to be inconsistent for me with the value printed being either pre-screen or post-screen. Any ideas on what could be happening and how i could fix?...
Atlas Camp is our developer event which will take place in Barcelona, Spain from the 6th -7th of September. This is a great opportunity to meet other developers and get new ...
Hello, i am trying to register a service which has a paramter field just like script runner does: I have defined a field in the properties xml file but the field does not appear.  ...
Hello I need help!! Getting crazy with this: We have JIRA Server and ScriptRunner, and we are using JIRA Portfolio. I want to enforce that the Team field (customField) becomes mandatory whenever a...
Hi, Environment: JIRA +Xray Automation code: Java + TestNG In the automation code I have a class with multiple methods with different TestNG annotations. i.e. @test, @AfterSuite,@BeforeSuite....
Hello, I am looking to solve two requirements: 1) Only allow users to ask questions 'outside particular space' (disable option to assign the question to specific space). 2) Manage who can ...
Hi. I've created a REST endpoint using script runner to view all filters owned by a certain JIRA user. The REST call returns the filter id and the JQL string in a json format. When the JQL s...
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