Created Jul 13, 2022, Last active today
How can I get the previous versus current timespent of a worklog item? I can get the last X (milliseconds) updated worklogs and see the current timespent but I'm interested in what the previous valu...
Hello to everyone! I wrote a script that must to change assignee in an issue, but it doesn't work without any error. I have "customfield_10300" (Epic Link) and username "jandall". This script...
Hi, Earlier we had Jira version 6.4.2, where we had been using TEMPO Servlet API for extraction worklog details. Recently, we upgraded to Jira version 7.2.8 and Tempo version 8.4.1 and the ...
Performing the same script via the Script Console works but via the Scripted Field it fails to retrieve Tempo data like worklog attributes. Are these maybe not saved yet? How to deal with this? List...
Hi, I'm trying to update a radio button custom field with one of the values in this field using post-function in a specific transition. I wrote the following groovy script: import com.atlassian.ji...
How can I get a list of space administrators for a space using groovy script because in some of my spaces I have more than one space administrators? E.g the below is the expected output from the scr...
I use Adaptavist ScriptRunner custom web fragment to create a button that links to the external page, but I need it to open a new tab/window. In normal HTML links I would just specify the 'target'. H...
I need to get data from specific confluence page (i have the url/page id) and assign to a jira scripted field using groovy/scriptrunner. I know how to assign data to a scripted field - the p...
Hi, I'm relatively new to configuring JIRA and having researched the forums, haven't quite sorted out where to do what I'm trying to do. Here are the two things that I need t...
Here is the code: import com.atlassian.jira.plugins.share.ShareService import com.atlassian.jira.plugins.share.ShareBean @WithPlugin("com.atlassian.jira.jira-share-plugin") @PluginModule Share...
HI Team, We are having a custom field with type "Hideable Free Text Field" type which holds some user values. Now We want to export that data to Excel, but that field name is not coming...
I have Script Runner Fast track transition post function on Create issue. This post punction works fine and it is last function in list. This do transition with id 181. Next I have Custom script pos...
I thought I had a major breakthrough for my QA team when I discovered the Behaviours plugin has long been installed on our instance yet totally unused. Finally, I could populate the Description field...
Hi, I am just solving an issue with Behaviours - I have a configured behaviour with appropriate mapping and everything goes well :) But when I try to read field Project, this field returns null in&...
I need to filter subtasks that has a delivery date later than the parent task. I'm trying to do a comparison between dates, but I'm not able. I tested this: project = MONRO AND issueFunctio...
I started to use the BuilderInfo macro creator.date and lastmodified.date fields. I'd like to add a given number of days to either of those fields and display them. How can that be accomplished? &nb...
Hi All Since Zephyr recently took over Capture for Jira , for any queries or issues please sign up to our support website 'https://support.getzephyr.com/hc/en-us' and use the option 'Submit a Case' ...
Hi Guys, We are trying to get the scriptrunner Confluence event handler working for PageCopyEvent. Unfortunately the event handler seems to be totally ignored. Running on the console for a specifi...
Can somebody help me with an step by step on how to create a SR function? My idea is to create a function that help me to filter subtasks with X status, based on parent tasks with X status. I looke...
I apologize if this has already been asked (I searched and could not find the questioned asked). I would like to count the number of Stories that are Linked to an epics, and then count how m...
Hi All, We are looking for any addon which provides us the document classification capability. Our requirement from the add on is to allow the user to select the document classification such as PUBLIC...
Background: For user time accounting purposes, we must have parent issues and their subtasks have the same Accounts automatically. To make this foolproof, we plan to remove the ability to edit the A...
Hi all, When an issue is created, the assignee must be the reporter, but if this assignee is NOT part of a specific group, the assignee must be the project lead. I was trying to make 2 post functio...
...jaxOptions: [ url : getBaseUrl() + "/rest/scriptrunner-jira/latest/issue/picker", query: true, data: [ currentJql : "issuetype = custome Issue Type", label : "Pick high priority issue i...
I'm trying to follow an example provided here, to pre-populate sub-task issue fields upon creation (because some of them are required). However code, as well as description, refres to pare...
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