We’ve been working on a more flexible way to build conditions using Jira Expressions, and that led to Ultimate Validator (now in Beta). It lets you use most of the power of Jira Expressions—but w...
Hello, We define a workflow validator with Scriptrunner, to allow the transition only if a custom field (text field, with Wiki Style Renderer) is not empty. The Jira expression is: i...
...ew issue with an assigned sprint if the sum of story points in the sprint exceeds X. Both sprint and story points are required for every issue. I tried to achieve this using a workflow validator w...
I have a field with the name MoA Total (numeric field) How to make sure that when submitting status A to status B, there is validation as follows - If MoA Total < 0, then it is invalid a...
Hi! I wanted to limite a text-field (multi-line) to max 1000 characters on creation transition, in scriptrunner I tried with this: cfValues['customfield_10202'].length() < 1000 er...
My company has been using Validator in the workflow to require the Parent field when creating an issue for over a year. However, the parent required error kept appearing yesterday out of no clue, e...
I'm trying to use a validator to make sure issues with "<Update Text>" in the description can't transition. The regex I think should work is this: ^(?:(?!<Update Text>).)*$ I've a...
Hi all! I'm having an issue with creating validator for Jira's Team field (team picker). I used issue.customfield_30101 != null but if field is empty or not validator don't let me f...
Hi all, Bit new to ScriptRunner as I am attempting to build a validator during the transition for when an issue is being created in the workflow on Jira Cloud. I want that when a customer s...
Hello, I want to do the following operations with ScriptRunner, but I always get errors. I asked chatgpt and it gave an error again. Summary (text) field must be at least 10 characters. (Validator...
...orkflow transition validator, I don't know how to access the "previous" value of this field, to be able to check whether the values which were removed are "compliant".
Hi guys, Exploring Jira Cloud faced with a bug (?) Team managed project: I added a validation of field Parent on transition. Checking this rule, the field is not empty: But d...
...ssue fails. Another thing is that the issue parent's hierarchy is at level 2 (premium plan), so I tried executing the validator on the creation of an epic issue. issue.parent != null && (i...
...file to the issue. I understand that this must be done through a transition validator, I have already added it but it does not work for me, I think I am missing something for it to work successfully....
Not able to add "unsupported" validator through REST API in Bulk workflow transition error like "Rule cannot be applied to this type or is unsupported". JIRA REST API Endpoint: "h...
...ype has been selected? I was looking into the workflow but I can not find the correct condition or validator for this. I would like to keep this solution out of the box. I am aware that there a...
Hi Due date is crossed. configure the pop-up drop-down for the project manager to choose the reason, and if due is not crossed, they should not get the pop-up. Could you please provide suggest...
Hello everyone, I'm try to create a "simple validation script" using ScriptRunner which validates that 2+ attachments have been added to a creation screen IF the customfield "request type" = "Urgen...
...roject screen and in a transitions screen. But, when he tries to add a requried field validator in the transition where this screen is added, this field is not shown. I tried to check with a...
Hi dear community, I have encountered a bug, where, if I access a custom field using issue.getCustomFieldValue in a Validator, I will get a NULL value for calling the same in a post-f...
...eams? Was thinking I could use the Jira express validator with maybe the board's filter, it would be only one person who can advance the issue to the next status. We have multiple teams in one project a...
I was asked by one of our customers to help them find a way, how to add special validator to their workflow in Jira cloud - they needed to check, whether all the tasks in Epic are done, before it c...
...wo labels labelA, LabelB while transiting issue from new to InProgress i want to add a validator that allows the issue transition from new to InProgress only if the Labels field is filled with label A o...
...ind a way to do it. We want to create a validator that sets the minimum length in description field at least 50 character.
Here is the translation to English: "I have implemented a Script Runner 'field(s) required validator' in my Jira workflow. This forces users to fill in the 'Fix Version/s' and 'Affected Version/s' f...
Copied to clipboard