Created Jul 13, 2022, Last active today
Hi, I want that the event type is displayed in the calendar, not only the event color. Is that possible? I was not able to find out hw to configure this. Thank you for your help &n...
Get your free health check in minutes not days Cprime is excited to announce the availability of two complimentary health reports to allow Jira admins, Business Managers and various other stakeholde...
Good morning All! Some weeks ago I have posted a question, and I have got some usefull answers but I couldn't resolved a new issue that I have. I have a Groovy validator on Resolved t...
You might get a collection of SAFe-related apps from Atlassian Marketplace, but why not get BigPicture 7 – an all-in-one SAFe-compliant project management app that will one day in the future unite Ji...
I have created a set of test cases with folder structure (ABC->DEF, ABC is parent folder and DEF is child) and want to retain the same structure while adding the test cases to Test Run/Cycle in "T...
Hello. i am trying to copy value from Epic To Story when the user click on the issues in epic button using the jira script runner Behaviours . i manage to copy custom field select list field ,...
I have found similar answers to this issue, but none of them seem to really help me out. One of those pages being - https://tempoplugin.jira.com/wiki/spaces/TEMPO/pages/172785887/Configuri...
...escription").setReadOnly(true) }else{ getFieldById("description").setReadOnly(false) } This script is for Kumar created tickets other user cannot edit the desctiption for Kumar created tickets The only&n...
...orkflow function: Set issue security level depending on provided conditionHelp Sets issue security if the provided condition evaluates to true Description: We have custom filed "Teams". We h...
Hi All We have recently purchased scriptrunner and are looking to use it for our risk matrix. Im relatively new to groovy so was hoping to get some help. We have 2 custom fields "risk co...
Hey Atlassian community, I help lead engineering at Sentry, an open-source error-tracking and monitoring tool that integrates with Jira. We started using Jira Software Cloud internally last year, a...
I am trying to get the script below to work - I have tried adding it to each field in behaviours as well as on one field. The issue appears once I add the additional if statement. I have also tried t...
We had issues where only some of the questions weren't appearing in some of our spaces. We attempted to complete a UI driven rebuild of the content index, and that failed due to an OOM received. It w...
Hi Community, The idea is, have on Jira only one field "Approver" created, and this field by default allows you to select one of the all users that you have in Jira. Until here all is fine ...
As we already know from the previous articles about Help Center and Request Form, we need to take advantage of both native and advanced customization to improve the customer experience...
Hello! The situation is this: I need to output the selected string value from the child's drop-down list to another field. here is the code <code> import com.atlassian.jira.issue.MutableIss...
Hello everyone! Need some help with Adaptavist and Jira api's. I need to get amount of test cases by projectKey. So adaptavist has api method testcase/search So a can get tests by projectKe...
How do I verify if a commit is a merge commit of a pull request using groovy scriptrunner for bitbucket server?
...etFieldById("customfield_13506") String selectedOptionValue = selectedOption.getValue() if (selectedOptionValue == "Defect") { childField.setRequired(true) } else { childField.setRequired(false) }
Custom fields are options that the user can avail to customize the look and feel of the test case creation page. Some of the entities that come under custom fields include test sets, instances, issue...
I am not getting a way for regular expression check on jira behaviors. ca someone help with the syntax on the same I have tried as below, but it is allowing [A-Z] even FormField ABP = getFieldById(...
Hi. I've migrated all local users to AD users, also groups memberships. Migration tables: user_mapping, cwd.membership and cwd.users. It seams to everything working fine right now beside team cale...
Envolved with well-marked process with many teams, each one with a project that is related with others teams, we had the necessity of some automations to facilitate and speed up the daily work o...
Software Versions: Jira Sever v7.6.3 Scriptrunner for Jira v5.3.9 I'm utilizing scriptrunner scripts triggered as a post function of an Epic transition to generate a number of ...
Hello Everyone i am Using this for groups access on workflow states can anyone help me to use same type code for single user. ? import com.atlassian.jira.component.ComponentAccessor de...
App Central is all about the many magical apps and Powerups that help make Atlassian products even better. Partners, please read Atlassian Partners - Rules of Engagement and Partner Processes and Best Practices.
Copied to clipboard