In my SIL script, I am trying to link an issue but it is not working in my IF statement. Below is the part of my script: if(contains(customfield_1234,"FieldName")) { string newKey = createIssue(ke...
Hi! I'm new to this plugin and I was testing the functionality according to User Guide but something went wrong? I wanted to set up a custom dialog button as described here and creating t...
Hello Community, I am trying to diplay the latest Release version of 6 projects in a single custom field using SIL power scrupt . Script is not working . Can someone please review and a...
This is the 28th of our Monday Night Specials, a series of virtual events with voices from the Atlassian ecosystem. This week Jonathan Muse, product manager at cprime, who has been “automating J...
...hallenge. Jonathan Muse from cPrime will share with us, how the CAVIAR system can help make sure that you are aware of any stumbling blocks and plan around them before starting your migration. All the d...
What i tried string [] project = selectIssues("project = 'Test' AND issuetype = test"); project[0].customfield_12501 = project[0].customfield_12501 + 400;
I have written a few (very) small scripts to generate labels from page contents, and now I would like to use one of those procedurally generated labels in a content by label macro to show related pag...
We want to ensure all our non-negotiable's for data integrity are enforced. Because stand-alone projects do not enforce the same data integrity controls as the delivery group projects we should ...
Hi, I'd like to realize a SIL script that writes several Values from different Custom fields in a new custom field. I have a text field and a cascading field. From there should be generated a new te...
...s the same as the one configured in the JDBC URL from Datasources in Confluence Cprime Tools section. Also, if we try to connect to the database locally we are able to do so, but not with the Power s...
I want to add the first letter of the page title as label to that page, using PowerScripts for Confluence. The script I have is file setFirstCharacterPageTitleAsLabel with code: number pageId = id;...
Hello, I have a problem with proper use HTTP Feed Custom Field (cPrime add-on). I have "JSON Request custom field" and it works fine, I can see filled dropdown list. But how can I get value of t...
I am attempting to use a SIL validator to check for the default value of "None" and return an error. Current script: string errorMsg1 = "Please verify that the field 123456 has a sele...
while I have this working with: if(argv["screen"] == "create-subtask") { //only on that screen lfSet("issueType", {"Sub-task"}); the system won't let me choose any other issues type. it just alway...
Hello, thanks in advance for helping with this if you do. Here is my issues. I have pages created automatically from Jira into confluence with various issue fields populated into the page. What i a...
....plugins:maven-jira-plugin:jar:8.0.2 in https://maven.atlassian.com/repository/public was cached in the local repository, resolution will not be reattempted until the update interval of atlassian-public...
Good Day! I'm trying to deal my problem with Email's attachments. That's my SIL script: JEmailMessage email; email.to = {"forexamplemail@gmail.com"}; &...
We are using cPrime SIL Scheduler for some tasks, however even though the SIL Scheduler looks like everything is running the jobs just aren't executed. No info in logs, no error messages, n...
Hey everyone, I'm developing a process in Jira and I need help understanding the difference between update the issue manually (click on edit > update) and update issue by script https://docs...
Hi, I am using Database custom field plugin from CPrime. Below is the postgres sql query for the database custom field "Error Details" select ErrorGroupsQACE.ErrorDef from ErrorGroupsQACE w...
I have the following Google Script that works when executed from a GoogleSheet function CreateIncident() { var username = "user"; var password = "Password"; var UserCredentials = "Basic " + ...
Hi, NOTE: Linux Server I am trying to zip all the scripts made via the SIL Manager (cPrime Power Script). SIL has it's own routine for this - zipFiles (https://confluence.cprime.io/display/SIL/z...
Hi, Is there any best way we can integrate JIRA with Centrify. We have different external users group connecting our JIRA. In our present sent all the user are in internal JIRA. Now we w...
We have a business requirement where we want to propagate a custom field from an epic onto all issues with a link of "Epic-Story Link" and from them onto any sub-tasks. To do this we intend ...
Copied to clipboard
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.