Created Jul 13, 2022, Last active today
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...
While setting up a new project I ran into an issue with a dashboard gadget for traffic lights. Setup: I have a traffic light field named "State" that displays Red, Yellow, Gre...
I would like the ability to read a given Custom field Context (context created for designated projects) and use the description on the context to display in place of the standard description on the f...
Throughout 2019 Profields is making Jira projects even more accessible, easy to share and to follow. This is an important move precisely because customers use Profields to store a huge amount of kno...
Hi I execute the below snippet in the transition postfunction as scriptrunner script to add the actor to the given project's user role. ApplicationUser user = ComponentAccessor.getUserManag...
...ondition is true" Listener Set to run in Project "PROJECT ABC" Event Trigger: "Issue Updated" Condition: def change = changeItems.find {it.field == "Field A"} if (change) { def oldValue = c...
My organization has a large number of Confluence spaces dedicated to each group. We have recently used the Question List macro to build some sort of Troubleshooting section and would like to restrict...
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