...: I know how to copy A file, but I don't know how to copy the LAST one only. I have tried to do that with JJUPIN SIL, but I could not because SIL stores the attachments in alphabetical order and does...
Could you please help me out on the below request? I have a field called 'Value1' and another field called 'Value2'. Both are Select list custom fields with numbers from 1 to 5. When I cr...
...still using the old smtp email address that i have been changed before. im using it in sendEmail() SIL routine.
Hello. I'm struggling with a small but annoying problem. How can I get a value of customfield of other issue? I'm trying to compare creation dates of linked issues, yet structure like otheris...
...transition the Parent (Story Task) as per the status changed on all Linked issue (Task) Here I am giving example I am using in SIL Please assist how do I achieve this using SIL program...
It may sound trivial, but what is a proper way to put a line break inside a string in SIL script? I'm trying to add a multiline description to issue, but I don't want to use "\\" sign. I...
...am not a developer :( I have also tried to use a SIL listener but get the same result - the subtask fixVersion is not updated when the parent issue is changed. The SIL listener: if(isNull(parent...
I need to create a post script function that creates a subtask for each person in a certain role. The biggest piece I am having a problem with is getting the group of users from the custom field, th...
Hi I am trying to figure out the fallowing scenario using SIL Condition post function on Jira if any of the linked issue statuses is Rejected auto transition the current issue or neglect the...
Hi we need to show/hide a custom field on CREATE SCREEN based on value of other customfield. our driving customfield is a Radio Buttons based on its value we would like to show/hide other fie...
How do I access current project key in SIL language? Also, is there a repository with example SIL scripts that we can check? I find the current Confluence documentation hard to follow...
Is it a all possible to send a web request (GET, POST, etc.) or even send a curl command from SIL script? Thanks!
I'm using SIL and I have to clear the field A (customfield_20901) when the customfield B (customfielc_20900) is changed. Thus, I've an script with: #{Técnico Asignado Servicio}="";  ...
I was wondering if it's possible to set an Epic Link through a SIL Script. Right now I have a script that's attached to the create transition of a workflow specifically for Epics. What I want to do...
Hi, I created a sil to automate creation of a lot of subtask with a lot of custom fields. Upon creating issue i wish to include the values of all custom_fields during createIssue call, this...
I have a SIL Custom field which aggregates a number values from a set of linked issue. This field works fine for me, but it seems that its value is updated only when the Issue is opened. I want this...
...() routine in a SIL script and calling it from SIL RUNNER Gadget, it doesnt work. Is it possible to execute insert statement with sql() routine from Sil Runner Gadget? sqlDo = "execute CUSTOM_PKG...
I'm building a SIL script that uses the httpPost method (I'm sending a POST to the Slack API). In my post, I'm sending an embedded link and the way Slack formats this is: <http://www.google...
Is it possible to run a SIL script on a view issue page and display a Global message (using lfGlobalMessage) on View Issue screen?
...resorted to using SIL Validatiors in Create & Workflow Transitions. But I never get the list of issues which user is trying to Link when using linkedIssues API. My guess here is, since the validators...
Hi Guys, I'm trying to use Kepler Custom Fields and the script below but get an error on the create screen and no options to select from on the edit screen. Error:Script is not running in the conte...
I have a SIL script set to execute on two different listeners: one for Issue Created and one for Issue Updated (the same script for both). The script executes fine when an issue is created but it's...
...possible with the JJUPIN plug-in SIL, but I could not find any resolution. Any help or answer (that it is not working) is appreciated.
Hi there, I am using the JJUPIN plugin to write a SIL script to auto-create a ticket when another user resolves a ticket and has a certain customfield set to "Yes". Here is my code...
It's possible ? I use lfDialogMessage("Message", "ERROR"); and nothing happend
Copied to clipboard