Created Jul 13, 2022, Last active today
Hi, My goal is to require the user to insert a value into the issue linked issue. On Jira, I can only to make the 'Linked Issues' field to be required, but not the issue it self. I think that th...
I'm running into a sporadic, not-testably-reproducible issue regarding a Custom Script Listener that updates an issue's due-date upon Priority change. For some issues, upon changing the ...
Tried the example here but it doesn't work at all. When i change the priority value in the customer portal, the label next to he description field doesn't change. Tried with JIRA version 7.9 an...
As a scrum master, I want to be able to start a retrospective session without having to wait for other users. My team wants to be able to input their comments/concerns ahead of time but curr...
...pplicationRequiredPermissionManager.java:76) at com.atlassian.jira.security.PublicAccessPermissionManager.lambda$hasPermission$1(PublicAccessPermissionManager.java:80) at com.atlassian.jira.security...
Hello, I have a Jira project in which I want comments to be hidden by default. Only 1 project role is allowed to see the comments. I understand I can achieve this by using Behaviour functionality. Am...
for example, creator is "John Cena". example request is: issueFunction in commented("after -4w by jbloggs") How can I replace "jbloggs" to "CREATOR NAME" if I dont know who is creator is? Is...
Morning; I need send a mail in CLOUD, always in CLOUD please. I need send a mail in the roles group, when I do a action in service desk. Is possible to send a mail in CLOUD whit groo...
I want to set a date field to indicate that an Epic was started on the date when it's transitioned to the "In Progress" status. I've added a post function which runs the following script inline...
Hi, i have a custom scriptrunner listener that adds a subtask when a certain condition is true. I'm trying to add a label of "Testing" to this subtask in the 'Additional issue actions' part of the l...
Hi, I'm pleased to announce that my add-on was finally approved by Atlassian and is now available in marketplace for general use. The add-on in question is Hyperion Scripting for JIRA. It's a...
Using ScriptRunner for JIRA (Server), I want to create a custom field (HTML) that shows the ID and Summary fields of the child issues in the epic. How would I get that list of data using JIRA's API?
Hello, There is an option to get the previous 'Epic Link' of an issue? (by post function). I need the Epic Link that was the parent of an issue (for example-story) before it was changed. Maybe the...
how can I change the color in the chat? I could change the button color but in the chat window the top bar with the question "how can I help you" is still displayed red and the bottom button too. &...
Hi. I try to set 'Epic Link' field by post function. With script console this script worked just fine. In post function it didn't run the line of 'createValue' - I put before the line and after it...
By now you know that Jira is a phenomenally powerful task management platform. But its greatest strength is likely the fact that it can be customized at every level. Where Jira can’t be bent...
Is it possible to convert a standard Confluence page into a Question? We have several pages populated with questions and answers, in spaces we used as FAQs. It would be very handy to be able to con...
I am trying to create a simple multi-picker drop down project picker field so that I can use it on the Service Desk portal. The purpose is that our team supports multiple changes across our entire in...
Hi ALL, I have to validate Development.Commit >0 when the resolution is Fixed using groovy script. How to do that? Thanks in advance
Hello, Is it possible to change a sprint's end date using scriptrunner? Example: given a sprint name, using the script console, to change the end date for that sprint from the 9th of july to...
Hello! I want to set a linked issue with groovy post function. My current code didn't work... why ? Thanks! def newFeatureIssue = issueManager.getIssueObject(temp) // Epic issue key here ...
...electedValues = internal.getValue(featureT); def bool=true; if(selectedValues!=null) { bool=true; } else { if(featureIssue.fixVersions != issue.fixVersions) { bool=false; } } return bool;
...urge Stock']?.getValue() == 'Yes') && (!('Purge Parts' in subtaskIssueTypes)) So the condition above should return TRUE when the Purge Stock custom field value equals "Yes" AND when there is N...
@JamieA I use a Script Listener to create a sub-task when a custom field value equals "Yes." I also use a Fast-Track Post Function to transition my workflow when: issue.subTaskObjects.size() == 0 ...
I was recently asked for our management in how to extract the data residing in JIRA into excel and go over 1,000 rows. They would like to do Pivot Tables in excel and analyze the data differently as ...
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