Created Jul 13, 2022, Last active today
As we already know from the previous articles about Help Center and Request Form, we need to take advantage of both native and advanced customization to improve the customer experience...
Hello! The situation is this: I need to output the selected string value from the child's drop-down list to another field. here is the code <code> import com.atlassian.jira.issue.MutableIss...
Hello everyone! Need some help with Adaptavist and Jira api's. I need to get amount of test cases by projectKey. So adaptavist has api method testcase/search So a can get tests by projectKe...
How do I verify if a commit is a merge commit of a pull request using groovy scriptrunner for bitbucket server?
...etFieldById("customfield_13506") String selectedOptionValue = selectedOption.getValue() if (selectedOptionValue == "Defect") { childField.setRequired(true) } else { childField.setRequired(false) }
Custom fields are options that the user can avail to customize the look and feel of the test case creation page. Some of the entities that come under custom fields include test sets, instances, issue...
I am not getting a way for regular expression check on jira behaviors. ca someone help with the syntax on the same I have tried as below, but it is allowing [A-Z] even FormField ABP = getFieldById(...
Hi. I've migrated all local users to AD users, also groups memberships. Migration tables: user_mapping, cwd.membership and cwd.users. It seams to everything working fine right now beside team cale...
Envolved with well-marked process with many teams, each one with a project that is related with others teams, we had the necessity of some automations to facilitate and speed up the daily work o...
Software Versions: Jira Sever v7.6.3 Scriptrunner for Jira v5.3.9 I'm utilizing scriptrunner scripts triggered as a post function of an Epic transition to generate a number of ...
Hello Everyone i am Using this for groups access on workflow states can anyone help me to use same type code for single user. ? import com.atlassian.jira.component.ComponentAccessor de...
I am unable to add Confluence Team calendar to either my outlook or google calendar. I have followed the https://confluence.atlassian.com/teamcal/subscribe-to-team-calendars-from-google-calendar...
We use the team calender for birthdays and stuff. A colleague of mine activated the reminders but doesn´t get any notifications. I am a little clueless what could have went wrong in anyway since you ...
...omponentAccessor.getCommentManager() commentMgr.create(issue, currentUser, cFieldValue, true) }
Hi I need help I want(I found) to use IssueManager to find all related issue with my issue test-123 link: https://docs.atlassian.com/software/jira/docs/api/7.6.1/com/atlassian/jira/issue/Issu...
Hi, in Script runner post function custom emails, is it possible to redirect Auto Reply out of office emails from users to another email/mailbox?
We need a script that prevents user from merging the pull request without apporval of atleast one user in BitBucket Scriptrunner - Conditional in MergeCheck
Hi, I made this script, and all of the fields worked ok, instead one field only in Edit screen.. This field didn't work on Edit screen: #rowForcustomfield_14307 This is the only field that we...
I am not sure if I am missing something here... What I want to do is this: create a behaviour that limits the number of characters to 64. If I want that behaviour to be active I just add the accor...
Developers sometimes like to think that the - otherwise amazing - work they are putting down or checking into repositories is so important in itself that every other aspect of the project is secondar...
We have a user who is our "Top expert" in Questions. He is not an Administrator of the Confluence Spaces, but needs to permissions to delete answers, identified as SPAM, from the Questions. How can I...
...bsp; log.info "behavior good" formField.setFieldOptions(optionsMap) formField.setRequired(true) }
I'm pleased to announce that our product Benko Board has been approved for inclusion in the Trello integrations section: https://trello.com/integrations#benkoboard Enjoy email again The primary fu...
While running the jql query using issueFunction in aggregateExpression("Total points", "US.sum()") I am getting the results in the multiple of thausand like for the result 36, I am getting in Ji...
I want to create a Scripted Field that contains information ( story points, issue key and status) from the issues that have been linked to epic. And display then in HTML Table. I did find a script: i...
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