Created Jul 13, 2022, Last active today
We have quite a few scriptrunner items that pull in lists of data to function, one example is we have a table that maps our products to the development team associated with it. This mapping lis...
I'm using ScriptRunner and I'm getting errors when the following script runs and it comes across a category that is blank. I would like to be able to add a check, so if category = null then do ...
After executing a test that is assigned to a test execution I am getting the following error: "Error updating test execution workflow status Followings Tests are in a non-executable status and can ...
I'm currently working on script where I choose a customfield value and the due date will be set automatically I get an error on the "Timestamp dueDateTimestamp = new Timestamp(myDueDate.getTimeInMil...
The importance of testing and QA to software development Delivering the best quality of the software is crucial for any software project. That’s why software testing is so important: if there happen...
Hello everyone! Really need some help here Actually the request is to make sure that if: Issue Type IN(Operational, Corrective, Systemic, DbCopy) then Ticket Type IN(Incident; Service Request, ...
can i have one script field which is stating below as SLA Remaining Days=Current Date-(created Date + ACC SLA) if ACC SLA value is null, it should be replaced with value 0 Also make the custom fiel...
Seems like setFieldOptions() method does not work on the assignee (or any user fields) to limit or restrict the users available in the list. Is there any other way to achieve this using behaviours?&...
Hi can somebody post your script for Posting Json information to a web API using script runner. I couldn't find it
I am trying to figure out what I think is a simple issue. I am trying to create a restAPI using scriptrunner, and simply dump the data from a JQL. I almost have it working I believe... &...
Resource Management is a complex corporate process. According to PMI, most organizations consider it the number one challenge they aim to meet. A survey conducted by PMI in 2008 allowed to identify f...
Happy Monday everyone ☀️, another week, another roundup of the news and updates from the Atlassian universe in our Monday coffee with Jexo podcast. This time we talked about a new upcoming event Yo...
We have a dynamic structure that we fill via automation. The automation goes to a JQL query. We can't get the JQL query to go to the logged-in user. Example: project = pattern AND assignee = c...
import groovyx.net.http.HTTPBuilder import static groovyx.net.http.Method.GET import static groovyx.net.http.ContentType.TEXT // initialize a new builder and give a default URL def http = new H...
I am unable to import cucumber results to jira(v8.13) from Jenkins (v2.222) using xray plugin (v1.3) Does xray plugin was compatible for jira(v8.13)? Thanks,...
In this presentation on June 28, Ólöf Kristjánsdóttir, Director of Marketing at Tempo, will cover how the Tempo marketing team uses Tempo and Jira to stay on top of priorities and to communicate the ...
You've decided. You're migrating to Jira Cloud. And of course, you want to take your favorite Jira apps with you. If Structure is on your list — and maybe Structure.Gantt, too — y...
Team Board Time for Jira is built with the mindset of the Teams and Resources and Time come first. Modern designed visual scheduling boards, calendars, workflows and rich reports make it the only too...
AM not able to assign Big Gantt product to users
Web Authentication (WebAuthn) API protocol was introduced in May 2019 which helped applications make the authentication process more user-friendly while maintaining a strong security game. Using Web...
Hello everyone, Have you ever wondered how to use links (dependencies) effectively? How can they help you in auto-scheduling your tasks and visualize the relationships between different work items? ...
...ustomFieldManager.getCustomFieldObjectByName("UO type") if (! issue.isSubTask()) { return true } def selectedValue = issue.getCustomFieldValue(cf) as Option issue.subTaskObjects.every {selectedValue != null} -> But i...
When we submit certain Issue Types (document type, for instance), we have a custom field named, "Related Tech Review" that references the issue where the document was reviewed. As a post function, I...
I am trying to update radio button fields in JIRA using python logic by building a dictionary. After I built the dictionary, when I try to create issue in JIRA, I am getting an error message -  ...
I created a new calendar and added several different events to it. unfortunately, the software distributes these events randomly in the lines of the timeline. I would like to have events that belong ...
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