Hello, I have a very interesting issue I'm running into, and for the life of me, can't figure out why it's happening. I have an any to all transition in a workflow that runs a scriptrunner s...
As more of our users get into Loom and start using it to create Meeting Note pages in Confluence I have found that we really need some way to "auto-convert" these Live Docs to Pages after a set perio...
Hello, Dear Community, Long time no see 🙂 I’d like to share a ScriptRunner solution that helped me solve a specific use case. I had a requirement to populate a Date Picker custom field with t...
Hello, yould u assist us for DIsable possibility for effort logging on specific issue types in some projects? Working: by using scriptrunner - UI fragments, we are able to disable worklog action a...
...ike to avoid this to reduce maintenance overhead.) I also have ScriptRunner available. Is there a way to use ScriptRunner to help solve this problem?
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...
Copied to clipboard