Hi, I have a Power Custom Field on create issue screen. This is a field required by the validator - it has to be set, otherwise Jira won't create the issue. If I try to create the issue programmati...
I have an issue with multiple fields that must be selected to transition to the next status. How do i make it that if all fields a, b, and c = yes, as soon as the last of the three fields are moved t...
First off, I work in a bureaucratic limited funding environment. I'm not able to get whatever add-on that might make this simpler (which seems to be the simple answer everyone seems to come up with)....
Hello, We have installed the Power Custom Field plugin by cPrime. The plugin was called Kepler before. Anyway, after version 4.0.4, we did not update it as it went from being free to being a paid p...
Hi, we use Jira Cloud and I've setup the workflow to execute SIL scripts as a Post function, making them the very last step after the "Fire a Generic Event event that can be processed by th...
Hi all, When using life field of power script plugin , this error appear Data with key com.atlassian.jira.plugins.jira-browser-metrics:contrib.scm-commit-id has already been claimed and javascript...
Hi , I am trying to make a custom field mandatory based on the value of another custom field using SIL script. if (argv["customfield_17000"] == "Digital ad" ){ lfShow("customfield_18600"); //Gifs ...
I have the following Google Script that works when executed from a GoogleSheet function CreateIncident() { var username = "user"; var password = "Password"; var UserCredentials = "Basic " + ...
We've been asked if it's possible to prepopulate default text in the Description field, based on which Component/s are selected during issue creation. Assuming we can use either Adaptavist ScriptRunn...
Hello! How i can disable any elements in checkbox field? I have checkbox field with 10 elements. In first condition if(...) i using lfAllowSelectOptions and allow 1,2,3,4,5 and 8 elements checkbo...
As a JIRA Administrator, I want to be able to implement Continuous Delivery for JIRA Configuration it self, So that, if any team requesting to setup a project, i can develop it in my Development Ma...
Hello, I am using PowerScripts for JIRA and want to add a second lf configuration for my workflow in JIRA software. For this, one needs to add the projects the script applies to or project categorie...
Hi, I want my SIL validator to return a following message: "Following fields cannot be empty: * Field1 * Field2" However, when validator returns above message, it removes all lin...
I am using Power Scripts (formerly known as JJUPIN) in creating this function, I just want to know if there is a way to create a draft issue ticket. Example: I'll put information in create fo...
cannot find it in the docs... "null" is not a valid keyword in SIL: I'd like to create an issue using a createIssue(projectKey, parentIssueKey, issueType, summary, priority, description, comp...
Hello! We have two enviroments - production and test. Identical process and post-functions for Service requests exist in both enviroments. Post-function script during transition Open - Assigne...
I have several KCF-pro custom fields which contain groups of users. And I need to grant some permissions to those groups. But no one KCF-Pro field fields available in Group Custom...
I have some Javascript code on JJUPIN and I would like to debug it, how can I do it? I tried with print, logPrint but neither both worked.
All attempts to modify the Request participants Service Desk field with JJupin SIL scripting is failing with error "java.lang.ClassCastException: java.lang.String cannot be cast to java.util.Collecti...
Looking for insight into the best way to solve this issue: Have a checkboxes custom field with about 10 options Whenever one of the checkboxes is selected, a sub-task should be created. The assig...
Hi everybody, I'm currently in the process of trying to figure out how to automatically move issues from one board to another, and I'm having trouble finding a solution. To clarify let me explain wh...
Hi, I experienced a problem with a JJUPIN SIL Script. My goal : During the creation of an Epic, I would like to automatically create a task and link it to the Epic (with Epic Link). In order to pe...
I have a problem with reading the content of the text files encoded with UTF8 to SIL. I obviously started from readFromTextFile() but it produces garbage in place of the national special characters....
We are migrating to JIRA Data Center. The SIL Programs Manager appears to have a silprograms folder listed for each node in the JIRA Data Center instance. Is this expected, or is there a ...
Previously we were running JIRA 6.3.15 with the latest compatible versions of JJupin and katl-commons installed. We have recently upgraded to JIRA 7.1.9 and updated JJupin and katl-commons to 3.1.7. ...
Copied to clipboard