Created Jul 13, 2022, Last active Dec 22, 2025
Hi Community, Is it possible to set default value in user picker custom field by the current user in customer portal? using behavior ? I need to capture the current user on" Requested for " user p...
Hi, I try to write post-function with Groovy which will by assignee user based on select list value. But I still get error root cause: No such property: issue for class, I use a Code Runner Add-on. ...
For the particular transaction I need to get particular role with respect to the role I need to make out e date filed as Mandantory field
...jaxOptions: [ url : getBaseUrl() + "/rest/scriptrunner/latest/custom/getTemplates", query : true, // keep going back to the sever for each k...
I want to configure a scripted listener to automatically update the Portfolio Team field when a custom field's value changes. The context behind this is... We have "Target PIs" we prioritize...
The highly competitive business environment that we witness today demands every organization to give utmost importance to product quality and at the same time, reduce costs and time to market. It is ...
Hi All, I have 2 custom field date-time picker, and I want to get the difference of them using scripted field, but my field returns milliseconds. How can I convert it to days hours using: Search Tem...
Hi, I am using a ScriptRunner Script Listener utilizing (issue.getSummary().contains("Escalation EMEA Project XY")) which works pretty well. I have an use case where I'd like to replace the prede...
Hello Atlassian Community! Each month, we run a series of Spotlights to highlight Marketplace vendors and apps that our team thinks this Community would find valuable. In last month's&nb...
Hi all, I need to collect data that looks like. Name Role Time spent in preparation Continuing Team Member Jim Smith Systems Eng 10 N Jane Smith Elec Eng ...
I wanted to unlink issue only when particular custom field value get changed in jira. I tried using unlink issue postfunction where I am getting correct return value, but still unlinking issue occurs...
...ustomField.setRequired(false) customField.setHidden(true) } else if (priority.getValue() == "Priority 3" || "Priority 4) { customField.setHidden(false) customField.setRequired(true) }
The team at cPrime are very excited to announce our newest Product Power Salesforce Connector, a free app which seamlessly integrates Jira and Salesforce for greater team collaboration as you tr...
I know (and use) the "Period" option, but that evenly distributes to each day within the period; I am looking to add a Worklog for each Wednesday in the period, or for each Tues/Thurs...I have posted...
So I'm attempting to pull the description into the custom email...which is fine, I can pull a jira field without a problem using - ${issue.description}. The problem is that when a table is in the de...
Agile Manifesto’s fourth principle values the ability to respond to change over following a plan. But it doesn’t mean you can give up on any planning whatsoever and simply go with the flo...
...econ') def hiddenField09 = getFieldByName('Access-Dashboard') def hiddenField10 = getFieldByName('Access-XBasis') hiddenField01.setHidden(true) hiddenField02.setHidden(true) hiddenField01.setHidden(true...
Is there a tool that can be used to import the questions, answers and topics from a CSV file.
Hi, I am trying to create a scripted field to show the parent ID of a clone issue. This is my current code: import com.atlassian.jira.issue.Issue def issue = issue as Issue def issueLi...
Hi, I'm looking to create a condition on a transition that is dependent on whether or not siblings of a certain issue type are in a particular status. I've found a solution from 2016 but code ...
I want to rename all permission schemes... How to get them?
Hi all, I try to add a web panel for a certain type of Project, but not find the built-in script to do this. My own need is to display a message on Details section of issue screen. If not possible,...
Dear Community, I have a field that calculates the difference between two dates: import com.atlassian.jira.component.ComponentAccessor; import com.atlassian.jira.issue.Issue; import com.atlassian...
I have already renamed all other schemes, but i can not understand how to rename schemes i specified above?
Morning; My name is Eduard and I'm novice in Jira Cloud, I started in June, and my job is administrate it in the company, and thanks to you for the help received I learned so much, My qu...
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