Created Jul 13, 2022, Last active today
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, ...
...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...
Confluence works as a great repository for your content. It’s easy to create guides and tutorial documents, and when you add new hires to your organization or onboard a new member to your project, it...
Hi , I would like to make some calculation in the user macro based on restricted pages and I wonder if I can run CQL query as different user in a user macro? I'm using this code to run th...
...alse) else if ((selectedOption == "Others" && "Automation/Cost saving (Efficiency)")) others.setHidden(false) else { if(others.value) { others.setFormValue(null) } others.setHidden(true...
I want Export and Import single project. Anybody can help me?
I understand that, in a Workflow scriptrunner post function, the issue object is available. Can someone point me to the location of the documentation that lists all of the issue members and how to a...
I am unable to export attachments of a project from Jira 5.1.2 to Jira 7.3.3 instance. Tried download attachments for Jira plugin in 5.1.2, with which I could get the attachments zip file. But the s...
I have to add custom field in my project , which has to tell me the no of days the defect is opened . Days Opened = Now - CreatedTime I have been searching about that ,I read about adding&nbs...
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