Created Jul 13, 2022, Last active today
...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...
I am unable to add Confluence Team calendar to either my outlook or google calendar. I have followed the https://confluence.atlassian.com/teamcal/subscribe-to-team-calendars-from-google-calendar...
We use the team calender for birthdays and stuff. A colleague of mine activated the reminders but doesn´t get any notifications. I am a little clueless what could have went wrong in anyway since you ...
...omponentAccessor.getCommentManager() commentMgr.create(issue, currentUser, cFieldValue, true) }
Hi I need help I want(I found) to use IssueManager to find all related issue with my issue test-123 link: https://docs.atlassian.com/software/jira/docs/api/7.6.1/com/atlassian/jira/issue/Issu...
Hi, in Script runner post function custom emails, is it possible to redirect Auto Reply out of office emails from users to another email/mailbox?
We need a script that prevents user from merging the pull request without apporval of atleast one user in BitBucket Scriptrunner - Conditional in MergeCheck
Hi, I made this script, and all of the fields worked ok, instead one field only in Edit screen.. This field didn't work on Edit screen: #rowForcustomfield_14307 This is the only field that we...
I am not sure if I am missing something here... What I want to do is this: create a behaviour that limits the number of characters to 64. If I want that behaviour to be active I just add the accor...
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