Created Jul 13, 2022, Last active today
I am using jira (Version: 7.13.0) free version into my server. I have some Microsoft project plan (.mpp) file. so i want to import this .mpp file into the jira to track my work with gantt chart. so i...
We just started using Team Calendars because we hoped to be able to collect all of our scheduling dates from various pages into one calendar view. These dates are created with the date macro ('//'). ...
Hi Team, I'm trying to update the security level while linking from "More". I wanted the security level of the destination issue to be set as the source issue after linking. I get run time error, ...
Is it possible to create a Confluence ScriptRunner script/job to purge items in space trash that have been there over X amount of days? Looking for an automated way to clean up spaces every 90 days o...
Hello, I have a script listener- custom listener (issue updated event) that adds a new version. I have a different script- Version synchroniser , that works by 'VersionCreateEvent' event....
What makes for the best ITSM software? According to Technology Advice, we need to take a number of features under consideration here. Importantly, the software we choose has to enable us to hand...
Please don't get me started on the why I need this as that way lay madness. However, I have managed to get part of a requirement answered with a listener that actively notifies when a Jira group...
My script listener page is not loading I need to delete a listener now. Can I delete it directly from the Jira home directory? Does it needs a Jira restart?
Hello community, for a rather complex use case I am looking for a solution utilizing ScriptRunner (v. 5.4.30 on Jira 7.10) to add a existing group in Jira to a custom field given the circumstan...
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...
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