Created Jul 13, 2022, Last active Apr 17, 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 ...
My Calendar shows Monday as first day of displayed week, but the Team Calendar of others in my team display Sunday as first day of the week. How can I change mine to also display Sunday as first day ...
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...
I am using Confluence data center. Why does my installed plugin Adaptavist ThemeBuilder - Engine and Adaptavist ThemeBuilder - Editor have different versions ? I have Version: 5.8.4 for Ada...
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 added multiple Team calendars to my Confluence calendar and every time I am adding one event to my calendar, I am seeing the old events getting added again to my Confluence calendar. I ...
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...
Hello, When we set up a space's calendar some users are reporting that they can not see the events of the calendar. The Security group that I am using to populate permissions contains all the users...
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