Created Jul 13, 2022, Last active today
...pprovalsID): [{ canAnswerApproval: true approvers: [{ approver:{ name: userApprover } }] }] ] ]) .asString() Edit: Realized that a second custom field is attached the approver field f...
Hi I working on project, where issue must change status automatically based on custom field value set on previous step. I try do this by Automation for Jira Add-on, but it work too slowly and ...
I'm working with a customer that has the following use case: Epics represent larger projects or initiates. At times, Epics (initiatives, projects) are cancelled; therefore the Epic is closed. They w...
Hello Team, Could any one help me how this can be implemented using Script runner post-function. This should work when there is a screen added during a Epic Transition to In progress. Please provid...
Hi All Lets exchange some usfull stuf. In managing Jira what for scripts do you use? Did you write some, or just what is avaliable in GUI? I have writen some i python and use to make my life simple...
I have 2 fields named X AND Y. X is a test filed Y is a drop down field having values like India, Srilanka etc. Requirement - Customer will give some value in X field, system will check whether t...
By using script runner and groovy how can I update assignee based on custom field 'first value(select list)
...alues: "A", "B", "C" If A is true, B need to be set to true automatically and vice versa. Can anybody help me with this? Thank you :-)
Need a script to copy the value of a user picker field from parent to sub task in script runner
I would like to know how is possible change the assignee of an cloned issue in a post function using the value from a (user picker) custom field that is in a different source issued the ...
Hello, I am meeting quite difficulties while working on the Description Template. The inquiries are following so please help me out. 1. Template Management For adding the feature of Description T...
Hello Atlassian Community! My name is Emilee, and I’m a Product Marketing Manager for the Marketplace team. Starting with this post, I'm kicking off a monthly series of Spotlights to highlight Mark...
Hello, We would like to make a master team calendar of all the salesmen's schedules. They all use OWA, and we can get the ics subscription without problem. But it seems there is no way to ma...
For most users, the online community is a way to get quick solutions to questions they have about Atlassian products. We want all users to get the help they need, and in some cases, they require more...
...etBehaviourContextId() if (getBehaviourContextId() == "cr-doc-bug") { getFieldById("project-field").setReadOnly(true) getFieldById("issuetype-field").setReadOnly(true) def contextIssue = i...
Hi, I have created Scripted field which will return Double value and it is number searcher. In issue navigator i am able to filter with this field but when I added this field to filter columns then...
Hi. I'm having similar issues as https://community.atlassian.com/t5/Jira-questions/JQL-filtres-find-and-replace/qaq-p/621341. I need to swap out the name of a one project role for anothe...
...erviceDeskCommentImpl{comment=com.atlassian.jira.issue.comments.CommentImpl@dbf8cab3, attachments=[], isPublic=true}) What am I doing wrong?
I try to modulise a complex Create dialog in Jira Software the create dialog has 4 tabs i want to initial hide 3 tabs and then show it when an checkbox is selected checkbox 1 selected show tab 1 ...
Hi, We are creating some standard Task on project creation using the ScriptRunner Custom Listener on ProjectCreatedEvent. In the same listener, we want to add the new project in one of the Custom F...
...omponentAccessor.getComponent(UserSearchService.class) def userSearchParams = (new UserSearchParams.Builder()).allowEmptyQuery(true).includeActive(true).includeInactive(false).maxResults(100000).build() @O...
JIRA Version: v6.3.15 (JIRA Server) Script Runner Version: 3.0.16 My Objective - { Add 1278 days (30 months) to a datepicker custom field "DateCF1" and store it to another custom date ...
I would like to perform a JIRA query i.e. project = ABC. One of the columns displayed would be Linked Issues. I would like to return all issues with a link type of blocks using the Script Runner Scri...
I'm running a script runner script in a workflow transition. When I execute the transition and go to the transition post functions to view the logs, it's showing me the last 15 executions up to the s...
Hello I am following Adaptavist Script Runner documentation to add a behaviour in ServiceDesk (but I guess it would be the same for JIRA core), and I would like to query a REST endpoint to re...
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