...anually refreshed. In other words, the cascading update happens, but the dynamic selection is blocked unless a refresh/blur occurs on portal. We understand that this may be a known limitation with behaviours...
Hello Community, Is it possible in ScriptRunner Cloud using Behaviour to set a subset of a custom field or the component field? for example, CF: [1,2,3,4,5] i want to give an option...
Hey Community, In Script Runner Cloud, how can i set the value of the "labels" field to a string that i have? for example i'm trying to do this: getFieldById('labels').setValue('LEFTFIELD') ...
Hi Team, We have a requirement to remove three specific issue types—"Epic," "Enabler," and "Feature"—from hundreds of Jira projects. However, we want to keep the existing tickets under these issue...
Hi! I want to create behaviour and I'm struggling with condition based on label field. Does anyone have an example how to use label field in behaviour condition. In my case if label field ...
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 Team, We are currently testing Jira Advanced Roadmaps and have decided to change the terminology of the issue type from “Epic” to “Feature” across the entire system. We have successfully u...
...ist" , is possible to hide from user and the behaviour still works? (I tried several things but it doesn't work: remove field from screen; include in behaviours selectListField.setHidden(true); Jira A...
For requirements of the "bug" issue type, users should not be able to move them to the "task" issue type. However, moving them to other issue types (such as "story") should be allowed. It would be e...
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 ...
I see getActionName function only in jira server. And no exist in Jira cloud ScriptRunner. How I could reach this in jira cloud? Could you tell me how to do it? Big Thanks!
Hi Team, I was trying to hide a field in the view because it contains confidential data. This information should only be visible to a select group of people. To manage this, I created a group a...
We have a Scriptrunner behaviours rule that some fields are required. If we create a linked issue there is another screen mask used only with project issue type issue link summary d...
Hi Team, Can the "Clone" option in the ticket menu be hidden based on project roles or for specific users? It should not be visible to all users, but only to a select few.
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 I have a screen with below fields: - ABC - select list field with values A and B - Field1 - text field - Field2 - text field - Field3 - text field - Field4 - text field Logi...
I've been testing some ScriptRunner functionality for our Jira Data Center environment, and have had no luck getting any Behaviours to trigger on field actions. For testing, I created a Behaviour f...
Hi Dear Colleagues, I need a behaviour script in scriptrunner, which will not allow to set the date greater then 1 year.
...se Scriptrunner Behaviours to show/hide various fields when the Team field has a specific team selected. So far, I can show/hide fields with a change to any field EXCEPT the Team field. I'm doing t...
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...
Hi Community, I want to copy the field values of Parent on Child Create screen when user selects a Parent in Parent Link field present on Child. For example, there is a PARNT-1000 user...
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, ...
Hi , I am encountering an issue with the new Jira user account ID format in the ScriptRunner behavior. The code works perfectly fine with the older account IDs that do not contain ':' or '-' signs. ...
Hi Community, I have a specific case where I want, a custom field should be hidden or set ReadOnly based of current Parent issue status and Child issue status (child linked via Parent Link)&nb...
I'm trying to hide or show a custom filed on a transition screen based on the value of a custom field in the underlying issue. I'm using a ScriptRunner behavior to accomplish this. I am f...
Copied to clipboard