Created Jul 13, 2022, Last active today
Dear all, I'm looking for a way get the Jira Portfolio Plan Name or Plan Id of an issue E.g. inmagine an Epic which is assigned to/which is Part of a Jira Portfolio Plan with Plan...
I am wondering if anyone was able to call REST API call from Confluence Script Runner to same Confluence host? I am trying to create page (this is Ok) then update some of the page parts afte...
Automatically adding checklists to each new Jira issue is a desired functionality. One typical use case is having the “Definition of Done” available by default in each new issue, to make sure that ei...
One part of our company uses configuration manager and we use project configurator. I am trying to import the xml file given by them in my server . Will one add on be able to import a file exported ...
Can anyone provide scriptrunner cloud, workflow post function, run script code to calculate the number of days between two custom field dates. I've seen the code below but the first two lines ...
...assword = "admin" def authString = "${username}:${password}".bytes.encodeBase64().toString() URLConnection connection = url.openConnection(); connection.requestMethod = "POST" connection.doOutput = true...
HI, I would like to be able to develop scripts via intellij IDEA, i have followed the tutorial and i have successfully set up a connection, but are missing one part, From the tutorial: you can a...
Good afternoon, We are using Jira Script Runner: Version: 5.4.1, and Jira Server: 7.4.3 I have implemented a Web Panel with a css file for styling in our development environment, and everyt...
Hi guys, I need to auto transition an issue when 1 or more linked issue is Done and the remaining linked issues are Done/Canceled. The situation is the following: - We have 5 projects (A,1,2,3,4);...
...ew InvalidInputException("Comment must be public") }
Unable to create new user in specific directory by default user is creation in the top most directory and I am running this code in script runner console Sample code import com.atlassian.jira.bc.us...
I managed to move an issue programmatically (groovy script using Script Runner, running as escalation service) from one project to another, migrating the workflow using migrateIssueToWorkflow of...
I managed to move an issue programmatically (groovy script using Script Runner, running as escalation service) from one project to another, migrating the workflow using migrateIssueToWorkflow of...
Hi, i have a script (made with scriptrunner) in Jira. This script works only when new issue is created. Script takes fields values from epic and copy to the story/task ... but this script working al...
Hi, Am I able to use Scriptrunner to add a Watcher using an email address as the value? The email address would come from custom field type "Text Field (single line)". This script would run on the "...
Agile methodology provides great patterns and approaches to streamline software development and delivery processes. That’s why Agile Teams usually are very fast and flexible. They may adapt iteration...
Agile methodology provides great patterns and approaches to streamline software development and delivery processes. That’s why Agile Teams usually are very fast and flexible. They may adapt iteration...
We have a label custom field but it gets sorted alphabetically on saving the data. We need the order to be maintained. Is there a workaround to stop the sorting functionality of the label custom fiel...
...criptRunnerTestRunner) class TestRunnerSampleSpec extends Specification { def "test something"() { expect: true } } i suspect that i have to set the default p...
I am already having the same function with Fields Due date and Release Week If I update due date with 2019-03-08 the Release Week updates as 1910:5 Same requirement I need with Custo...
Agile Reports for Jira is an all in one app helping you track your Agile team’s progress so they can perform the extraordinary. Use Agile Reports to see: A visual view of team pr...
I remember the wind was howling and tree branches were scraping across the windows, it was a rather gloomy day. The same day we decided to split our Jira Board into two. The idea was one board would ...
Hi Folks, Experts, I stugged with requiment... I need to create issue via workflow post-function (groovy create and link). That schould work only if current issue haves linked to the issuekey:&nbs...
Hey! so, i´m trying to sync our Team Calendar in Outlook, Thunderbird and Google Calendar. We are using Confluence Cloud and have a "My Calendar" and a Site Calendar. When i am subscribing...
Hello, my idea is to have one query to get the total worklog for an epic by this query: issueFunction in linkedIssuesOfRecursive("issue = ROAD-166", "relates to") OR issueFunction in subtasksOf("is...
App Central is all about the many magical apps and Powerups that help make Atlassian products even better. Partners, please read Atlassian Partners - Rules of Engagement and Partner Processes and Best Practices.
Copied to clipboard