Created Jul 13, 2022, Last active Apr 24, 2026
Software testing today is more than just tracking bugs and issues – it’s about identifying issues faster and on time. The introduction of agile methodology in software development and its growing pop...
Hello everyone, I am building an inventory management system in JIRA. To automate a few processes and to avoid manual errors we use barcodes. Now, we need an option to generate a barcode bas...
I have a voicenet.com email account. I have just been locked out and cannot login. The voicenet.com domain was transferred to host and store several years ago without problems. My password no longer...
Running ScriptRunner (version 5.4.1) on JIRA version 7.6.4. I attempt to run the built in script "Script Registry" but it seems to hang and never complete. The server act...
I have tried many of the examples for updating fields, but none of them seem to work. I want to update any field based on another selected, in the portal form front end. Is this possible ?...
The Problem While using Chrome or Chromium based browsers we have encountered the following problem: 1. Add-ons -> Behaviours -> Add Behavior fails with an error message of: Error There w...
I'm looking for an JQL query which can provide all the open parent issues where all the child issues are in Done status. The request is somewhat similar to the one mentioned here --> https://comm...
Hello, I'm still beginner with script runner and I would like to find a way to compare the time between 2 date. I want to compare the time between my creation date and due date. My goal is to do sta...
Hi, I have 2 custom fields: 1. scripted field that calculates some integer value. 2. Radio button with 5 options. I want to add a behavior to the scripted field that will cau...
Hi, I need a bit of help on a behavior. What i want to do: to create users, i need to set a certain set of groups to the user. I have some CFs : - Available groups (...
*** JIRA Version 7+ *** I am trying to determine how to use Scriptrunner to set the assignee during a transition, using a post function, where several separate custom fields impact who the assi...
I am trying to use the below script to pull the value from one field and apply it to a single Group picker. I have seen this script in another discussion and it worked for them, but I am not sure why...
I've got image data in base64 strings and want to set user avatars to that image. e.g. data:image/jpg;base64,/9j/4AA... ...KR//9k= My current code runs without error and appears to work, ...
As many employees and managers know, IT service desk workflows can be notoriously cumbersome, with emails getting stuck in inboxes, IT teams over flooded with requests, etc. While systems of records ...
Hi Pls assist in evaluating the script: My requirement is , I am trying to set a select list value in Jira, getting multiple compilation errors: import com.atlassian.jira.component.Co...
Hey guys need a help..I am converting a Task to a story i.e issuetype = Task to issuetype =Story. When converted the Story should have the status as Open rather than getting the status of the Task. I...
I would like to list all users who are watching all questions, how can I do that? With "watching all questions" I mean users who pushed the Watch all button on the Questions tab.
Hi, I have just installed the cloud plugin for script runner and trying my first script. I have the following code and error: import com.atlassian.jira.component.ComponentAccessor ...
...bsp; fieldToRequire.setRequired(true) //require field } else { fieldToRequire.setRequired(false) //do not require }
Hello Atlassian Community! Each month, we run a series of Spotlights to highlight Marketplace vendors and apps that our team thinks this Community would find valuable. Last month's Spotlight o...
Dear Jira Admins, Rate your level of pain caused by data and workflow inconsistencies that are silently spreading like a virus, infecting your applications, work items, and ultimately inhibiti...
The following section of the documentation refers to sending an email when a new user or version is created, but the example only shows code for a new user. I'm been attempting to modify for a ...
Below are the fields I have: #1: Custom single dropdown field (Priority) with values Low, medium, High #2: Custom single dropdown field (project phase) with values - Production, AssemblyTest, Testi...
...("Approved") || producttype == null) { status=true } if (distribution.equalsIgnoreCase("Approved") || distribution == null) { status=true } return status
Ever heard about GDPR - I'm sure you have. Everybody seems to know a bit about it, yet nobody really seems to truly understand how it will impact them, or even what measures to take. A heads up, ...
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