Created Jul 13, 2022, Last active today
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...
Hi, When I edit and update an issue, the initializer is ran multiple times. It is not convenient as I conditionnally display a warning message. The initializer is us usually around 5 times (sometime...
I need assistance in creating a scripted field using Scriptrunner to count the number of sprints that an Issue is in. Can anyone help with the Groovy script or have any example of something sim...
Hi I am hoping for the escalation server to be able to capture data once the event listener is triggered, so that i can then use this data to write a bulk email of all issues without an Esti...
So I’ve come close but no cigar. I could really use some help with the scripted field. I have an issue type called project budget. In this issue type is a number field Called budget and another scrip...
HI, I wont to copy sla due into scripted custom field, how i can do it?
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