Created Jul 13, 2022, Last active today
Hello, When there are a lot of events scheduled for the day in teamcalendar it takes time to find the one relative to the confluence page you are in. Can I somehow make confluence or teamcalen...
Hi, I want to create a IssueLink by a ScriptRunner Post function during the create transition of an issue. But when calling createIssueLink(..), an MissingMethodException is thrown: groovy.lang....
Hi, I’d like the “none” option removed from the second dropdown(child list) in the cascading field. Also, I’d like to set a default value for the child list. Like, if i choose option A in parent l...
Hello, Is there a way on Jira Service Desk (server) to turn on notifications email for all organization members, once for all ? My goal is to notify by email a customer which has 2 email adresses. ...
🛑 Please see Atlassian Partner Rules of Engagement and Partner Processes and Best Practices for the most up-to-date guidelines🛑 We'd like to extend a warm welcome to our...
I'm attempting to make a Due Date field that grabs the Release Date of an issue's Fix Version and then outputs a date one week before the Release Date. I've got this implemented using ScriptRunner S...
So for a number of reasons I don't want to use the out of the box results page that is bundled with the Confluence Questions plugin. I've found that none of the other macros that I have available to ...
I am trying to use ScriptRunner's BulkImportCustomFieldValues REST API endpoint, however, I don't understand what the FIELD_FCS (Field Configuration Scheme) has to do with it and where to get the cor...
Hi good day. Can you recommend me how to perform test cases in Confluence and JIRA? including tracking, writing and control of test cases, test plan, etcetera.
We operate in two-week sprints, so our release dates are scheduled bi-weekly. I don't see an option to create recurring events on a bi-weekly schedule. Am I missing something or is this simply not an...
Hi together, I would need help with a custom script. The main goal is, that a moved page gets the same restrictions as the new parent page... I already know that a custom script has to...
Hello community, I am currently facing a problem while configuring the somewhat "new" feature of Customer Notifications in Jira Service Desk. The default template contains a link to unsubscribe from...
Hi, I'm trying to use ScriptRunner to identify all non-Done issues with links to non-Done issues in external projects. So far, I have this. issueFunction in hasLinks() AND statusCategory...
I'm completely new to JIRA Script Runner. I tried doing the research to figure out how I can automate the addition of 15 subtasks upon parent issue creation, but could not get any code to work. ...
I'm trying to package some Groovy code to be used by a ScriptRunner script during a workflow. I've got a Script plugin configured which seems to be loaded and enabled, but I am unable to acces...
We have a request to copy values from two user picker fields to the Watcher filed whenever these fleds are updated. I have created a script listener which runs on issue update: import com.atlassian....
When Epic Link has some value, following validation is working, if the Epic Link is empty then validation is failing. We are validating against to the ('Linked Issues') -->Issue (multi select dro...
IS there a script that will allow me to automatically copy an attachment from the subtask to the parent when the attachment is uploaded to the subtask?
Hi There, The following groovy code works fine on a post function but doesn't on custom listener of "Assign" or "Update" event. import com.atlassian.jira.component.ComponentAccessor def custo...
Hi Team, We need JQL filter to get all task and their relevant sub-task with their statuses of particular project like this: ||MAIN ISSUE JIRA ID||STATUS||SUBTASK JIRA ID||STATUS |Col A1|Col A2|Co...
...ef cfMap = [:] cfMap.put(cf,Optional.of(true)) def currentUser = ComponentAccessor.getJiraAuthenticationContext().getLoggedInUser() def cloneVld = issueSvc.validateClone(currentUser, issue, i...
Script runner HTML field is displaying as plain text in Confluence(not rendering HTML).
Hello, We'd also like to see if we can create Rules around the reporter and stakeholder fields, i.e. if Reporter = a or b then Stakeholder = XYZ. This will save time in ticket creation and...
Trying to set a default Epic Link on Create using Scriptrunner Behavior // Behavior Server Side Script import com.atlassian.jira.component.ComponentAccessor if (getActionName() == "Create") { ret...
I have a behavior that is not working - // Behavior Server Side Script import com.atlassian.jira.component.ComponentAccessor if (getActionName() == "Create") { return // not the ini...
App Central is your space to connect, share, and learn about Marketplace, third-party, and custom apps. Whether you build or use them, this is where the discussion happens. Marketplace Partners: be sure to check our Atlassian Partners - Rules of Engagement and Partner Processes and Best Practices before posting.
Copied to clipboard