Hello Community, I am using Jira Data Center and have a requirement from a team to be able to either make a specific issue type tab(s) non-visible to certain user groups within our project or hide /...
Hi, I have a service desk portal with multiple forms. I have a specific form which I want to be visible to users, but the user should NOT be able to click "create" I have tried adding a script on t...
...e able to modify or select any object in this field on Edit/ View screens. I tried: ScriptRunner Behaviours, which works for regular custom fields, but doesn’t work on Assets fields because t...
Hi , I am using Jira Data center. I have a requirement to pull the history data of a custom field. Requirement: Pull the data of custom field where the field value changes from A to B in the ...
Since JSM 5.16 Atlassian moved Assets scripts to /var/atlassian/application-data/jirasd/plugins/assets/groovy_scripts. Is it possible to add this path to Script Runner Script Editor? I would lik...
Hello! Been scratching my head over this for a while now, and I haven't been successful at Googling the issue. I've created a behaviour in scriptrunner using the dynamic select script as a t...
I was able to write a condition for a UI item within Jira fairly easily: def user = Users.getLoggedInUser() user.isMemberOfGroup("name-of-group") However, when I'm trying the same thing...
We are using ScriptRunner Behaviours in Jira Data Center to hide the Epic issue type from the Issue Type dropdown for certain projects. While Epic is hidden from the list, users can still create E...
I have a Scriptrunner validator that is failing because it is still checking against issues within an epic that are actually archived but still technically part of the parent. Is there a...
Even if a user from XyzReviewers group approves this behaves like not, in a conditional merge check script. import com.atlassian.sal.api.component.ComponentLocator import com.atlassian.bitbucket....
I’m looking for feedback from ScriptRunner for Confluence users about a new way to access custom macros in the Forge platform. Your feedback will help us understand how disruptive (or not) this is t...
I’m looking for feedback from ScriptRunner for Confluence users about a new way to access custom macros in the Forge platform. Your feedback will help us understand how disruptive (or not) this is t...
...rom Parent field and display in Child field. Please guide on how to code the above configuration on Create screen using Scriptrunner Behavior for Jira Cloud and Any sample code will be a great h...
We have Scriptrunner. I currently use this to filter on a list of all Issues linked to an Epic. issueFunction in linkedIssuesOf("\"Epic Link\" = <Epic Name>") Can I do similar t...
...ehave. Treat this as “rebuild and test”, not “start from scratch with a blank page”. Bucket 2: Marketplace App Scripts and Automation This is where effort and risk ramp up quickly. ScriptRunner...
...f moving that core data. The larger problem is everything that has grown up around that data. Jira Data Center became popular partly because it is so customizable. Marketplace apps such as ScriptRunner...
Hello, In Jira Cloud, I want to restrict a field with the type “number” to only accept values between 0 and 10 (I also want to allow double values, e.g., 0.5, 0.9, etc.). I'm writing a rule ...
I have two custom fields both are select list, one is multi select list and another is single select list. Multi select list field options are "A" and "B". Single select list field options are "...
Hi Expert Need your help in setting up a scriptrunner behaviour, I am looking to setup a Behaviour which show Message under Project Name field But behaviour script is not w...
...BC12345678} is already added in the comment. How to fetch the issue key with this value. Which approach is best: the Enterprise Email handler or the ScriptRunner Mail handler or we are also using J...
The feature has linked stories and tasks "child of" link type. The children must be resolved (done/rejected status) before transitioning the feature to done/reject status.
...ffectively. Today, we have not one, but five, clever tricks we've found to help automate compliance processes and requirements, using a combination of ScriptRunner's advanced automation functions and C...
...eliverable-type work items. I created a custom field called 'Linked Delivery Items' as a global field and it is a written multi-line text type. I've tried automation, I've downloaded ScriptRunner a...
Hi, I want to hide options of a single select field based on the customer request type on portal create form. The field options should vary depending on the customer request type. When we open the...
I have a post function using divinti for adding the user to AD group. I want to skip this post function with condition. It only executes when condition matches or else it skips the divinti post funct...
Copied to clipboard