Created Jul 13, 2022, Last active today
Hi, I really don't understand why you use experimental versions at the end of the year. I need to complete it now, so I don't have too do it on new year, but I cannot edit damn cells in Timesheet. ...
I'm new to scripting and scriptrunner. Can someone help me with scriptrunner request (or mb with other script automatizators) I need to update Epic when: - New issue created and linked to this epi...
I want to add the option for users to ask questions on a page. I go to macros / other macros / (don't have a question list option) I also try to go to Create a Template (but also do not see ask a q...
Hello, Community, need your feedback! We made personalized code quality metrics to enable continuous evolution for software engineers. https://marketplace.atlassian.com/apps/1218553/code-qualit...
Our company is currently trialing Questions for Confluence (Cloud). It seems like a lot of the questions we are getting should be seen by everybody and not just limited to a space. Having questions a...
Extension for Jira Service Desk is our flagship app available on the Atlassian Marketplace. From the incentive of Marketplace, this product has been providing the most wanted features impro...
Hi Team, I Have a Group Picker Field (Single picker) here i'm trying that when I created a ticket When that particular group value chages to Group "-Y-" in any status only that particular group has ...
...ssueInputParametersImpl() def issueService = ComponentAccessor.getIssueService() issueInputParameters.setPriorityId(idPriorityLoIssue.toString()) issueInputParameters.setSkipScreenCheck(true...
Hello everyone, The scenario is the following one: I have a parent issue with 2 subtasks (sub1 and sub2), and I need sub2 cannot transition to "In progress" until sub1 is in Resolved status. To ach...
Hello, I am trying to write a fast track based off of two conditions. There are two seperate fast track post functions in the transition. Based off of the selections the ticket is meant to take a di...
...eporter is: " + reporter) if (author==reporter) { //log.warn("author=reporter") // if this is closed, then we send an email to the customer and return true if (["Closed"].contains(s...
I have a custom scripted field using Scriptrunner that returns the "Planned Fix Version" for a JIRA epic. In order to do this, I have to traverse the ChangeHistory for the issue, and the change...
I have a cascading list where I want to clear any selection when changing another field. How do I clear (set to "None") a cascading list?
I'm trying to transit parent issue when post function of sub-task below is code of post function of sub-task import com.atlassian.jira.component.ComponentAccessor import com.atlassian.jira.b...
"Your most unhappy customers are your greatest source of learning," Bill Gates once said. However, to learn our lesson, we need to know what went wrong during a customer's experience with our product...
...ookingManagerRequired = fieldIsBMTheLM.getValue(); if (bookingManagerRequired == "No") { //No fieldBookingManager.setHidden(false) } else { fieldBookingManager.setHidden(true) } Many t...
Hi All, I'm trying to show an info message on Create Issue Screen using Script Fragment by Scriptrunner. Can someone lead me an example on how to do it? I didn't see anything on the Scriptrunner for...
Hello Everyone! I´m using the Create Page for ScriptRunner Confluence macro. I would like to automatically link any sub pages I create using the macro to the original page. For ex...
When I click on Script Fragments, I get a large red error box that just says "An error occurred!" Just installed scriptrunning on cloud account, trying to test to see if it does what we need - ...
...omponentAccessor.getCustomFieldManager() def cField = getFieldById("customfield_12345") if (Issue.getStatus() == "TOTO"){ cField.setHidden(true) } else { cField.setHidden(false) } But in does not work. I have configure the b...
Hello! I'm trying to parse a confluence page to get all user mentioned on it (with @username). But when i'm getting page body with getBodyAsString(), in places where user mentioned i...
We have the following use case There is a scripted listener which checks newly created comments. If the comment contains a keyword, the current issue needs to be closed, cloned, and the cloned issue...
We have about 50 users. How can I make sure everyone is receiving notifications when a question is asked?
I need to run below code in jira could u help me Mehran N: curl -XPOST "http://my url/nagiosxi/api/v1/config/host?apikey=Kdqf3WndXcDN5rJ8u8MhMfVapJabKK6KXvfgMVsJ86NsQsDkTlVVU75DQv5QvaRs&p...
I have a custom listener sending a large amount of notifications for specific workflow events. Not all emails are going out. I am receiving a 452 4.5.3 Too many recipients error. ...
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