Created Jul 13, 2022, Last active Sep 19, 2025
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 ...
....AbstractService; import java.util.Map; public class ImportFromFileJob extends AbstractService { private ActiveObjects activeObjects; @Override public void run() { try { O...
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...
...reating test cases for other methods. Below is sample code: @BeforeSuite <-- want result of this in testng-results.xls, but don't want new test case to be created in JIRA--!> public void s...
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...
Hi all, I'm using a scripted post function to clone an issue on transition. I'd like to assign the new issue to the current sprint - how do I do this? Thanks in advance!
I just want to make sure Adaptavist is aware, see if anyone else encountered the same problem, and share my workaround. I've been playing around with JIRA Software Server 7.6.4 (...
Has anyone successfully implemented the Addteq Unstoppable add-ons for JIRA and Confluence? If so how much customization was needed to get them to work?
Hi, I want to copy FixVersion/s field to custom field Fix Version (Single version picker). I assisted by this post and rewrite the script mentioned in here: https://community.atlassian.c...
Adaptavist ScriptRunner for JIRA Cloud is great and we have been using it extensively in our organization. It is howrever, not very clean that all emails sent with the tool come from a long/bizarre ...
We have a 30 day evaluation licence for Service Desk in our dev environment that is also running 7.8.1 JIRA Software (Server). Our JIRA Software has a current dev license, but we are running in...
Hello, I am currently evaluating the plugin named "Structure for Jira" and am curious to hear how others use it, especially those working in the videogame industry. I understand that St...
Hi Guys, today is the first-time that I'm attempting to use scriptrunner. Being someone thats never coded before, its proving to be an interesting challenge. The user requirement should be easy, 1...
Hi, I update a custom field with scriptrunner (custom listener) which impact Time to resolution(SLA) and after it update must recalculate time. But id doesn't work. I try to dispatch issue updated e...
Hi all, I'm trying to set default comment visibility with ScriptRunner Behaviors. SRJIRA-2545 says that it's possible with the following script: def formField = getFieldById("commentLevel") f...
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