Created Jul 13, 2022, Last active today
Hi all, I need to collect data that looks like. Name Role Time spent in preparation Continuing Team Member Jim Smith Systems Eng 10 N Jane Smith Elec Eng ...
I wanted to unlink issue only when particular custom field value get changed in jira. I tried using unlink issue postfunction where I am getting correct return value, but still unlinking issue occurs...
...ustomField.setRequired(false) customField.setHidden(true) } else if (priority.getValue() == "Priority 3" || "Priority 4) { customField.setHidden(false) customField.setRequired(true) }
The team at cPrime are very excited to announce our newest Product Power Salesforce Connector, a free app which seamlessly integrates Jira and Salesforce for greater team collaboration as you tr...
I know (and use) the "Period" option, but that evenly distributes to each day within the period; I am looking to add a Worklog for each Wednesday in the period, or for each Tues/Thurs...I have posted...
So I'm attempting to pull the description into the custom email...which is fine, I can pull a jira field without a problem using - ${issue.description}. The problem is that when a table is in the de...
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...
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