Created Jul 13, 2022, Last active today
For the below image is it possible to access the issue field of links (i.e. this issue "duplicates" Issue "XY-1234") through scriptrunner / behaviors. How would one access for this link the ...
We use the Smart Attachment Add-on in our v7 server based JIRA Software environment. Migration to JIRA Cloud is nearing completion and I was disappointed to find out that the Smart Attachemnt Add-on ...
We are trying to view/hide a text field based on the value of the JIRA Flagged field. We have the following script set up: def reasonForBlock = getFieldById("customfield_16560") def flaggedFie...
Hi, I try to set an MultiGroupPicker custom field with multiple groups. The setting with 'setCustomFieldValue' works fine. ... List<Group> accessGroups = (List<Group>) mutableIssue.getC...
To get the time spent and remaining estimate field ids and and current values: def timeSpentField = getFieldById("timespent") // or getFieldById(TIME_SPENT) def mIssue = underlyingIssue as Mu...
Hi, I am trying to use an initialiser to set the Story Points field to 1 on the Create Issue action. import com.atlassian.jira.component.ComponentAccessor if (getActionName() != "Create I...
I need to change statut based on component choose . on create i want to verify the component choose and set the next statut
Hi How do i get the value of the "Issue" that is part of the "Linked Issues" field: My Groovy code for Jira Behaviours looks like: import org.apache.log4j.Logger import org.apache.log4...
We are using the following script runner validator for 'Create' transition to restrict issue creation to users who are not part of SG_Jira-RND_Users JIRA group. This is working fine for creatio...
I'm working for a company that it has Jira Cloud, and we need to create some Confluence page since a Jira flow using script runner, is this possible?, and if its possible how I can do it? Tha...
In the Script runner documentation sample for SubTasks Defaults fields, it is written: "This script hinges on the parentIssueId being present in the form. As such, you will need to associate the scr...
Please can some one help me to write script runner script to " Copy fix version from parent to sub task while creating sub task ".
I am trying to implement timesheets for all staff including non-development team I am going to create a project called Timesheets (TIME) The issues will be Sick Leave Annual Leave Internal Meet...
hi i have jira auto create tickets with summary as below [DEPLOYMENT] test_putinlabels uuuuu I want to update a labels with the text test_putinlabels. can we do this as a post function and i...
My apologies if I'm not posting in the correct place. I have an inline Script Runner post function that works perfectly on a subsequent transition, but does not work on the create transition. It ta...
With the latest update, Tempo has been having atrocious service issues. A plugin I rely on for daily work not only removed key features, but is now almost unusable 2 or 3 days a week. Consid...
Hi all - we use Tempo timesheets for tracking time in Jira. The problem is with the following: when move ticket from TODO to 'In progress' we input estimate and it is set correctly. Bu...
I am wondering is such connector avalible? I know there was a Sharepoint and JIRA Connector before...However it is not availble now....
We need to get a list active workflows with groovy scripts in their post-function This is required to as their paths have to be modified as they will need to be moved to under - <jira home&g...
I use script runner to "Clone an issue and link". The script is based on the Project and Issue type name. Can I add field value as well? Any other option to create issue based on field value when tra...
Hello guys, I'm using the scripting post function from Script Runner that clones one issue from one project to the other (Clones an issue and links), and i'm trying to set a field on the target cl...
If we decide to stop using " Questions" in our organization and don't want to lose the content, there should be a possibility to export all that to a Confluence page
Greetings everyone. I'm still fairly new to my JIRA admin role, so please bear with me. Does anyone have any experience using Behaviours (or anything else) to make a field required based upon a workf...
I am using Groovy Scriptrunner. How can I add a comment that says, "In UAT" when a transition is completed for an issue?
Discussion of Employees List plugin You can leave your questions or suggestions here.
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