Created Jul 13, 2022, Last active today
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, ...
Hi everyone, I couldn't find out how the pricing of this addon should be calculated in our case. I'd like to purchase team calendar addon for only a small team of 15 people, but we manage appro...
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 ...
Hi All, I am trying to add a calendar to a confluence page using "subscribe by URL". I have an iCal URL from an LMS system we use called LearnDot and when trying to configure the team calendar...
...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, ...
...ccess") if (accessPoints.value == "Other (add detail to access request explanation)") { other.setHidden(false) } else { other.setHidden(true) } I'm sure it is something simple. I just c...
Hello everyone, What is your opinion about using X-Ray for test management in Jira? Would you recommend using it over other test management tools such as HP-ALM? If you have used the X-Ray integra...
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