Created Jul 13, 2022, Last active today
If you are one of the thousands of users of a Marketplace app, then you’ll love this month’s community badge! All you’ll need to do to receive Novembers challenge badge is leave 2 helpful reviews on ...
Hi Jira gurus! After many searches, I am reaching out to the community for a little help on this one. I am using this ScriptListener to update the story points from all issues in a...
I want to validate two different fields in a Custom Script Validator and show two different errors on the fields if both the validations fail. Currently it is showing only one error, the one I...
...ustomFieldValue = issue.getCustomFieldValue(customFieldManager.getCustomFieldObject((13207 as long))) if (customFieldValue == "Yes") { return true } also I wanted to add if condition to a...
I want to set due date based on SLA "due". IF I create new ticket SLA's due day is two days, it is possible using "sla's due day" to set "system field due date" with scriptrunner?
Hello, everyone! Today, we are launching a series of articles on the GDPR compliance in Jira and Confluence to help you navigate your GDPR journey. Over a year on after the GDPR inception, many busin...
Project managers are responsible for pulling up numbers, analysing, and consolidating reports for team huddles and client meetings. This is undoubtedly tireso...
Hi All, I would like to start automatically Tempo tracker when a issue is created. Do you have some suggestions? I was thinking about to make a post function create transition with scriptrunner, b...
I am admin and I have installed OTJ in my personal server and logged in with admin credentials. Is there any way to integrated all the users to Outlook in single click Or every individual have...
Hi, Using ScriptRunner listner - possible to get the issueCreated mail format and send it to other mailBox?
Hi , JIRA tasks are not appearing in the Team calendars for Confluence In our JIRA tasks we have created a new fields called end time which is datetime (mandatory). In Team calendars fo...
Hi, Got different code from the community for Removing access of users having no from past 90days. Trying to integrate it with rest endpoint. New to it so gathering info to be in json format a...
Hi Atlassian Community!! Have you ever browsed the Atlassian Marketplace, clicked on an app, peeked at some reviews and thought… ”Wow, that review is super helpful. They must really like the produc...
I am trying to set up a bunch of Rest Endpoints in Script Runner to retrieve data from databases to populate drop-downs based on other fields in the form. I know you can use resources within th...
Hi, I got this sample from here, https://scriptrunner.adaptavist.com/4.3.5/jira/behaviours-conversions.html Code snippet from the url : def repoNames = repos["items"]*."full_name" rt = [ ...
Hi, Can someone please advise why i cannot click on Status column as its grayed out under execution tab in the DEMO version. Please find the attached screenshot. Regards, Pavan
...bjects. public class LogThis { // Properties def log def errorLevels = [ debug: false, info : true, error: true ] } In this case, using this class, a...
Yes, there's no secret that timesheets are a pain .. you know where! Some people might enjoy it because it gives them the ultimate validation of achievement, however, for most, it's more akin to clea...
Getting an error : the variable [issue] is undeclared I am using this in a Post Function of a workflow Server 8.3.2 with ScriptRunner 5.6.6.1-jira8 import com.atlassian.jira.component.pico.Co...
We have several thousand bitbucket repositories, and some of these need to have a specific set of scriptrunner merge checks and pre-hooks applied to them. Assuming I already know (or can ...
Have you always wanted to make nice blueprints available to your team in Confluence, so that you can have standard pages for your projects and help people get started ? I know I have, because startin...
Hi, Could someone show me a simple GET REST API example with username and password? I have searched and didn't find anything useful for me to use. Thanks in advance!
Hello! I'm trying to create a database picker field via Scriptrunner. Is it possible to use "multiple" option for this type of field? This checkbox is inactive for me against the information in manu...
This is the second part of the article about requirements management in Jira. Read the first part to learn what exactly is requirements documentation, who is responsible for gathering them,...
Hi all. I could really use your advice here. I'm new to Jira and trying to find a solution to this challenge. Setup - Project has multiple releases; - A release corresponds to a stand-alon...
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