Created Jul 13, 2022, Last active today
Agile Manifesto’s fourth principle values the ability to respond to change over following a plan. But it doesn’t mean you can give up on any planning whatsoever and simply go with the flo...
...econ') def hiddenField09 = getFieldByName('Access-Dashboard') def hiddenField10 = getFieldByName('Access-XBasis') hiddenField01.setHidden(true) hiddenField02.setHidden(true) hiddenField01.setHidden(true...
Is there a tool that can be used to import the questions, answers and topics from a CSV file.
Hi, I am trying to create a scripted field to show the parent ID of a clone issue. This is my current code: import com.atlassian.jira.issue.Issue def issue = issue as Issue def issueLi...
Hi, I'm looking to create a condition on a transition that is dependent on whether or not siblings of a certain issue type are in a particular status. I've found a solution from 2016 but code ...
I want to rename all permission schemes... How to get them?
Hi all, I try to add a web panel for a certain type of Project, but not find the built-in script to do this. My own need is to display a message on Details section of issue screen. If not possible,...
Dear Community, I have a field that calculates the difference between two dates: import com.atlassian.jira.component.ComponentAccessor; import com.atlassian.jira.issue.Issue; import com.atlassian...
I have already renamed all other schemes, but i can not understand how to rename schemes i specified above?
Morning; My name is Eduard and I'm novice in Jira Cloud, I started in June, and my job is administrate it in the company, and thanks to you for the help received I learned so much, My qu...
can we have a groovy script for Jira-Xray server configuration for Jenkins xray plugin . As of now we configure the jiraurl,username and pwd in Jenkins/configure page UI. Since xray plugin ...
Hello We have a bunch of post functions on a workflow that creates sub-tasks. It's working perfectly but what we are looking to do is create a Modify workflow. So if someone wants to modify the pare...
Hi Team, How to 'get the values from project components sections and add/update those values to customfield(Selectlist) value section?' I know we have built in script to import the customfield valu...
I'm looking to show a transition screen when a sub task is transitioned from x to y based upon parent issue type. The requirements are : its should show/hide the fields on the screen bas...
Need some help with the scriptrunner and Groovy training material or good tutorial to get a better knowledge for Scriptrunner scripts.
Using Scriptrunner post function on a workflow transition. I'm using the post function : Clones an issue, and links, and expect the attachments clone from the original issue to the new issue. But up...
I'm developing 4 scripted fields. 2 of them are in the default screen of the task issue type, and 2 of them in the default screen of the sub-task issue type. At CREATE ISSUE as well as CREATE SUB-TA...
...ubtask.getCustomFieldValue(customField) == 'Yes') { val = true } if(subtask.getCustomFieldValue(c...
Description Hi, I would like to change the date format in the 'email content' of the SLA notifier. I currently have the below code but it appears as '2018-09-22 13:55:00.0'. Can it be set to norma...
Currently Script runner Cloud has a search console that doesn't integrate with Jira JQL Issue Individual search queries cannot be linked to, have boards created from them, bulk edited, and a n...
Hi! I am using the Adaptavist Project Configurator and there is one thing I haven't been able to do, and it is to export a Service Desk application. All other jira projects have worked without a...
...MNote.setHidden(true) //Get the project role and group data def projectManager = ComponentAccessor.getProjectManager() def projectId = issue.getProjectId() def project = projectManager.getProjectObj(p...
Hello All. I'm Parthi. Part of the i0in team here in Milton Keynes, United Kingdom. We have been hard at work to create and launch an app that we hope allows users who love and use Jira every day t...
Hi Community. I'm new to groovy and I just want to seek help here. How can I set approver/s based on the requestor's group upon creation using post function scriptrunner For example , Requestor 1 be...
Please explain the use of timehseet
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