Created Jul 13, 2022, Last active today
Hello, Is it possible to change a sprint's end date using scriptrunner? Example: given a sprint name, using the script console, to change the end date for that sprint from the 9th of july to...
Hello! I want to set a linked issue with groovy post function. My current code didn't work... why ? Thanks! def newFeatureIssue = issueManager.getIssueObject(temp) // Epic issue key here ...
...electedValues = internal.getValue(featureT); def bool=true; if(selectedValues!=null) { bool=true; } else { if(featureIssue.fixVersions != issue.fixVersions) { bool=false; } } return bool;
...urge Stock']?.getValue() == 'Yes') && (!('Purge Parts' in subtaskIssueTypes)) So the condition above should return TRUE when the Purge Stock custom field value equals "Yes" AND when there is N...
@JamieA I use a Script Listener to create a sub-task when a custom field value equals "Yes." I also use a Fast-Track Post Function to transition my workflow when: issue.subTaskObjects.size() == 0 ...
I was recently asked for our management in how to extract the data residing in JIRA into excel and go over 1,000 rows. They would like to do Pivot Tables in excel and analyze the data differently as ...
Hi All, On issue creation I need to create a new confluence page from a template that has an attached excel spreadsheet template. I have successfully generated the new page. I have put ...
I'm transitioning issues direct from open to resolved using the built in scriptrunner fast track script. It doesn't appear to be triggering the notification emails that I want - Resolved Custom...
Hello. We bought the wrong plugin for Confluence. What to do? We wanted to buy a Single Sign On, SSO SAML / Kerberos Jira from «Kantega» But something went wrong and we paid in the end for SAML S...
...sEpicIssueClosed) log.info('3. The creacted issue is: ' + issue + '. Its status is ' + issue.getStatus().name) if(issue.getStatus().name == 'Closed') { isEpicIssueClosed = true; } log.info('4. i...
I want subscribe to Team Calendars from Microsoft Outlook. I find the page. and support CalDAV. But required version 6.0 or higher. https://confluence.atlassian.com/teamcal/subscribe-to-team-...
...he creacted issue is: ' + issue + '. Its status is '+ issue.getStatus().name) if(issue.getStatus().name == 'Closed') { isEpicIssueClosed = true; } log.info('4. isEpicIssueClosed AFTER: ' + i...
No where I can see a proper document for automate test case execution in zephyr Jira. I t would be great if any one can explain from scratch. I already tried to do using Jenkins but I fail to execute...
Hi, I am able to successfully send GET requests to the Adaptavist REST API, but when I try and send a POST request I receive a '500 Internal Server Error' status. I am using the API Document...
Hi, i have two different custom fields for ex. 1) - Business Value 2) - Technical Value i want to get sum value of above both fields into "Overall Value" field. i created Scripted Field which...
Hello, I am trying to get Forecast and completed via Groovy, i managed to get issues per sprint but i don't know how to check if issue were added during a sprint which is crucial to get forecast ...
Hi, I need to check 'Assignee' (specified on the transition screen) is in Developers field. I have been trying set 'Assignee' value from 'Developers' only if the specified Assignee not in the Devel...
Hi, we have started using Adaptavist as our test management tool. We would like to integrate this plugin with our Automation suite which is written in Java. Is the jira rest java client compatib...
Here's how to copy comments with attachments to the last linked issue: import com.atlassian.jira.issue.Issue import com.atlassian.jira.component.ComponentAccessor def commentManager = ComponentA...
Hello,
I have the below script which simply copies the Due Date value and displays it. import com.atlassian.jira.component.ComponentAccessor import com.atlassian.jira.issue.Issue import java.text.S...
Hello Team, We are using hipchat server application since last month but now want to use again one more month. So can you please guide me how to update evaluation license ?? Any other application a...
Last week Atlassian announced a strategic partnership with Slack, a leading software for instant communication and team collaboration. As teams continue to become more agile and move at the...
I need to display a Team Calendar in an external web application. It seems that CalDAV would be a possible way. (I don't know if it's possible to embed a Team Calendar via REST, so I'm attempting to ...
Hi, I am trying to hide or disable from the users the ability to delete a remote link created automatically by an integration, it is a link to a Salesforce case. How can I do that using behaviors or...
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