Where can I find all the jira SIL objects so I can practice coding. I downloaded power Scripts for Jira cloud and am having trouble finding the object list to learn the different features th...
I'm doing test migrations before my final cutover to Jira Cloud. I have some SIL scripts that I use as post-functions when tickets are created. I have been trying to troubleshoot why none of them act...
Dear Atlassian Community, We are currently working with Jira Plans using different board filters as issue sources. Specifically, we are pulling in a selection of issues from Project "A," i...
Hi, We already tried using regex without the add-ons, but we can't customize the error message. Therefore, we stumble upon a post that suggests using the Power Script add-on, but we can't seem to fi...
I'm using live fields on DC in a Service Desk project and am trying to kick off a live fields script in the case where the value of a single Select pulldown=Yes. My problem is that when the event is ...
Q: JIRA seems powerful, but can it handle complex tasks? A: Absolutely! Automate repetitive tasks! Customize workflows. Integrate JIRA with other tools. Tailor JIRA to your team's specifi...
I am trying to write a script that will run on issue creation that will do the following for a specific field - we will call it Field 1, which is a Text Field, Single Line: read the data value bein...
Hello, I need to disable time logging in only one task. How can i do this? Can I solve this problem with a sil script?
Hello, I'm trying to create a payload for a POST request using SIL. JSON data: { "fields": { "test":"Hallo", "test2": "Hallo", } } I...
Hello all, I would like to add a customfield_12555 into a jira issue when a condition matches. But it only works if a ticket is created with it. The type of issue what I'm creating, doesn't have #{T...
Hello everyone, I would like to extract comments from the Insight object using SIL script. Unfortunately, there is no way to access comments in the Insight-connector routines (https://anovaapps.atl...
Hello team I am checking since yesterday the power scripts add on in jira cloud and i am trying to start a draft comment when a specific value is selwected from a custom field So the idea i...
Get Open Sprint id's created before an year ego using SIL script
power scripts ver 6.820.1 I have a sil validator that checks for an invalid fix version The error I am receiving "The getInput routine can only be used in validators or some post function" However...
I'm have a JSM project on Data Center that is using proforma forms to capture info entered on portal screen. The proforma fields are associated with Jira customfields. But whenever I try and referenc...
I want to make schedule (three times a day) notification to email, when users who haven't any issues in status category To Do or In Progress, need to send this list of users to some emails
We need to create a Report or a Dashboard that displays the number of days passed since the issue was assigned to the current assignee for a collection of issues. Basically we need to pull the Age o...
Hello there, we are using Jira Server and will be migrating to Data Center soon. We have access to SIL scripts. How can we achieve this requirement. I have very limited knowledge in Groovy/SIL. Doe...
The sil script is a validator so I don't understand why I am getting that exception Snippet of Code: string dateRequired = #{Date Required?}; if(getInput(dateRequired == "YES")){ ...
Hi Good people 👋 , I would like to see the issues that breached SLA for "time to first response" which do not belong to a couple of specific organizations. Currently I am using the below filter wh...
Greeting! I'm trying to copy assignee from parent link ("is Parent of") to child("is Child of") by SIL listener Help me pls to fix this script. My script looks like this: if(project == "AISRI...
Hello buddies. We're aiming to implement gitflow for SIL scripts. That means the script should be written on local workstations in external redactor (Intellij) pushed to remote and deployed to SIL s...
Hi, We need to set up a script that will detect duplicate tasks once a day and report this in an email. We need to search for tasks in the project by two fields Description and Customer. For exampl...
I’m trying to setup a use case where I selectively hide or display fields in a transition screen based on the contents of other fields also on tbe transitions screen. This means I need to be able to ...
Jira Version 8.22.6 Power Scripts Version 6.0820.1 We recently upgraded to Power Scripts 6.0820.1 and we were using the JFieldValue in our sil scripts. This sil function no long...
Copied to clipboard