Created Jul 13, 2022, Last active Jun 19, 2026
Hi, How to raise a ticket in jira automatically on adding data in sharepoint list. when a new data is added to sharepoint list, based on data entered the jira ticket must be created automatically. ...
Im looking for a way to limit Insight field values depending on JSD portal request type/request type groups. I have Scriptrunner and was looking into behaviours but no progress yet. Could someone p...
I have a ScriptRunner post function that sends out a notification email, but I'm trying to give a condition on a checkbox custom field. There are 3 options to the custom field, but when I use&n...
Hi, In our instance, a story can have various sub-tasks but will always have a 'QA Task' sub-task. I need to use ScriptRunner to block a specific transition if any sub-tasks are not closed excl...
Dear colleagues, I would like to write an Adaptavist script that sends an eMail notification whenever any issue in a project reaches a well known state. I'm using a "Listener" for this, bound to the ...
I have the situation that I want to completely purge all links under "Issue Links" for an issue. So far I only found code snippets on how to handle links to other issues, but I wonder how the groovy ...
Hello, I'm currently working on implementing a solution for a Jira environment, and need to restrict visibility to certain UI elements to only the global administrator. We have additional admi...
Please can someone explain me the steps to create a MindMap in Jira
When it comes to making the move to cloud, apps are a big part of the migrations conversation. In fact, more than 60% of Jira Software and Confluence customers use at least one Marketplace app. Atl...
Hi, I used following code to create the link to TASK from Project issue type. Its works great but need to validate before create. If already link exist then don't add. Can anyone help me on this. &...
I want add Users from usergroup to custom field if component is selected let's say I have 3 components "A", "B", "C". If component "A" is selected when creating a task, then users in "group1" are a...
Hi Team, I have implemented one script for calculating Number Of Weeks, see below: import com.atlassian.jira.component.ComponentAccessor; import com.atlassian.jira.issue.Issue; import java.util.D...
Okay, SO.... Atlassian OBVIOUSLY knows something we don't. All of us - users - not employed by Atlassian or a partner - still have a need to account for time by type of work. SO... like m...
Hello, as the title suggests, I simply want to create a board in my console with code in groovy. After searching for a while, I stumbled upon this code. But already the first line "@WithPlugi...
...eturn true List<MutableIssue> getIssuesFromJQL(String jqlQuery) { ApplicationUser user = ComponentAccessor.getJiraAuthenticationContext().getLoggedInUser() IssueManager issueManager = C...
How to easily manage Atlassian user license when the number of users fluctuates frequently. Have you ever had a problem with user licenses management for Jira or Confluence? Or are you cons...
In many places across the world this time of year is synonymous with colder weather, fall colors and warm drinks. This fall season, we continue our series highlighting new cloud apps in the Atlassian...
...ustField1.setHidden(true) custField1.setFormValue(null) } else { custField1.setHidden(false) } } else { def changedCFValue = changedCF.getValue() as String if (changedCFValue.contains("C")) { c...
Environment : Cloud (Confluence, JSD, JSW) Hello everyone, The events I'm finding in the documentations are related to the Atlassian tooling (issues, pages, etc.). I can't seem to find the a...
Hi @Adaptavist Supp, On ScriptRunner 6.5.0-p5 & JIRA 8.5.8, I'm trying to utilize Dynamic forms feature when used in simple script (which is then in fact compiled into class...
I have been given the task to clean up our system for unused workflows/projects and issues older than 3 years old. I have a few questions about archiving and my searches were bringing up mixed inform...
Hi All, I hope you could help me with this cause i am struggling to get this to work... Also, I am not too clued up on Groovy Scripting so I am going based on researched, etc. On JIRA Service Desk ...
Hi everybody, as a site admin with space admin permissions I see the "Advanced Space Functionality" tab in all spaces in our instance, but the Space Admins don't. They have all the commom Space tool...
A super brief history of Language Translations for Jira Service Desk Sometimes we get tickets in Japanese or Russian. Unfortunately, as cool and diverse as our support team is, those languages are n...
The pitfalls of missing information on a ticket reporter for Jira Service Management agents When you work in a large company putting ITSM processes in place, one of your main goals will be to h...
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