Created Jul 13, 2022, Last active today
Hello, There is an option to get the previous 'Epic Link' of an issue? (by post function). I need the Epic Link that was the parent of an issue (for example-story) before it was changed. Maybe the...
how can I change the color in the chat? I could change the button color but in the chat window the top bar with the question "how can I help you" is still displayed red and the bottom button too. &...
Hi. I try to set 'Epic Link' field by post function. With script console this script worked just fine. In post function it didn't run the line of 'createValue' - I put before the line and after it...
By now you know that Jira is a phenomenally powerful task management platform. But its greatest strength is likely the fact that it can be customized at every level. Where Jira can’t be bent...
Is it possible to convert a standard Confluence page into a Question? We have several pages populated with questions and answers, in spaces we used as FAQs. It would be very handy to be able to con...
I am trying to create a simple multi-picker drop down project picker field so that I can use it on the Service Desk portal. The purpose is that our team supports multiple changes across our entire in...
Hi ALL, I have to validate Development.Commit >0 when the resolution is Fixed using groovy script. How to do that? Thanks in advance
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...
...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...
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