Heads up! On March 5, starting at 4:30 PM Central Time, our community will be undergoing scheduled maintenance for a few hours. During this time, you will find the site temporarily inaccessible. Thanks for your patience. Read more.
×Hi Atlassian Community! It's me again. I'm sharing a helpful Python script to streamline attaching multiple files to Jira Cloud issues. This script automates the process of uploading files, s...
Hi, i want to create a button with scriptrunner that runs in a Jira and Xray plugin environment. It aims to create new Test Execution Issues for all tests in a test plan, based on a current test p...
Hi Team, The custom field "Quarter Release" (single-select choice) value should be copied to the "Fix version" field when the changes happen in the "Quarter Release" custom field. If the value was...
...igrated to cloud, so those ones should not be updated. The only solution I found is Script Runner update macro built-in script, but without a console script it would update all the macros it finds. It i...
Hello, I am looking to restrict the issue type in specific status through creating issues "Issues in Epic". via the "+" sign near the "Issue in Epic" area how I can achieve this? Thanks in advanc...
In workflow post function i have added script runner where i written code as below, Condition //Declare and initialize the list of issue keys def issueKeys = ["MYQCMR-42", "MYQCMR-5...
I want to execute the below bahaviour script in my form.There is no error in the script, but it does not work on the form. Also this shows type error when I copy the code in console tab.I amusing script...
...ollowing code: import com.my.package.JiraConstants And this is where it is failing. I have added the location of the script to the allowed list already in the same way as the running script. A...
Hi Team, I am reaching out to inquire about the feasibility of retrieving automation rules using ScriptRunner for Jira. Our organization is currently utilizing ScriptRunner to automate v...
...ile Please be aware that this workaround requires scripting development. If you have any additional questions about implementing the Jira REST API with custom scripts, feel free to share your c...
Hi all, We are using scriptrunner for Jira data center and we have just started to use issue security schemes for all projects and issue types, but we would like to "hide" the security level from n...
Hi, I am using ssh task configuration for running my script which will install exe file. I am able to run the scripts locally/manually in the remote server. But from Bamboo I am seeing failures....
Hi, so i need to create a summary table with all of the pages from the space, with the given label the owner, and the question if the given label is right or not and of course the page as well. BAsi...
Hi Community, I need help in reviewing and correcting my below code. I am passing the code in Conditional execution section of Transition Issues post-function (using JMWE app) in the Child Workflow....
...ecessary status. Could you assist with the scripting for this? "The 'Transition issue based on the following parameters' post function works. However, I believe my JQL query is too large (3-4 m...
HI Community, I have created a Global Jira Automation Rule, where I want to transition the Parent (Initiative) to Prioritized/ Not-Prioritized status automatically based on Children (Portfolio Epic)...
Hi Admins, I need to edit Team advanced roadmap (plan) field on issues. But I can't get any options of it. Does anyone know how to get team options and edit team field on postfunction? &nb...
Hi admins, I have a complicated Asset object schemes. It works some how :) I need to get the value of attributes' from issue. I wrote custom script post function. Bu it’s not working. r...
Hi, i want to set new custom field by older values. i am using function below, issue.update { setCustomFieldValue("newcustomfield", "new value") } is there any way to make this update operation w...
Hello I have a quite complex problem it seems: I have 2 Asset object customfields configured "Service Category" and "Service". Both filter for their corresponding objectType to adjust the options th...
hello, I am writing a script using scriptrunner for Jira to add restriction on a particular date field. i am creating listener to check action but while doing so system is not able to import any o...
I wanted to create a Desktop GUI that contains all the fields needed to create a page, would I be able to use the PAT to create a post request to a new page or existing page with a gui. Thanks in adv...
...r updated based on which organization the reporter (the user raising the request) belongs to. Is there a way to set this up, either through automation, custom scripts, or any native features within J...
I am working with Confluence Data Center and using a local PyCharm setup to automate space backups and restores. Could anyone share Python scripts or recommend REST API endpoints for: 1. Backing u...
...ppear. When Option 1 and Option 2 both are selected, then Text Field 1 and Text Field 2 both should appear. Please guide with a sample code on how to configure the above use-case by using script...
Copied to clipboard