Community Announcements have moved! To stay up to date, please join the new Community Announcements group today. Learn more
×Can anyone please help on my ScriptRunner problem below? In the Jira Service Management Portal form, the customer provides the unique "Membership ID Number" (e.g. 01-ABC123). I would like for ScriptRunner...
I need to access json data that is stored in a Confluence page and use this in Scriptrunner for Jira cloud as a json map. When I try to access the api endpoint of Confluence for the page, I g...
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, I need to remove space permissions for some specific groups. The current working code indicates that the removePermission() method in the SpacePermissionManager class is deprecated, and I'd li...
Hello, In ScriptRunner Fields I created Custom Script Field with User Picker (single user) template. Field just returnes the user from the other field: def user = issue.getCustomFieldValue("C...
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 w...
...raining, and support for key add-ons, such as JMWE, JWT, Scriptrunner, Zephyr, and Xray. 7. Scrum & Kanban Board Management: Expertise in creating, managing, and optimizing Scrum and Kanban b...
I am trying to use a Listener in scriptrunner to send an email to members of an admin group (abc-admin) when a user is added to a another group (abc-users). I user Jira Data Center v. 10.x I found t...
...or ScriptRunner, but I don't think it addresses my scenario. Are there any other options to achieve this?
...ight out of the box, and when combined with the power of ScriptRunner for Jira Cloud, the possibilities are almost endless. Over the last two years, independent consultant Sana Safai has become a...
...sers are idle, do not have assigned tasks on them. I run this script in Scriptrunner console to find these users. Now I need to somehow show this output in Dashboards, so Scrum team c...
I am new to ScriptRunner Behaviors in Cloud. I want to see if there is a way to set a form message on a custom field, like I was able to do DC version of Behaviors. The setError method is r...
Hello, Is it possible to restrict users from adding an issue to a Sprint of the another project? For instance, an an issue belongs to Project A, but users add this issue to the spri...
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!
Hello Community, I am trying to automate one of the feature in my jira 8 datacenter environment Objective: Inherit parent task text(under description field) of its corresponding sub-task descripti...
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.
...ssist on how we can clone the whole Children hierarchy when the Portfolio Epic is cloned in Jira Cloud and how it can be achieved via jira automation rules, scriptrunner behavior, or jmwe app?&n...
...eadOnly irrespective to Child's status. Please assist for the above if it is possible via Jira Automation Rule, scriptrunner behviors, jmwe app, etc. Thanks
In my ScriptRunner Workflow Post-Function script i'm trying to clear a date field following is the script snippet currentIssue.update { if(fieldValue instanceof Date){ s...
...ill be static and within same pop up box message comes with concatenated. Last option is using Script runner behaviour, but my not getting why how to add condition for specific transition in scriptrunner...
I am trying to create a Scriptrunner Validator to prevent the transition of an issue if the component field does not have the value "Red" or "Blue". I can check that there is at least one c...
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 u...
Copied to clipboard