...or ScriptRunner, but I don't think it addresses my scenario. Are there any other options to achieve this?
...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...
...r scriptrunner ?
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...
Not sure I’m using the listener correctly, but I have a calculated field which I’m using Behaviours to set to ReadOnly, and then when some other fields calculate a value I update that field using ScriptRunner...
Hi TEam, I have the code below to set the field "Severity Update Flag" when there are changes to the field "PSIT Severity" , how ever behavior below fires even when there is...
...n both ways: Usermacros and Scriptrunner "Usermacros". Any help out there? Thx! Matthias
Hi Experts, I am trying to make a Linked Issue and Comment field mandatory on a transition screen via Behavious. But the below script is not working on transition screen. Kindly help me in ...
I need to hide the " swimlanes " menu item from the Board -> Configure So I Added the swimlanes Id in “UI – Fragments” of “ScriptRunner” The ‘swimlanes’ tab is hidden. But when I n...
Hello, Currently we are running a Jira DC 9.12 environment and we want to upgrade to 10.3. But we have encountered a problem in an automation => we have an automation that creates ...
Been racking my brains for a couple days going through the forums looking for a way to do what I thought would be a simple task. That's to read a CSV file attached to a ticket then parse it down into...
A bit new to Scriptrunner, so reaching out to the community here to see if this is possible and if so, how to pull it off. We are on Jira Cloud and we have a team-managed business project using a m...
Copied to clipboard