Created Jul 13, 2022, Last active Dec 6, 2025
Is it possible to have the reminders sent to my hipchat account instead of email? We are trying to go away from email, and I would actually get the reminders if it were posted to hipc...
Hi togehter, my boss needs a plugin that create automaticly an outlook appointment into his callender if he gets a jira task. BR MArcel (Siemens AG)
Hi, I'm trying to write an event handler in Scriptrunner for BitBucket such that on the PullRequestMergedEvent it should find all related issues and add the fixVersion to it based on the relea...
hi i follow all the steps from this page https://developer.atlassian.com/jiradev/jira-platform/guides/issues/tutorial-adding-content-to-the-jira-view-issue-page i have 2 problems that prob...
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
I have been using Confluence Server 6.1.3 with Team Calendar 5.3.19. I have created an event with reminder (e.g. 3 days before) on my calendar. Other person watches my calendar, so notification can b...
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...
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