How can I access to the issue where was attached a file in a listener with "Attachment Created" Event? Thank you! Guido
Hi there, with a ScriptRunner validator on the issue creation workflow transition, I’m trying to verify that the assignee belongs to a specific group (not to a role). I had no problems when te...
Hi Community, Pre-requisites: I have three tabs on Issue View screen. On each tab, there are two custom fields (Total 6) When issue is in Open status, only first tab is visible to user. W...
Hi all, I'm working on a Jira Behaviour using Scriptrunner, and I’m trying to set the value of a custom field based on an API response. The code runs without errors, and the condition is met (the cu...
Hi Community, I want to show/hide multiple custom fields (text type, checkbox, select list (single/ multiple choices)) based on Select List (single choices) field's values on Issue View screen using...
Hi Community, I want to show/ hide 3 custom fields (Text type, Select List (single choice) type, and checkbox type) based on another Checkbox field options on Issue View screen - using Scriptrunner ...
Hi Community, How we can show/ hide Message Type custom field on Issue View screen based on Workflow Status and User Groups using Scriptrunner Cloud Behavior? Please provide a sample code as it wou...
Hi Community, I have portfolio hierarchy i.e. Portfolio Epic > Feature > Task > Subtask in a project. My use-case is: When Portfolio Epic is cloned, the linked Child (Feature) also gets ...
Hi Community, I have 4 level hierarchy : Portfolio Epic > Feature > Task > Subtask in a project. My use-case is: When Portfolio Epic moves from In Progrss to Close status, then all it's l...
Hello community, Due to a reported vulnerability in Atlassian, we have upgraded our Jira instance to version 9.12.22 and updated all our add-ons, including ScriptRunner. However, after the upgrade, ...
Hi Team, is it possible to get some details of issues on Jira data center running groovy script on Jira cloud instance?
Hi, We have Jira v9.4.1 and Jira Service Management v5.4.1 datacenter installed. We want to hide Create issue button for a single Jira Service Management project. As users are using this Create bu...
We have upgraded our Jira instance to version 10.3.5. Previously, we used the com.atlassian.jira.util.AttachmentUtils.getAttachmentFile(Attachment attachment) method to retrieve a File object fo...
Hi All, I’m trying to set a help text on the Original Estimate field dynamically using Behaviours. The goal is to show a message when the entered value in Original Estimate exceeds a certain th...
Hi, We have below questionnaire as single select list custom field in Jira Datacenter v9.4.1. We want to sum the answers and then divide the sum by the number of questions. Then map the average wi...
Hi Team, how can I get jira project boards with column names and status names in these columns using Adaptavist Scriptrunner for Jira Data Center
Please help me understand how to use the Scriptrunner's resource in the REST endpoint. Right now, my script does not work without a token in it, but I want to hide it with the Resource. I use it t...
Please help me understand how to use the Scriptrunner's resource in the REST endpoint. Right now, my script does not work without a token in it, but I want to hide it with the Resource. I use it t...
I'm using Jira Cloud and Advanced Roadmaps. I have the Team field set up and I use it to filter work items and display them on boards. We have two teams working in a single Jira project. I want to u...
Hi Community, My use case is: I want to hide "Yes" option under custom field X drop down when "No" option is selected in both custom fields: A and B. If "No" option is selected in cust...
looking for a solution in Datacenter to automate the creation of Request Types and adding filed to the form.
Hi Community, Is there a way to send out scheduled email using Post-function? My use-case is, I want to send out scheduled email to Reporter, when a Parent issue is sitting on Done status and its C...
Hi Community, I want to hide a custom field (radio type) present on Parent issue based on JQL query, Child filter: project = CHILD AND "Parent Link" = PARENT-XXX AND status != Done when Parent is ...
Hi Community, I want to hide a custom field present on Parent issue when the Parent issue is in Done status and all its Child issues (linked by Parent Link field) are in Done status as well. Here, ...
Dear all. In our current Jira Data Center 9.12.15 with Script runner 8.36 we have a fully working script define as below : import com.atlassian.jira.component.ComponentAccessor import c...
Copied to clipboard